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

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

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("vm:halt");
        $this->setDescription("Halt your development machine");
    }