|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $areaid = optional_param('areaid', null, PARAM_INT) | |
| $contextid = optional_param('contextid', null, PARAM_INT) | |
| $component = optional_param('component', null, PARAM_COMPONENT) | |
| $area = optional_param('area', null, PARAM_AREA) | |
| $returnurl = optional_param('returnurl', null, PARAM_LOCALURL) | |
| $setmethod = optional_param('setmethod', null, PARAM_PLUGIN) | |
| $shareform = optional_param('shareform', null, PARAM_INT) | |
| $deleteform = optional_param('deleteform', null, PARAM_INT) | |
| $confirmed = optional_param('confirmed', false, PARAM_BOOL) | |
| $message = optional_param('message', null, PARAM_NOTAGS) | |
| $output = $PAGE->get_renderer('core_grading') | |
| if(!empty($setmethod)) if(!empty($shareform)) | if (!empty($deleteform)) |
| $area = optional_param('area', null, PARAM_AREA) |
Definition at line 39 of file manage.php.
| $areaid = optional_param('areaid', null, PARAM_INT) |
Definition at line 35 of file manage.php.
| $component = optional_param('component', null, PARAM_COMPONENT) |
Definition at line 38 of file manage.php.
| $confirmed = optional_param('confirmed', false, PARAM_BOOL) |
Definition at line 49 of file manage.php.
| $contextid = optional_param('contextid', null, PARAM_INT) |
Definition at line 37 of file manage.php.
| $deleteform = optional_param('deleteform', null, PARAM_INT) |
Definition at line 47 of file manage.php.
| $message = optional_param('message', null, PARAM_NOTAGS) |
Definition at line 51 of file manage.php.
| $output = $PAGE->get_renderer('core_grading') |
Definition at line 87 of file manage.php.
| $returnurl = optional_param('returnurl', null, PARAM_LOCALURL) |
Definition at line 41 of file manage.php.
| $setmethod = optional_param('setmethod', null, PARAM_PLUGIN) |
Definition at line 43 of file manage.php.
| $shareform = optional_param('shareform', null, PARAM_INT) |
Definition at line 45 of file manage.php.
| if(!empty($method)) |
Definition at line 125 of file manage.php.