Ejemplo n.º 1
0
 function documentURI($val = null)
 {
     if ($uri = xml::normalizePath($val)) {
         $this->dd->documentURI = $uri;
     }
     return $this->dd->documentURI;
 }