示例#1
0
 /**
  * Data Object URI Accessor
  * 
  * @return t41\ObjectModel\ObjectUri
  */
 public function getUri()
 {
     /* @todo check wether the object has been saved */
     /* @todo check wether the object is EMBEDDED save it in memory and generate a memory uri ? */
     if ($this->_dataObject->getUri() == null) {
         //$this->save();
     }
     return $this->_dataObject->getUri();
 }