Moodle  2.2.1
http://www.collinsharper.com
core_role_external Class Reference
Inheritance diagram for core_role_external:
Collaboration diagram for core_role_external:

Static Public Member Functions

static assign_roles_parameters ()
static assign_roles ($assignments)
static assign_roles_returns ()
static unassign_roles_parameters ()
static unassign_roles ($unassignments)
static unassign_roles_returns ()

Detailed Description

Role functions

Definition at line 314 of file externallib.php.


Member Function Documentation

static assign_roles ( assignments) [static]

Manual role assignments to users

Parameters:
array$assignmentAn array of manual role assignment
Returns:
null

Definition at line 342 of file externallib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static assign_roles_parameters ( ) [static]

Returns description of method parameters

Returns:
external_function_parameters

Definition at line 320 of file externallib.php.

Here is the caller graph for this function:

static assign_roles_returns ( ) [static]

Returns description of method result value

Returns:
external_description

Definition at line 374 of file externallib.php.

Here is the caller graph for this function:

static unassign_roles ( unassignments) [static]

Unassign roles from users

Parameters:
array$unassignmentAn array of unassignment
Returns:
null

Definition at line 405 of file externallib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static unassign_roles_parameters ( ) [static]

Returns description of method parameters

Returns:
external_function_parameters

Definition at line 383 of file externallib.php.

Here is the caller graph for this function:

static unassign_roles_returns ( ) [static]

Returns description of method result value

Returns:
null

Definition at line 436 of file externallib.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations