$this everyFiveMinutes() Schedule the event to run every five minutes.
int callSilent(string $command, array $arguments = array()) Call another
$this when(Closure $callback)
$this mondays() Schedule the event to run only on Mondays.
$this skip(Closure $callback)
string buildCommand() Build the command string.
$this quarterly() Schedule the event to run quarterly.
$this appendOutputTo(string $location) Append the output of the command
bool isDue(Application $app)
$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event
Page 4 of 15