getId() 공개 메소드

Get image id
public getId ( ) : integer
리턴 integer
 public function getId()
 {
     $this->__load();
     return parent::getId();
 }