|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $edit = optional_param('edit', 0, PARAM_INT) | |
| $new = optional_param('new', '', PARAM_FORMAT) | |
| $delete = optional_param('delete', 0, PARAM_INT) | |
| $sure = optional_param('sure', '', PARAM_ALPHA) | |
| $contextid = optional_param('contextid', 0, PARAM_INT) | |
| $usercourseid = optional_param('usercourseid', SITEID, PARAM_INT) | |
| $url = new moodle_url('/repository/manage_instances.php') | |
| $baseurl = new moodle_url('/repository/manage_instances.php') | |
| if($context->contextlevel==CONTEXT_USER) | $return = true |
| $baseurl = new moodle_url('/repository/manage_instances.php') |
Definition at line 41 of file manage_instances.php.
| $contextid = optional_param('contextid', 0, PARAM_INT) |
Definition at line 36 of file manage_instances.php.
| $delete = optional_param('delete', 0, PARAM_INT) |
Definition at line 34 of file manage_instances.php.
| $edit = optional_param('edit', 0, PARAM_INT) |
Definition at line 32 of file manage_instances.php.
| $new = optional_param('new', '', PARAM_FORMAT) |
Definition at line 33 of file manage_instances.php.
| if ($context->contextlevel==CONTEXT_USER) $return = true |
Definition at line 141 of file manage_instances.php.
| $sure = optional_param('sure', '', PARAM_ALPHA) |
Definition at line 35 of file manage_instances.php.
| $url = new moodle_url('/repository/manage_instances.php') |
Definition at line 39 of file manage_instances.php.
| $usercourseid = optional_param('usercourseid', SITEID, PARAM_INT) |
Definition at line 37 of file manage_instances.php.