setHelperSet()
setHelperSet(\Symfony\Component\Console\Helper\HelperSet $helperSet)
Registers the current command.
Parameters
\Symfony\Component\Console\Helper\HelperSet | $helperSet |
Base command for phpDocumentor commands.
Includes additional methods to forward the output to the logging events of phpDocumentor.
getProgressBar(\Symfony\Component\Console\Input\InputInterface $input) : \Symfony\Component\Console\Helper\ProgressHelper
Returns the Progress bar helper.
With this helper it is possible to display a progress bar and make it fill.
\Symfony\Component\Console\Input\InputInterface | $input |