string buildCommand() Build the command string.
int run(InputInterface $input, OutputInterface $output) Run the console
$this evenInMaintenanceMode() State that the command should run even in
$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to
bool isDue(Application $app)
$this hourly() Schedule the event to run hourly.
$this weekly() Schedule the event to run weekly.
$this environments(array|mixed $environments) Limit the environments the
$this days(array|mixed $days) Set the days of the week the command should
void info(string $string, null|int|string $verbosity = null) Write a string
Page 2 of 15