$helperSet
$helperSet :
An implementation of InputAwareInterface for Helpers.
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 |
setInput(\Symfony\Component\Console\Input\InputInterface $input)
Sets the Console Input.
\Symfony\Component\Console\Input\InputInterface | $input |