|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Enumerations | |
| enum | MAX_USERS_TO_LIST_PER_ROLE |
Variables | |
| $contextid = required_param('contextid',PARAM_INT) | |
| $roleid = optional_param('roleid', 0, PARAM_INT) | |
| $url = new moodle_url('/admin/roles/assign.php', array('contextid' => $contextid)) | |
| $contextname = print_context_name($context) | |
| $courseid = $course->id | |
| $overridableroles = get_overridable_roles($context, ROLENAME_BOTH) | |
| switch ($context->contextlevel) | |
Definition at line 30 of file assign.php.
Definition at line 32 of file assign.php.
| $contextname = print_context_name($context) |
Definition at line 60 of file assign.php.
Definition at line 61 of file assign.php.
| $overridableroles = get_overridable_roles($context, ROLENAME_BOTH) |
Definition at line 65 of file assign.php.
| $roleid = optional_param('roleid', 0, PARAM_INT) |
Definition at line 33 of file assign.php.
Definition at line 37 of file assign.php.
Definition at line 146 of file assign.php.