tags = new ArrayCollection(); } public function getEquipment(): ?Equipment { return $this->equipment; } public function setEquipment(?Equipment $equipment): self { $this->equipment = $equipment; return $this; } public function getAccompanist(): Access { return $this->accompanist; } public function setAccompanist(Access $accompanist): self { $this->accompanist = $accompanist; return $this; } }