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

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

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("index:status");
        $this->setDescription("Show status of index");
    }