コード例 #1
0
ファイル: class_attachment.php プロジェクト: JDevelopers/Mail
 /**
  * Gets the collection of the attachment headers.
  * @return HeaderCollection
  */
 function &GetHeaders()
 {
     return $this->MimePart->GetHeaders();
 }