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

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

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("cache:disable");
        $this->setDescription("Disable cache types");
        $this->addArgument('type', InputArgument::OPTIONAL, '[cache code/type]');
    }