示例#1
0
 /**
  * @param AW_Helpdesk3_Model_Gateway_Mail_Attachment $attachment
  *
  * @return $this
  */
 public function removeAttachment($attachment)
 {
     $attachment->delete();
     return $this;
 }