$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event to run monthly on a given day and time. Parameters int $day string $time Return Value $this
bool isDue(Application $app) Determine if the given event should run based on the Cron expression. Parameters Application $app Return Value bool
string getExpression() Get the Cron expression for the event. Return Value string
string getSummaryForDisplay() Get the summary of the event for display. Return Value string
$this hourly() Schedule the event to run hourly. Return Value $this
$this everyMinute() Schedule the event to run every minute. Return Value $this
$this fridays() Schedule the event to run only on Fridays. Return Value $this
bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool
$this everyTenMinutes() Schedule the event to run every ten minutes. Return Value $this
$this everyThirtyMinutes() Schedule the event to run every thirty minutes. Return Value $this
Page 876 of 996