예제 #1
0
 /**
  * @param EmailAttachmentEntity $emailAttachment
  *
  * @return $this
  */
 public function setEmailAttachment($emailAttachment)
 {
     $this->emailAttachment = $emailAttachment;
     $this->setFileName($this->emailAttachment->getFileName());
     return $this;
 }