CacheTool\Command\ApcuKeyStoreCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('apcu:key:store')->setDescription('Store an APCu key with given value')->addArgument('key', InputArgument::REQUIRED)->addArgument('value', InputArgument::REQUIRED)->addArgument('ttl', InputArgument::OPTIONAL, 0)->setHelp('');
    }
ApcuKeyStoreCommand