Element index for package dokeos-auth
[ b ]
[ c ]
[ d ]
[ g ]
[ i ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
[ u ]
b
- browse_courses
- in file courses.php, function browse_courses()
allows you to browse through the course categories (faculties) and subscribe to the courses of
- browse_courses_in_category
- in file courses.php, function browse_courses_in_category()
Display all the courses in the given course category. I could have used a parameter here
- browse_course_categories
- in file courses.php, function browse_course_categories()
displays the browsing of the course categories (faculties)
- build_production_list
- in file profile.php, function build_production_list()
Returns an XHTML formatted list of productions for a user, or FALSE if he doesn't have any.
top
c
- count_courses_in_category
- in file courses.php, function count_courses_in_category()
counts the number of courses in a given course category
- courses_subscribing
- in file courses.php, function courses_subscribing()
handles the display of the courses to which the user can subscribe
- courses.php
- procedural page courses.php
top
d
- delete_course_category
- in file courses.php, function delete_course_category()
deletes a course category and moves all the courses that were in this category to main category
- display_category_icons
- in file courses.php, function display_category_icons()
displays the relevant icons for the category (if applicable):move up, move down, edit, delete
- display_change_course_category_form
- in file courses.php, function display_change_course_category_form()
This function displays the form (dropdown list) to move a course to a
- display_courses
- in file courses.php, function display_courses()
displays everything that is needed when the user wants to manage his current courses (sorting, subscribing, unsubscribing, ...)
- display_courses_in_category
- in file courses.php, function display_courses_in_category()
This function displays all the courses in the particular user category;
- display_course_icons
- in file courses.php, function display_course_icons()
displays the subscribe icon if the subscribing is allowed and if the user is not yet
- display_create_course_category_form
- in file courses.php, function display_create_course_category_form()
displays the form that is needed to create a course category.
- display_edit_course_category_form
- in file courses.php, function display_edit_course_category_form()
- display_info_text
- in file courses.php, function display_info_text()
- display_search_courses
- in file courses.php, function display_search_courses()
displays the form for searching for a course and the results if a query has been submitted.
- display_subscribe_icon
- in file courses.php, function display_subscribe_icon()
displays the subscribe icon if the subscribing is allowed and if the user is not yet
- display_subscribe_to_courses
- in file courses.php, function display_subscribe_to_courses()
This function displays the list of course that can be subscribed to.
- display_unsubscribe_icons
- in file courses.php, function display_unsubscribe_icons()
This function displays the unsubscribe part which can be
top
g
- get_courses_of_user
- in file courses.php, function get_courses_of_user()
retrieves all the courses that the user has already subscribed to
- get_user_course_categories
- in file courses.php, function get_user_course_categories()
retrieves the user defined course categories
- get_user_course_categories_info
- in file courses.php, function get_user_course_categories_info()
Retrieves the user defined course categories and all the info that goes with it
- get_user_course_category
- in file courses.php, function get_user_course_category()
gets the title of the user course category
- get_user_image
- in file profile.php, function get_user_image()
Deprecated function. Use UserManager::get_user_picture_path_by_id($user_id,'none') instead Get a user's display picture. If the user doesn't have a picture, this function will return an empty string.
- get_user_productions
- in file profile.php, function get_user_productions()
Returns an array with the user's productions.
top
top
top
m
- move_category
- in file courses.php, function move_category()
Moves the course one place up or down
- move_course
- in file courses.php, function move_course()
moves the course one place up or down
top
top
top
s
- search_courses
- in file courses.php, function search_courses()
Search the courses database for a course that matches the search term.
- store_changecoursecategory
- in file courses.php, function store_changecoursecategory()
stores the changes in a course category (moving a course to a different course category)
- store_course_category
- in file courses.php, function store_course_category()
stores the user course category in the dokeos_user database
- store_edit_course_category
- in file courses.php, function store_edit_course_category()
Updates the user course category in the dokeos_user database
- subscribe_user
- in file courses.php, function subscribe_user()
Subscribe the user to a given course
top
top
|
|