getType() 공개 메소드

Get type
public getType ( ) : string
리턴 string
 public function getType()
 {
     $this->__load();
     return parent::getType();
 }