Go to the source code of this file.
Variables |
| | $courseid = optional_param('course', SITEID, PARAM_INT) |
| | $view = optional_param('view', 'upcoming', PARAM_ALPHA) |
| | $day = optional_param('cal_d', 0, PARAM_INT) |
| | $mon = optional_param('cal_m', 0, PARAM_INT) |
| | $yr = optional_param('cal_y', 0, PARAM_INT) |
| | $url = new moodle_url('/calendar/view.php') |
| | $calendar = new calendar_information($day, $mon, $yr) |
| | $now = usergetdate(time()) |
| | $pagetitle = '' |
| | $strcalendar = get_string('calendar', 'calendar') |
| if(!checkdate($mon, $day, $yr)) | $time = make_timestamp($yr, $mon, $day) |
| | $renderer = $PAGE->get_renderer('core_calendar') |
| | switch ($view) |
| | if (!empty($CFG->enablecalendarexport)) |
Variable Documentation
| $renderer = $PAGE->get_renderer('core_calendar') |
| if(!empty($CFG->enablecalendarexport)) |