$output
$output : \Symfony\Component\Console\Output\OutputInterface
Markdown 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 |
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 |
getApplicationTitle(\Symfony\Component\Console\Application $application)
\Symfony\Component\Console\Application | $application |