Class Foo5Command
Base class for all commands.
-
Symfony\Component\Console\Command\Command
-
Foo5Command
Methods summary
public
|
#
__construct( string|null $name,… )
Constructor.
Parameters
- $name,…
- The name of the command; passing null means it must be set in configure()
Throws
LogicException When the command name is empty
Overrides
|
Methods inherited from Symfony\Component\Console\Command\Command
addArgument(),
addOption(),
addUsage(),
asText(),
asXml(),
configure(),
execute(),
getAliases(),
getApplication(),
getDefinition(),
getDescription(),
getHelp(),
getHelper(),
getHelperSet(),
getName(),
getNativeDefinition(),
getProcessedHelp(),
getSynopsis(),
getUsages(),
ignoreValidationErrors(),
initialize(),
interact(),
isEnabled(),
mergeApplicationDefinition(),
run(),
setAliases(),
setApplication(),
setCode(),
setDefinition(),
setDescription(),
setHelp(),
setHelperSet(),
setName(),
setProcessTitle()
|