프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$astRunner | |||
$collectorFactory | |||
$dispatcher | |||
$formatterFactory | |||
$rulesetEngine |
메소드 | 설명 | |
---|---|---|
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, SensioLabs\AstRunner\AstRunner $astRunner, |
메소드 | 설명 | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
printBanner ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
printCollectViolations ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
printConfigMissingError ( Symfony\Component\Console\Output\OutputInterface $output, $configurationLoader ) | ||
printEmitEnd ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
printEmitStart ( Symfony\Component\Console\Output\OutputInterface $output, $dependencyEmitter ) | ||
printFlattenEnd ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
printFlattenStart ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
printFormatterException ( Symfony\Component\Console\Output\OutputInterface $output, $formatterName, Exception $exception ) | ||
printFormattingStart ( Symfony\Component\Console\Output\OutputInterface $output ) |
메소드 | 설명 | |
---|---|---|
collectFiles ( |
public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, SensioLabs\AstRunner\AstRunner $astRunner, |
||
$dispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface | |
$astRunner | SensioLabs\AstRunner\AstRunner | |
$formatterFactory | ||
$rulesetEngine | ||
$collectorFactory |
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 |
protected printBanner ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected printCollectViolations ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected printConfigMissingError ( Symfony\Component\Console\Output\OutputInterface $output, $configurationLoader ) | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$configurationLoader |
protected printEmitEnd ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected printEmitStart ( Symfony\Component\Console\Output\OutputInterface $output, $dependencyEmitter ) | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$dependencyEmitter |
protected printFlattenEnd ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected printFlattenStart ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected printFormatterException ( Symfony\Component\Console\Output\OutputInterface $output, $formatterName, Exception $exception ) | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$formatterName | ||
$exception | Exception |
protected printFormattingStart ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |