Procedural File: gradebook_functions_users.inc.php
Source Location: /main/gradebook/lib/gradebook_functions_users.inc.php
Page Details:
Tags:
find_students [line 100]
void find_students(
[ $mask = ''])
|
|
Search students matching a given last name and/or first name
Tags:
Parameters
get_all_users [line 46]
void get_all_users(
[ $evals = array()], [ $links = array()])
|
|
Parameters
get_users_in_course [line 12]
void get_users_in_course(
$course_id $course_id)
|
|
returns users within a course given by param
Parameters
get_user_array_from_mysql_result [line 28]
void get_user_array_from_mysql_result(
$result)
|
|
Parameters
get_user_info_from_id [line 129]
array get_user_info_from_id(
int $userid)
|
|
Get user information from a given id
Tags:
Parameters
|