PHP Class Qafoo\Analyzer\Command\Analyze

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: Qafoo/QualityAnalyzer

Public Methods

Method Description
__construct ( array $handlers = [], $targetDir = null )

Protected Methods

Method Description
configure ( )
copyResultFile ( string $handler, string $file ) : string Copy result file
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
filterHandlers ( Symfony\Component\Console\Input\InputInterface $input )

Method Details

__construct() public method

public __construct ( array $handlers = [], $targetDir = null )
$handlers array

configure() protected method

protected configure ( )

copyResultFile() protected method

Copy result file
protected copyResultFile ( string $handler, string $file ) : string
$handler string
$file string
return string

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