Пример #1
0
 /**
  * @return bool
  */
 public function IsPgpSignature()
 {
     return $this->oBodyStructure ? $this->oBodyStructure->IsPgpSignature() : false;
 }
Пример #2
0
 /**
  * @return bool
  */
 public function IsDoc()
 {
     return $this->oBodyStructure ? $this->oBodyStructure->IsDoc() : false;
 }
Пример #3
0
 /**
  * Returns **true** if the attachment is marked as inline attachment in it's  headers.
  * 
  * @return bool
  */
 public function isInline()
 {
     return $this->oBodyStructure ? $this->oBodyStructure->IsInline() : false;
 }