Пример #1
0
 /**
  * @return static
  */
 public function withAttachments()
 {
     foreach ($this->entity->getAttachments() as $attachment) {
         $this->entityDTO->attachments[] = $this->dtoBuilderFactory->getAttachmentDTOBuilder($attachment)->build();
     }
     return $this;
 }