Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/report/log/index.php File Reference

Go to the source code of this file.

Namespaces

namespace  report

Variables

 $id = optional_param('id', 0, PARAM_INT)
 $host_course = optional_param('host_course', '', PARAM_PATH)
 $user = optional_param('user', 0, PARAM_INT)
 $date = optional_param('date', 0, PARAM_FILE)
 $modname = optional_param('modname', '', PARAM_PLUGIN)
 $modid = optional_param('modid', 0, PARAM_FILE)
 $modaction = optional_param('modaction', '', PARAM_PATH)
 $page = optional_param('page', '0', PARAM_INT)
 $perpage = optional_param('perpage', '100', PARAM_INT)
 $showcourses = optional_param('showcourses', 0, PARAM_INT)
 $showusers = optional_param('showusers', 0, PARAM_INT)
 $chooselog = optional_param('chooselog', 0, PARAM_INT)
 $logformat = optional_param('logformat', 'showashtml', PARAM_ALPHA)
 $params = array()
 $context = get_context_instance(CONTEXT_COURSE, $course->id)
 $strlogs = get_string('logs')
 $stradministration = get_string('administration')
 $strreports = get_string('reports')

Variable Documentation

$chooselog = optional_param('chooselog', 0, PARAM_INT)

Definition at line 54 of file index.php.

Definition at line 115 of file index.php.

Definition at line 46 of file index.php.

$host_course = optional_param('host_course', '', PARAM_PATH)

Definition at line 32 of file index.php.

Definition at line 31 of file index.php.

$logformat = optional_param('logformat', 'showashtml', PARAM_ALPHA)

Definition at line 55 of file index.php.

$modaction = optional_param('modaction', '', PARAM_PATH)

Definition at line 49 of file index.php.

Definition at line 48 of file index.php.

Definition at line 47 of file index.php.

Definition at line 50 of file index.php.

$params = array()

Definition at line 57 of file index.php.

$perpage = optional_param('perpage', '100', PARAM_INT)

Definition at line 51 of file index.php.

$showcourses = optional_param('showcourses', 0, PARAM_INT)

Definition at line 52 of file index.php.

$showusers = optional_param('showusers', 0, PARAM_INT)

Definition at line 53 of file index.php.

$stradministration = get_string('administration')

Definition at line 122 of file index.php.

$strlogs = get_string('logs')

Definition at line 121 of file index.php.

$strreports = get_string('reports')

Definition at line 123 of file index.php.

Definition at line 45 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations