class InstallCommand extends AbstractCommand
Properties
| protected InputInterface | $input | from AbstractCommand |
|
|
| protected OutputInterface | $output | from AbstractCommand |
|
|
| protected DataProviderInterface | $dataSource |
|
Methods
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)
Send an error or warning message to the user.
If possible, this will send the message via STDERR.