name = $hardware->getName(); $this->description = $hardware->getDescription(); $this->type = new HardwareTypeOutput($hardware->getType()); $this->createdAt = $hardware->getCreatedAt(); $this->createdBy = $hardware->getCreatedBy(); } }