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");
    }