PHP Class Go\Console\Command\BaseAspectCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: goaop/framework Class Usage Examples

Protected Properties

Property Type Description
$aspectKernel null | Go\Core\AspectKernel Stores an instance of aspect kernel

Protected Methods

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

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

Property Details

$aspectKernel protected_oe property

Stores an instance of aspect kernel
protected null|AspectKernel,Go\Core $aspectKernel
return null | Go\Core\AspectKernel