creatorId = $creator->getId(); $this->templateId = $template->getId(); $this->entityId = $entityId; $this->entityClassName = $entityClassName; } public function getCreatorId(): int { return $this->creatorId; } public function getTemplateId(): int { return $this->templateId; } public function getEntityId(): int { return $this->entityId; } public function getEntityClassName(): string { return $this->entityClassName; } }