Go to the source code of this file.
Namespaces |
| namespace | course |
Variables |
| | $sectionreturn = optional_param('sr', '', PARAM_INT) |
| | $add = optional_param('add', '', PARAM_ALPHA) |
| | $type = optional_param('type', '', PARAM_ALPHA) |
| | $indent = optional_param('indent', 0, PARAM_INT) |
| | $update = optional_param('update', 0, PARAM_INT) |
| | $duplicate = optional_param('duplicate', 0, PARAM_INT) |
| | $hide = optional_param('hide', 0, PARAM_INT) |
| | $show = optional_param('show', 0, PARAM_INT) |
| | $copy = optional_param('copy', 0, PARAM_INT) |
| | $moveto = optional_param('moveto', 0, PARAM_INT) |
| | $movetosection = optional_param('movetosection', 0, PARAM_INT) |
| | $delete = optional_param('delete', 0, PARAM_INT) |
| | $course = optional_param('course', 0, PARAM_INT) |
| | $groupmode = optional_param('groupmode', -1, PARAM_INT) |
| | $cancelcopy = optional_param('cancelcopy', 0, PARAM_BOOL) |
| | $confirm = optional_param('confirm', 0, PARAM_BOOL) |
| | $url = new moodle_url('/course/mod.php') |
Variable Documentation