Example #1
0
 public function getApplications($page = 1, $limit = 15)
 {
     return Application::getAppsFrom($this->userID, $page, $limit);
 }