Schedule
class Schedule (View source)
Methods
Event | call(string $callback, array $parameters = array()) Add a new callback event to the schedule. | |
Event | command(string $command, array $parameters = array()) Add a new Artisan command event to the schedule. | |
Event | exec(string $command, array $parameters = array()) Add a new command event to the schedule. | |
array | events() Get all of the events on the schedule. | |
array | dueEvents(Application $app) Get all of the events on the schedule that are due. |
Please login to continue.