|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | moodlecore |
Variables | |
| $param = new stdClass() | |
| $param | moveup = optional_param('moveup', 0, PARAM_INT) |
| $param | movedown = optional_param('movedown', 0, PARAM_INT) |
| $param | moveupcontext = optional_param('moveupcontext', 0, PARAM_INT) |
| $param | movedowncontext = optional_param('movedowncontext', 0, PARAM_INT) |
| $param | tocontext = optional_param('tocontext', 0, PARAM_INT) |
| $param | left = optional_param('left', 0, PARAM_INT) |
| $param | right = optional_param('right', 0, PARAM_INT) |
| $param | delete = optional_param('delete', 0, PARAM_INT) |
| $param | confirm = optional_param('confirm', 0, PARAM_INT) |
| $param | cancel = optional_param('cancel', '', PARAM_ALPHA) |
| $param | move = optional_param('move', 0, PARAM_INT) |
| $param | moveto = optional_param('moveto', 0, PARAM_INT) |
| $param | edit = optional_param('edit', 0, PARAM_INT) |
| $url = new moodle_url($thispageurl) | |
| $qcobject | |
| $streditingcategories = get_string('editcategories', 'question') | |
| $param = new stdClass() |
Definition at line 35 of file category.php.
| $qcobject |
new question_category_object($pagevars['cpage'], $thispageurl, $contexts->having_one_edit_tab_cap('categories'), $param->edit, $pagevars['cat'], $param->delete, $contexts->having_cap('moodle/question:add'))
Definition at line 58 of file category.php.
| $streditingcategories = get_string('editcategories', 'question') |
Definition at line 61 of file category.php.
| $url = new moodle_url($thispageurl) |
Definition at line 50 of file category.php.
| $param cancel = optional_param('cancel', '', PARAM_ALPHA) |
Definition at line 45 of file category.php.
| $param confirm = optional_param('confirm', 0, PARAM_INT) |
Definition at line 44 of file category.php.
| $param delete = optional_param('delete', 0, PARAM_INT) |
Definition at line 43 of file category.php.
| $param edit = optional_param('edit', 0, PARAM_INT) |
Definition at line 48 of file category.php.
| $param left = optional_param('left', 0, PARAM_INT) |
Definition at line 41 of file category.php.
| $param move = optional_param('move', 0, PARAM_INT) |
Definition at line 46 of file category.php.
| $param movedown = optional_param('movedown', 0, PARAM_INT) |
Definition at line 37 of file category.php.
| $param movedowncontext = optional_param('movedowncontext', 0, PARAM_INT) |
Definition at line 39 of file category.php.
| $param moveto = optional_param('moveto', 0, PARAM_INT) |
Definition at line 47 of file category.php.
| $param moveup = optional_param('moveup', 0, PARAM_INT) |
Definition at line 36 of file category.php.
| $param moveupcontext = optional_param('moveupcontext', 0, PARAM_INT) |
Definition at line 38 of file category.php.
| $param right = optional_param('right', 0, PARAM_INT) |
Definition at line 42 of file category.php.
| $param tocontext = optional_param('tocontext', 0, PARAM_INT) |
Definition at line 40 of file category.php.