Aimeos\ShopBundle\Command\CacheCommand::configure PHP 메소드

configure() 보호된 메소드

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)');
    }