ConfigCommand
class ConfigCommand extends Command (View source)
Constants
RETURN_CODE_ON_FAILURE |
The return code we should return when an exception is thrown while running the command. |
OPERATION_GET |
|
OPERATION_SET |
|
Properties
protected Repository | $repository |
Methods
configure()
No description
execute(InputInterface $input, OutputInterface $output)
No description
string[]
getAllowedOperations()
No description
string
serialize(mixed $value)
No description
mixed
unserialize(string $value)
No description
Details
run(InputInterface $input, OutputInterface $output)
{@inheritdoc}
protected Command
addEnvOption()
Add the "env" option to the command options.
protected
configure()
No description
protected
execute(InputInterface $input, OutputInterface $output)
No description
protected string[]
getAllowedOperations()
No description
protected string
serialize(mixed $value)
No description
protected mixed
unserialize(string $value)
No description