$output
$output : \app\framework\Component\Console\Output\OutputInterface
Text Descriptor
$output : \app\framework\Component\Console\Output\OutputInterface
describe(\app\framework\Component\Console\Output\OutputInterface $output, object $object, array $options = array())
Describes an object if supported.
\app\framework\Component\Console\Output\OutputInterface | $output | |
object | $object | |
array | $options |
describeInputArgument(\app\framework\Component\Console\Input\InputArgument $argument, array $options = array()) : string|mixed
Describes an InputArgument instance.
\app\framework\Component\Console\Input\InputArgument | $argument | |
array | $options |
describeInputOption(\app\framework\Component\Console\Input\InputOption $option, array $options = array()) : string|mixed
Describes an InputOption instance.
\app\framework\Component\Console\Input\InputOption | $option | |
array | $options |
describeInputDefinition(\app\framework\Component\Console\Input\InputDefinition $definition, array $options = array()) : string|mixed
Describes an InputDefinition instance.
\app\framework\Component\Console\Input\InputDefinition | $definition | |
array | $options |
describeCommand(\app\framework\Component\Console\Command\Command $command, array $options = array()) : string|mixed
Describes a Command instance.
\app\framework\Component\Console\Command\Command | $command | |
array | $options |
describeApplication(\app\framework\Component\Console\Kernel $kernel, array $options = array()) : string|mixed
Describes an Application instance.
\app\framework\Component\Console\Kernel | $kernel | |
array | $options |
getColumnWidth(\app\framework\Component\Console\Output\Descriptor\(Command|array<mixed,\app\framework\Component\Console\Output\Descriptor\string)> $commands = null) : integer
\app\framework\Component\Console\Output\Descriptor\(Command|array<mixed,\app\framework\Component\Console\Output\Descriptor\string)> | $commands |
calculateTotalWidthForOptions(array<mixed,\app\framework\Component\Console\Input\InputOption> $options) : integer
array<mixed,\app\framework\Component\Console\Input\InputOption> | $options |
getCommandAliasesText(\app\framework\Component\Console\Command\Command $command) : string
Formats command aliases to show them in the command description.
\app\framework\Component\Console\Command\Command | $command |