コード例 #1
0
ファイル: TeacherModel.php プロジェクト: aeberh/php-movico
 public function getStudents($from = 0, $limit = 9999999999)
 {
     return StudentServiceUtil::findByTeacherId($this->teacherId, $from, $limit);
 }
コード例 #2
0
ファイル: StudentBean.php プロジェクト: aeberh/php-movico
 public function getStudents()
 {
     return StudentServiceUtil::getStudents();
 }