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