public function getId()
 {
     if ($this->__isInitialized__ === false) {
         return $this->__identifier__;
     }
     $this->__load();
     return parent::getId();
 }
Beispiel #2
0
 /**
  * @return integer
  */
 public function getId()
 {
     return $this->document->getId();
 }