int call(string $command, array $arguments = array()) Call another console
bool hasArgument(string|int $name) Determine if the given argument is present
ClearRemindersCommand class ClearRemindersCommand extends
void comment(string $string) Write a string as comment output.
string|array argument(string $key = null) Get the value of a command argument
OutputInterface getOutput() Get the output implementation.
string secret(string $question, bool $fallback = true) Prompt the user
void warn(string $string, null|int|string $verbosity = null) Write a string
void __construct() Create a new console command instance.
Page 9 of 12