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();
 }