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

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

protected configure ( )
    protected function configure()
    {
        $this->setName('cache:view')->addArgument('id', InputArgument::REQUIRED, 'Cache-ID')->addOption('unserialize', '', InputOption::VALUE_NONE, 'Unserialize output')->setDescription('Prints a cache entry')->addOption('fpc', null, InputOption::VALUE_NONE, 'Use full page cache instead of core cache (Enterprise only!)');
    }