PHP Class Qafoo\Analyzer\Command\Analyze

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: Qafoo/QualityAnalyzer

Méthodes publiques

Méthode Description
__construct ( array $handlers = [], $targetDir = null )

Méthodes protégées

Méthode 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

Méthode Description
filterHandlers ( Symfony\Component\Console\Input\InputInterface $input )

Method Details

__construct() public méthode

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

configure() protected méthode

protected configure ( )

copyResultFile() protected méthode

Copy result file
protected copyResultFile ( string $handler, string $file ) : string
$handler string
$file string
Résultat string

execute() protected méthode

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