getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer
 public function getId()
 {
     if ($this->__isInitialized__ === false) {
         return (int) $this->_identifier["id"];
     }
     $this->__load();
     return parent::getId();
 }