$this sundays() Schedule the event to run only on Sundays. Return Value $this
static void spy() Convert the facade into a Mockery spy. Return Value void
$this skip(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
$this sendOutputTo(string $location, bool $append = false) Send the output of the command to a given location. Parameters string $location bool $append Return Value $this
$this saturdays() Schedule the event to run only on Saturdays. Return Value $this
bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool
bool runsInEnvironment(string $environment) Determine if the event runs in the given environment. Parameters string $environment Return Value bool
$this runInBackground() State that the command should run in background. Return Value $this
Page 703 of 996