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

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

protected configure ( )
    protected function configure()
    {
        $this->setName('opcache:status:scripts')->setDescription('Show scripts in the opcode cache')->setHelp('');
    }

Usage Example

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