|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | report |
Functions | |
| report_progress_extend_navigation_course ($navigation, $course, $context) | |
| report_progress_page_type_list ($pagetype, $parentcontext, $currentcontext) | |
| report_progress_extend_navigation_course | ( | $ | navigation, |
| $ | course, | ||
| $ | context | ||
| ) |
This function extends the navigation with the report items
| navigation_node | $navigation | The navigation node to extend |
| stdClass | $course | The course to object for the report |
| stdClass | $context | The context of the course |
Definition at line 35 of file lib.php.

| report_progress_page_type_list | ( | $ | pagetype, |
| $ | parentcontext, | ||
| $ | currentcontext | ||
| ) |