class InfoCommand extends AbstractCommand
Properties
| protected InputInterface | $input | from AbstractCommand |
|
|
| protected OutputInterface | $output | from AbstractCommand |
|
|
| protected ExtensionManager | $extensions |
|
||
| protected Config | $config |
|
||
| protected SettingsRepositoryInterface | $settings |
|
||
| protected ConnectionInterface | $db |
|
Methods
__construct(ExtensionManager $extensions, Config $config, SettingsRepositoryInterface $settings, ConnectionInterface $db, Queue $queue)
No description
Details
in AbstractCommand
at
line 32
protected
execute(InputInterface $input, OutputInterface $output)
{@inheritdoc}
at
line 79
protected
fire()
Fire the command.
in AbstractCommand
at
line 51
protected bool
hasOption(string $name)
Did the user pass the given option?
in AbstractCommand
at
line 61
protected
info(string $message)
Send an info message to the user.
in AbstractCommand
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.
at
line 50
__construct(ExtensionManager $extensions, Config $config, SettingsRepositoryInterface $settings, ConnectionInterface $db, Queue $queue)
at
line 69
protected
configure()
{@inheritdoc}