/** * @param ChildStudent $student The ChildStudent object to add. */ protected function doAddStudent(ChildStudent $student) { $this->collStudents[] = $student; $student->setSchoolYear($this); }