Beispiel #1
0
 public function getStudents($from = 0, $limit = 9999999999)
 {
     return StudentServiceUtil::findByTeacherId($this->teacherId, $from, $limit);
 }
Beispiel #2
0
 public function getStudents()
 {
     return StudentServiceUtil::getStudents();
 }