class InstallCommand extends AbstractCommand
Properties
protected | $input | from AbstractCommand | ||
protected | $output | from AbstractCommand | ||
protected | $dataSource |
Methods
void
error(string $message)
<p>Send an error or warning message to the user.</p>
from AbstractCommand
Details
in AbstractCommand
at
line 22
protected int
execute(InputInterface $input, OutputInterface $output)
at
line 49
protected int
fire()
in AbstractCommand
at
line 32
protected bool
hasOption(string $name)
in AbstractCommand
at
line 37
protected void
info(string $message)
in AbstractCommand
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>