$this tuesdays() Schedule the event to run only on Tuesdays.
$this days(array|mixed $days) Set the days of the week the command should
bool runsInEnvironment(string $environment) Determine if the event runs
$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event
$this timezone(DateTimeZone|string $timezone)
$this hourly() Schedule the event to run hourly.
$this environments(array|mixed $environments) Limit the environments the
bool isDue(Application $app)
int run(InputInterface $input, OutputInterface $output) Run the console
void warn(string $string, null|int|string $verbosity = null) Write a string
Page 2 of 15