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

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

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