\phpDocumentor\CommandCommand

Base command for phpDocumentor commands.

Includes additional methods to forward the output to the logging events of phpDocumentor.

Summary

Methods
Properties
Constants
setHelperSet()
No public properties found
No constants found
getProgressBar()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

setHelperSet()

setHelperSet(\Symfony\Component\Console\Helper\HelperSet  $helperSet) 

Registers the current command.

Parameters

\Symfony\Component\Console\Helper\HelperSet $helperSet

getProgressBar()

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.

Parameters

\Symfony\Component\Console\Input\InputInterface $input

Returns

\Symfony\Component\Console\Helper\ProgressHelper