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

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

protected configure ( )
    protected function configure()
    {
        $this->setName('opcache:configuration')->setDescription('Get configuration information about the cache')->setHelp('');
    }

Usage Example

 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('cachetool:opcache:configuration');
 }
OpcacheConfigurationCommand