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

Static Public Member Functions

static manual_enrol_users_parameters ()
static manual_enrol_users ($enrolments)
static manual_enrol_users_returns ()

Detailed Description

Deprecated manual enrolment functions

Deprecated:
since Moodle 2.2 please use enrol_manual_external instead

Definition at line 152 of file externallib.php.


Member Function Documentation

static manual_enrol_users ( enrolments) [static]

Enrolment of users Function throw an exception at the first error encountered.

Deprecated:
since Moodle 2.2 please use enrol_manual_external::enrol_users instead
Parameters:
array$enrolmentsAn array of user enrolment
Returns:
null

Definition at line 170 of file externallib.php.

Here is the call graph for this function:

static manual_enrol_users_parameters ( ) [static]

Returns description of method parameters

Deprecated:
since Moodle 2.2 please use enrol_manual_external::enrol_users_parameters instead
Returns:
external_function_parameters

Definition at line 159 of file externallib.php.

Here is the call graph for this function:

static manual_enrol_users_returns ( ) [static]

Returns description of method result value

Deprecated:
since Moodle 2.2 please use enrol_manual_external::enrol_users_returns instead
Returns:
external_description

Definition at line 179 of file externallib.php.

Here is the call graph for this function:


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