示例#1
0
文件: Student.php 项目: idoqo/yedoe
 public function getApplications($page = 1, $limit = 15)
 {
     return Application::getAppsFrom($this->userID, $page, $limit);
 }