PHP Class Go\Console\Command\DebugAspectCommand

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
getPrettyText ( string $comment ) : string Gets the reformatted comment text.
showAspectInfo ( SymfonyStyle $io, Go\Aop\Aspect $aspect ) Displays an information about single aspect
showAspectPointcutsAndAdvisors ( SymfonyStyle $io, Go\Aop\Aspect $aspect ) Shows an information about aspect pointcuts and advisors
showRegisteredAspectsInfo ( SymfonyStyle $io, array $aspects ) Shows an information about registered aspects

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