void run(Container $container) Run the given event. Parameters Container $container Return Value void
$this quarterly() Schedule the event to run quarterly. Return Value $this
$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this
$this name(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this
$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
$this monthly() Schedule the event to run monthly. Return Value $this
$this mondays() Schedule the event to run only on Mondays. 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
$this hourly() Schedule the event to run hourly. Return Value $this
string getSummaryForDisplay() Get the summary of the event for display. Return Value string
Page 704 of 996