abstract class AbstractCommand extends Command
Properties
protected InputInterface | $input |
|
||
protected OutputInterface | $output |
|
Methods
Details
at
line 32
protected
execute(InputInterface $input, OutputInterface $output)
{@inheritdoc}
at
line 43
abstract protected
fire()
Fire the command.
at
line 51
protected bool
hasOption(string $name)
Did the user pass the given option?
at
line 61
protected
info(string $message)
Send an info message to the user.
at
line 73
protected
error(string $message)
Send an error or warning message to the user.
If possible, this will send the message via STDERR.