<?php
Class DGUEModelBase {
protected $dgue;
public function generateUUID() {
return false;
}
public function __construct(DGUE $dgue) {
$this->dgue = $dgue;