|
Moodle
2.2.1
http://www.collinsharper.com
|
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) | |
| $add = optional_param('add', '', PARAM_ALPHA) |
Definition at line 34 of file modedit.php.
Definition at line 256 of file modedit.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.