Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/course/mod.php File Reference

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

$add = optional_param('add', '', PARAM_ALPHA)

Definition at line 30 of file mod.php.

$cancelcopy = optional_param('cancelcopy', 0, PARAM_BOOL)

Definition at line 43 of file mod.php.

Definition at line 44 of file mod.php.

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

Definition at line 37 of file mod.php.

Definition at line 41 of file mod.php.

Definition at line 40 of file mod.php.

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

Definition at line 34 of file mod.php.

Definition at line 42 of file mod.php.

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

Definition at line 35 of file mod.php.

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

Definition at line 32 of file mod.php.

Definition at line 38 of file mod.php.

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

Definition at line 39 of file mod.php.

$sectionreturn = optional_param('sr', '', PARAM_INT)

Definition at line 29 of file mod.php.

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

Definition at line 36 of file mod.php.

$type = optional_param('type', '', PARAM_ALPHA)

Definition at line 31 of file mod.php.

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

Definition at line 33 of file mod.php.

$url = new moodle_url('/course/mod.php')

Definition at line 47 of file mod.php.

 All Data Structures Namespaces Files Functions Variables Enumerations