$helperSet
$helperSet :
This class adds helper method to describe objects in various formats.
$descriptors : array<mixed,\Symfony\Component\Console\Descriptor\DescriptorInterface>
setHelperSet(\Symfony\Component\Console\Helper\HelperSet $helperSet = null)
Sets the helper set associated with this helper.
\Symfony\Component\Console\Helper\HelperSet | $helperSet |
getHelperSet() : \Symfony\Component\Console\Helper\HelperSet
Gets the helper set associated with this helper.
A HelperSet instance
strlenWithoutDecoration(\Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter, $string)
\Symfony\Component\Console\Formatter\OutputFormatterInterface | $formatter | |
$string |
removeDecoration(\Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter, $string)
\Symfony\Component\Console\Formatter\OutputFormatterInterface | $formatter | |
$string |
describe(\Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = array())
Describes an object if supported.
Available options are:
\Symfony\Component\Console\Output\OutputInterface | $output | |
object | $object | |
array | $options |
when the given format is not supported
register(string $format, \Symfony\Component\Console\Descriptor\DescriptorInterface $descriptor) : $this
Registers a descriptor.
string | $format | |
\Symfony\Component\Console\Descriptor\DescriptorInterface | $descriptor |