$output
$output : \Symfony\Component\Console\Output\OutputInterface
XML descriptor.
$output : \Symfony\Component\Console\Output\OutputInterface
describe(\Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = array())
Describes an object if supported.
\Symfony\Component\Console\Output\OutputInterface | $output | |
object | $object | |
array | $options |
getInputDefinitionDocument(\Symfony\Component\Console\Input\InputDefinition $definition) : \DOMDocument
\Symfony\Component\Console\Input\InputDefinition | $definition |
getCommandDocument(\Symfony\Component\Console\Command\Command $command) : \DOMDocument
\Symfony\Component\Console\Command\Command | $command |
getApplicationDocument(\Symfony\Component\Console\Application $application, string|null $namespace = null) : \DOMDocument
\Symfony\Component\Console\Application | $application | |
string|null | $namespace |
describeInputArgument(\Symfony\Component\Console\Input\InputArgument $argument, array $options = array()) : string|mixed
Describes an InputArgument instance.
\Symfony\Component\Console\Input\InputArgument | $argument | |
array | $options |
describeInputOption(\Symfony\Component\Console\Input\InputOption $option, array $options = array()) : string|mixed
Describes an InputOption instance.
\Symfony\Component\Console\Input\InputOption | $option | |
array | $options |
describeInputDefinition(\Symfony\Component\Console\Input\InputDefinition $definition, array $options = array()) : string|mixed
Describes an InputDefinition instance.
\Symfony\Component\Console\Input\InputDefinition | $definition | |
array | $options |
describeCommand(\Symfony\Component\Console\Command\Command $command, array $options = array()) : string|mixed
Describes a Command instance.
\Symfony\Component\Console\Command\Command | $command | |
array | $options |
describeApplication(\Symfony\Component\Console\Application $application, array $options = array()) : string|mixed
Describes an Application instance.
\Symfony\Component\Console\Application | $application | |
array | $options |
getInputArgumentDocument(\Symfony\Component\Console\Input\InputArgument $argument)
\Symfony\Component\Console\Input\InputArgument | $argument |
getInputOptionDocument(\Symfony\Component\Console\Input\InputOption $option)
\Symfony\Component\Console\Input\InputOption | $option |