PHP Класс Qafoo\Analyzer\Command\Analyze

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $handlers = [], $targetDir = null )

Защищенные методы

Метод Описание
configure ( )
copyResultFile ( string $handler, string $file ) : string Copy result file
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
filterHandlers ( Symfony\Component\Console\Input\InputInterface $input )

Описание методов

__construct() публичный Метод

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

configure() защищенный Метод

protected configure ( )

copyResultFile() защищенный Метод

Copy result file
protected copyResultFile ( string $handler, string $file ) : string
$handler string
$file string
Результат string

execute() защищенный Метод

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