PHP Class Aimeos\ShopBundle\Command\CacheCommand

Inheritance: extends Aimeos\ShopBundle\Command\Command
Show file Open project: aimeos/aimeos-symfony2

Protected Methods

Method Description
configure ( ) Configures the command name and description.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Executes the job controllers.

Method Details

configure() protected method

Configures the command name and description.
protected configure ( )

execute() protected method

Executes the job controllers.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface Input object
$output Symfony\Component\Console\Output\OutputInterface Output object