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

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

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