N98\Magento\Command\Cache\DisableCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('cache:disable')->addArgument('code', InputArgument::OPTIONAL, 'Code of cache (Multiple codes sperated by comma)')->setDescription('Disables magento caches');
    }
DisableCommand