Beispiel #1
0
 public function updateTeachers()
 {
     StudentServiceUtil::setTeachers($this->studentId, $this->teacherIds);
     $this->teachersVisible = true;
     return null;
 }