public function getId()
 {
     if ($this->__isInitialized__ === false) {
         return $this->__identifier__;
     }
     $this->__load();
     return parent::getId();
 }
예제 #2
0
파일: User.php 프로젝트: pokap/pool-dbm
 /**
  * @return integer
  */
 public function getId()
 {
     return $this->document->getId();
 }