getAttachmentType() public méthode

Get attachment_type
public getAttachmentType ( ) : string
Résultat string
 public function getAttachmentType()
 {
     $this->__load();
     return parent::getAttachmentType();
 }