コード例 #1
0
 /**
  * @param Attachment $attachment
  */
 public function removeAttachment(Attachment $attachment)
 {
     $this->attachments->remove($attachment->getId());
     $this->raise(new AttachmentWasDeletedFromTicket($this->uniqueId, $this->subject, $attachment->getFilename()));
 }
コード例 #2
0
 public function removeAttachment(Attachment $attachment)
 {
     $this->attachments->remove($attachment->getId());
 }