Ejemplo n.º 1
0
 /**
  * @return static
  */
 public function withOrder()
 {
     $this->entityDTO->order = $this->dtoBuilderFactory->getOrderDTOBuilder($this->entity->getOrder())->build();
     return $this;
 }