educations = new ArrayCollection(); } public function getId(): ?int { return $this->id; } function getEducations(): Collection { return $this->educations; } function setEducations(Collection $educations): self { $this->educations = $educations; return $this; } }