|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST) | |
| $context = get_context_instance(CONTEXT_COURSE, $course->id) | |
| $strreports = get_string('reports') | |
| $reports = get_plugin_list('coursereport') | |
| foreach ($reports as $report=> $reportdirectory) | |
Definition at line 12 of file report.php.
| $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST) |
Definition at line 7 of file report.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 6 of file report.php.
| $reports = get_plugin_list('coursereport') |
Definition at line 22 of file report.php.
| $strreports = get_string('reports') |
Definition at line 15 of file report.php.
| foreach($reports as $report=> $reportdirectory) |
Definition at line 24 of file report.php.