name = $pxeTemplate->getName(); $this->synchronized = $pxeTemplate->isSynchronized(); $this->templateContent = $pxeTemplate->getTemplateContent(); $this->clientsLength = $pxeTemplate->getClients()->count(); $this->isDefault = $pxeTemplate->isDefault(); $this->createdAt = $pxeTemplate->getCreatedAt(); $this->createdBy = $pxeTemplate->getCreatedBy(); } }