Aimeos\ShopBundle\Command\CacheCommand::configure PHP Méthode

configure() protected méthode

Configures the command name and description.
protected configure ( )
    protected function configure()
    {
        $this->setName('aimeos:cache');
        $this->setDescription('Clears the content cache');
        $this->addArgument('site', InputArgument::OPTIONAL, 'Site codes to clear the cache like "default unittest" (none for all)');
    }