parts = new ArrayCollection(); } /** * Returns the parts associated with this element. * * @return Collection|Part[] */ public function getParts(): Collection { return $this->parts; } }