Go to the source code of this file.
Namespaces | |
| namespace | CLCRS |
Functions | |
| get_course_title ($cid) | |
| get_info_course ($cid) | |
| claro_get_course_name ($cid=NULL) | |
| claro_get_course_officialCode ($cid=NULL) | |
| get_course_tool_list ($cid) | |
| claro_get_course_name | ( | $ | cid = NULL |
) |
Get the name of a course.
| string | $course_id (optionnal) If not set, it use the current course will be taken. |
Definition at line 79 of file course_utils.lib.php.
| claro_get_course_officialCode | ( | $ | cid = NULL |
) |
Get the official code of a course.
| string | $course_id (optionnal) If not set, it use the current course will be taken. |
Definition at line 96 of file course_utils.lib.php.
| get_course_title | ( | $ | cid | ) |
return the title of a course
| $course_sys_code | id of a course |
Definition at line 26 of file course_utils.lib.php.
| get_course_tool_list | ( | $ | cid | ) |
return all info of tool for a course
| $cid | the id of a course |
Definition at line 110 of file course_utils.lib.php.
| get_info_course | ( | $ | cid | ) |
return all info of a course
| $cid | the id of a course |
all groups of these course ( theses properies are from the link between course and group,
Definition at line 41 of file course_utils.lib.php.
1.6.3