Sulu\Bundle\MediaBundle\Command\ClearCacheCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('sulu:media:format:cache:clear')->setDescription('Clear all or the given Sulu media format cache')->addArgument('cache', InputArgument::OPTIONAL, 'Optional alias to clear the specific cache');
    }
ClearCacheCommand