getId() 공개 메소드

Getting the the id
public getId ( ) : unknown_type
리턴 unknown_type
 public function getId()
 {
     $this->__load();
     return parent::getId();
 }