|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | report |
Functions | |
| report_log_print_graph ($course, $userid, $type, $date=0) | |
| report_log_print_mnet_selector_form ($hostid, $course, $selecteduser=0, $selecteddate='today', $modname="", $modid=0, $modaction='', $selectedgroup=-1, $showcourses=0, $showusers=0, $logformat='showashtml') | |
| report_log_print_selector_form ($course, $selecteduser=0, $selecteddate='today', $modname="", $modid=0, $modaction='', $selectedgroup=-1, $showcourses=0, $showusers=0, $logformat='showashtml') | |
Variables | |
| if (!defined('REPORT_LOG_MAX_DISPLAY')) | |
| report_log_print_graph | ( | $ | course, |
| $ | userid, | ||
| $ | type, | ||
| $ | date = 0 |
||
| ) |
Definition at line 34 of file locallib.php.
| report_log_print_mnet_selector_form | ( | $ | hostid, |
| $ | course, | ||
| $ | selecteduser = 0, |
||
| $ | selecteddate = 'today', |
||
| $ | modname = "", |
||
| $ | modid = 0, |
||
| $ | modaction = '', |
||
| $ | selectedgroup = -1, |
||
| $ | showcourses = 0, |
||
| $ | showusers = 0, |
||
| $ | logformat = 'showashtml' |
||
| ) |
Setup for group handling.
Casting $course->modinfo to string prevents one notice when the field is null
Definition at line 45 of file locallib.php.

| report_log_print_selector_form | ( | $ | course, |
| $ | selecteduser = 0, |
||
| $ | selecteddate = 'today', |
||
| $ | modname = "", |
||
| $ | modid = 0, |
||
| $ | modaction = '', |
||
| $ | selectedgroup = -1, |
||
| $ | showcourses = 0, |
||
| $ | showusers = 0, |
||
| $ | logformat = 'showashtml' |
||
| ) |
Setup for group handling.
Casting $course->modinfo to string prevents one notice when the field is null
Definition at line 330 of file locallib.php.

| if(!defined('REPORT_LOG_MAX_DISPLAY')) |
Definition at line 28 of file locallib.php.