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

Go to the source code of this file.

Namespaces

namespace  moodlecore

Variables

 $add = optional_param('add', '', PARAM_ALPHA)
 $update = optional_param('update', 0, PARAM_INT)
 $return = optional_param('return', 0, PARAM_BOOL)
 $type = optional_param('type', '', PARAM_ALPHANUM)
 $url = new moodle_url('/course/modedit.php')
 $modmoodleform = "$CFG->dirroot/mod/$module->name/mod_form.php"
 $mform = new $mformclassname($data, $cw->section, $cm, $course)

Variable Documentation

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

Definition at line 34 of file modedit.php.

$mform = new $mformclassname($data, $cw->section, $cm, $course)

Definition at line 256 of file modedit.php.

$modmoodleform = "$CFG->dirroot/mod/$module->name/mod_form.php"

Definition at line 241 of file modedit.php.

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

Definition at line 36 of file modedit.php.

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

Definition at line 37 of file modedit.php.

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

Definition at line 35 of file modedit.php.

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

Definition at line 39 of file modedit.php.

 All Data Structures Namespaces Files Functions Variables Enumerations