getAttachmentType() 공개 메소드

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