ScheduleRunCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ScheduleRunCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

ScheduleRunCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

ScheduleRunCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

ScheduleRunCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

ScheduleRunCommand::fire()

void fire() Execute the console command. Return Value void

ScheduleRunCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

ScheduleRunCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

ScheduleRunCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

ScheduleRunCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int