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, ApplicationInfoProvider $appInfo)
No description
Details
in AbstractCommand
at
line 32
protected
execute(InputInterface $input, OutputInterface $output)
<p>{@inheritdoc}</p>
at
line 78
protected
fire()
<p>Fire the command.</p>
in AbstractCommand
at
line 51
protected bool
hasOption(string $name)
<p>Did the user pass the given option?</p>
in AbstractCommand
at
line 61
protected
info(string $message)
<p>Send an info message to the user.</p>
in AbstractCommand
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>
at
line 49
__construct(ExtensionManager $extensions, Config $config, SettingsRepositoryInterface $settings, ConnectionInterface $db, ApplicationInfoProvider $appInfo)
at
line 68
protected
configure()
<p>{@inheritdoc}</p>