Schedule

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.

doc_Laravel
2016-11-02 16:37:50
Comments
Leave a Comment

Please login to continue.