Magestead\Command\Index\ShowModeCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("index:mode:show");
        $this->setDescription("Show index mode");
        $this->addArgument('index', InputArgument::OPTIONAL, '[indexer]');
    }