Go to the source code of this file.
Namespaces |
| namespace | report |
Variables |
| if(!defined('REPORT_LOGLIVE_REFRESH')) | $id = optional_param('id', $SITE->id, PARAM_INT) |
| | $page = optional_param('page', 0, PARAM_INT) |
| | $inpopup = optional_param('inpopup', 0, PARAM_BOOL) |
| | $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST) |
| | $context = context_course::instance($course->id) |
| | $strlivelogs = get_string('livelogs', 'report_loglive') |
| | $link = new moodle_url('/report/loglive/index.php', array('id'=>$course->id, 'inpopup'=>1)) |
Variable Documentation
| $strlivelogs = get_string('livelogs', 'report_loglive') |