Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/roles/check.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Variables

 $contextid = required_param('contextid',PARAM_INT)
 $url = new moodle_url('/admin/roles/check.php', array('contextid' => $contextid))
 $courseid = $course->id
 $contextname = print_context_name($context)
 $options = array('context' => $context, 'roleid' => 0)
 $title = get_string('checkpermissionsin', 'role', $contextname)
 switch ($context->contextlevel)
 $assignableroles = get_assignable_roles($context, ROLENAME_BOTH)
 $overridableroles = get_overridable_roles($context, ROLENAME_BOTH)
 $reportuser = $userselector->get_selected_user()
if(!empty($user->id)) if ($isfrontpage)

Variable Documentation

Definition at line 109 of file check.php.

Definition at line 30 of file check.php.

$contextname = print_context_name($context)

Definition at line 59 of file check.php.

Definition at line 58 of file check.php.

$options = array('context' => $context, 'roleid' => 0)

Definition at line 64 of file check.php.

Definition at line 110 of file check.php.

$reportuser = $userselector->get_selected_user()

Definition at line 116 of file check.php.

$title = get_string('checkpermissionsin', 'role', $contextname)

Definition at line 74 of file check.php.

$url = new moodle_url('/admin/roles/check.php', array('contextid' => $contextid))

Definition at line 34 of file check.php.

if($context->contextlevel > CONTEXT_USER)

Definition at line 139 of file check.php.

switch($context->contextlevel)

Definition at line 79 of file check.php.

 All Data Structures Namespaces Files Functions Variables Enumerations