abstract class AbstractCommand extends Command
Properties
protected | $input | |||
protected | $output |
Methods
Details
at
line 22
protected int
execute(InputInterface $input, OutputInterface $output)
at
line 30
abstract protected int
fire()
at
line 32
protected bool
hasOption(string $name)
at
line 37
protected void
info(string $message)
at
line 46
protected void
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>