$descriptors
$descriptors : array<mixed,\app\framework\Component\Console\Output\Descriptor\DescriptorInterface>
$descriptors : array<mixed,\app\framework\Component\Console\Output\Descriptor\DescriptorInterface>
strlenWithoutDecoration(\app\framework\Component\Console\Output\Formatter\OutputFormatterInterface $formatter, $string)
\app\framework\Component\Console\Output\Formatter\OutputFormatterInterface | $formatter | |
$string |
removeDecoration(\app\framework\Component\Console\Output\Formatter\OutputFormatterInterface $formatter, $string)
\app\framework\Component\Console\Output\Formatter\OutputFormatterInterface | $formatter | |
$string |
describe(\app\framework\Component\Console\Output\OutputInterface $output, object $object, array $options = array())
Describes an object if supported.
Available options are:
\app\framework\Component\Console\Output\OutputInterface | $output | |
object | $object | |
array | $options |
when the given format is not supported
register(string $format, \app\framework\Component\Console\Output\Descriptor\DescriptorInterface $descriptor) : $this
Registers a descriptor.
string | $format | |
\app\framework\Component\Console\Output\Descriptor\DescriptorInterface | $descriptor |