$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to
bool runsInMaintenanceMode() Determine if the event runs in maintenance
$this everyThirtyMinutes() Schedule the event to run every thirty minutes
$this yearly() Schedule the event to run yearly.
bool hasOption(string $name) Determine if the given option is present.
void info(string $string, null|int|string $verbosity = null) Write a string
void warn(string $string, null|int|string $verbosity = null) Write a string
bool confirm(string $question, bool $default = false) Confirm a question
void __construct(Filesystem $files)
$this everyFiveMinutes() Schedule the event to run every five minutes.
Page 12 of 24