class MigrateCommand extends AbstractCommand
Properties
protected InputInterface | $input | from AbstractCommand |
|
|
protected OutputInterface | $output | from AbstractCommand |
|
|
protected Container | $container |
|
||
protected Paths | $paths |
|
Methods
Details
in AbstractCommand
at
line 32
protected
execute(InputInterface $input, OutputInterface $output)
{@inheritdoc}
at
line 59
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 49
protected
configure()
{@inheritdoc}