static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
string getExpression() Get the Cron expression for the event. Return Value string
$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
static void fake() Replace the bound instance with a fake. Return Value void
$this everyThirtyMinutes() Schedule the event to run every thirty minutes. Return Value $this
$this everyTenMinutes() Schedule the event to run every ten minutes. Return Value $this
$this everyMinute() Schedule the event to run every minute. Return Value $this
$this everyFiveMinutes() Schedule the event to run every five minutes. Return Value $this
Page 705 of 996