PHP Класс SensioLabs\Deptrac\Command\AnalyzeCommand

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

Защищенные свойства (Protected)

Свойство Тип Описание
$astRunner
$collectorFactory
$dispatcher
$formatterFactory
$rulesetEngine

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

Метод Описание
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, SensioLabs\AstRunner\AstRunner $astRunner, OutputFormatterFactory $formatterFactory, RulesetEngine $rulesetEngine, CollectorFactory $collectorFactory )

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

Метод Описание
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 ( Configuration $configuration )

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

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

public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, SensioLabs\AstRunner\AstRunner $astRunner, OutputFormatterFactory $formatterFactory, RulesetEngine $rulesetEngine, CollectorFactory $collectorFactory )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$astRunner SensioLabs\AstRunner\AstRunner
$formatterFactory SensioLabs\Deptrac\OutputFormatterFactory
$rulesetEngine SensioLabs\Deptrac\RulesetEngine
$collectorFactory SensioLabs\Deptrac\CollectorFactory

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

protected configure ( )

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

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

protected printBanner ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

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

protected printCollectViolations ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

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

protected printConfigMissingError ( Symfony\Component\Console\Output\OutputInterface $output, $configurationLoader )
$output Symfony\Component\Console\Output\OutputInterface
$configurationLoader

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

protected printEmitEnd ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

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

protected printEmitStart ( Symfony\Component\Console\Output\OutputInterface $output, $dependencyEmitter )
$output Symfony\Component\Console\Output\OutputInterface
$dependencyEmitter

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

protected printFlattenEnd ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

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

protected printFlattenStart ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

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

protected printFormatterException ( Symfony\Component\Console\Output\OutputInterface $output, $formatterName, Exception $exception )
$output Symfony\Component\Console\Output\OutputInterface
$formatterName
$exception Exception

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

protected printFormattingStart ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

Описание свойств

$astRunner защищенное свойство

protected $astRunner

$collectorFactory защищенное свойство

protected $collectorFactory

$dispatcher защищенное свойство

protected $dispatcher

$formatterFactory защищенное свойство

protected $formatterFactory

$rulesetEngine защищенное свойство

protected $rulesetEngine