PHP 클래스 Qafoo\Analyzer\Command\Analyze

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: Qafoo/QualityAnalyzer

공개 메소드들

메소드 설명
__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