$this everyThirtyMinutes() Schedule the event to run every thirty minutes
$this sundays() Schedule the event to run only on Sundays.
$this saturdays() Schedule the event to run only on Saturdays.
array events() Get all of the events on the schedule.
ScheduleServiceProvider class ScheduleServiceProvider extends
$this wednesdays() Schedule the event to run only on Wednesdays.
$this quarterly() Schedule the event to run quarterly.
OutputInterface getOutput() Get the output implementation.
string ask(string $question, string $default = null) Prompt the user for
string output() Get the output for the last run command.
Page 12 of 24