Ejemplo n.º 1
0
 /**
  * get the browsing of the course categories (faculties)
  * @return array    array containing a list with all the categories and subcategories(if needed)
  */
 public function browse_course_categories()
 {
     return CourseCategory::browseCourseCategories();
 }