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