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

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

protected configure ( )
    protected function configure()
    {
        $this->setName('apc:sma:info')->setDescription('Show APC shared memory allocation information')->setHelp('');
    }

Usage Example

 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('cachetool:apc:sma:info');
 }
ApcSmaInfoCommand