PHP Class Go\Console\Command\DebugAdvisorCommand

Inheritance: extends BaseAspectCommand
Datei anzeigen Open project: goaop/framework

Protected Methods

Method Description
configure ( ) {@inheritDoc}
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) {@inheritDoc}

Private Methods

Method Description
loadAdvisorsList ( Go\Core\AspectContainer $aspectContainer ) : Go\Aop\Advisor[] Collects list of advisors from the container
showAdvisorInformation ( SymfonyStyle $io, $advisorId )
showAdvisorsList ( SymfonyStyle $io )
writeInfoAboutAdvices ( SymfonyStyle $io, ReflectionClass $reflectionClass, array $advices )

Method Details

configure() protected method

{@inheritDoc}
protected configure ( )

execute() protected method

{@inheritDoc}
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