sourceId = $sourceId; $this->classId = $classId; $this->type = $type; } public function getSourceId(): ?string { return $this->sourceId; } public function getClassId(): ?string { return $this->classId; } public function getType(): ?string { return $this->type; } }