PHP Class JMOlivas\Phpqa\Command\AnalyzeCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: jmolivas/phpqa Class Usage Examples

Public Methods

Method Description
executeProcess ( $output, $processArguments, $file, $prefixes, $postfixes, $arguments, $options )

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
analyzer ( $output, $analyzer, $files, $config, $project )
checkComposer ( $output, $files, $config )
extractCommitedFiles ( $output, $config )
validateBinary ( $binaryFile )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

executeProcess() public method

public executeProcess ( $output, $processArguments, $file, $prefixes, $postfixes, $arguments, $options )