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

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

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("vm:status");
        $this->setDescription("Get the status of your development machine");
    }