entityType = $entityType; $this->field = $field; $this->type = $type; } public function getEntityType(): string { return $this->entityType; } public function getField(): string { return $this->field; } public function getType(): string { return $this->type; } }