teacher = $teacher; $this->students = new ArrayCollection($students); } public function getId() { return $this->id; } public function getTeacher() { return $this->teacher; } public function getStudents() { return $this->students; } }