CacheTool\Command\ApcuKeyFetchCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('apcu:key:fetch')->setDescription('Shows the content of an APCu key')->addArgument('key', InputArgument::REQUIRED)->setHelp('');
    }
ApcuKeyFetchCommand