$helperSet
$helperSet :
Helper is the base class for all helper classes.
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 |