Minor - Update PHPDoc - refs BT#9590

1.9.x
Angel Fernando Quiroz Campos 11 years ago
parent 8e2df9e6e5
commit 2d70d4e201
  1. 10
      main/inc/lib/sessionmanager.lib.php

@ -2975,10 +2975,12 @@ class SessionManager
}
/**
* Gets the list of courses by session filtered by access_url
* @param int $session_id
* @param string $course_name
* @return array list of courses
* Gets the list (or the count) of courses by session filtered by access_url
* @param int $session_id The session id
* @param string $course_name The course code
* @param string $orderBy Field to order the data
* @param boolean $getCount Optional. Count the session courses
* @return array|int List of courses. Whether $getCount is true, return the count
*/
public static function get_course_list_by_session_id(
$session_id,

Loading…
Cancel
Save