Exemplo n.º 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()));
 }
Exemplo n.º 2
0
 public function removeAttachment(Attachment $attachment)
 {
     $this->attachments->remove($attachment->getId());
 }