N98\Magento\Command\Cache\ReportCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('cache:report')->setDescription('View inside the cache')->addOption('tags', 't', InputOption::VALUE_NONE, 'Output tags')->addOption('mtime', 'm', InputOption::VALUE_NONE, 'Output last modification time')->addOption('filter-id', '', InputOption::VALUE_OPTIONAL, 'Filter output by ID (substring)')->addOption('filter-tag', '', InputOption::VALUE_OPTIONAL, 'Filter output by TAG (seperate multiple tags by comma)')->addOption('fpc', null, InputOption::VALUE_NONE, 'Use full page cache instead of core cache (Enterprise only!)')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
    }