PHP Class SebastianBergmann\PHPLOC\CLI\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: sebastianbergmann/phploc Class Usage Examples

Protected Methods

Method Description
configure ( ) Configures the current command.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes the current command.

Private Methods

Method Description
count ( array $arguments, $excludes, $names, $namesExclude, $countTests )
executeHistory ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
executeSingle ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
handleCSVOption ( Symfony\Component\Console\Input\InputInterface $input, string $option ) : array

Method Details

configure() protected method

Configures the current command.
protected configure ( )

execute() protected method

Executes the current command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
$input Symfony\Component\Console\Input\InputInterface An InputInterface instance
$output Symfony\Component\Console\Output\OutputInterface An OutputInterface instance
return null | integer null or 0 if everything went fine, or an error code