◆ enrol_user()
static enrol_self_external::enrol_user |
( |
| $courseid, |
|
|
| $password = '', |
|
|
| $instanceid = 0 ) |
|
static |
Self enrol the current user in the given course.
- Parameters
-
int | $courseid | id of course |
string | $password | enrolment key |
int | $instanceid | instance id of self enrolment plugin |
- Return values
-
array | of warnings and status result |
- Since
- Moodle 3.0
- Exceptions
-
◆ enrol_user_parameters()
static enrol_self_external::enrol_user_parameters |
( |
| ) |
|
|
static |
Returns description of method parameters.
- Return values
-
external_function_parameters | |
- Since
- Moodle 3.0
◆ enrol_user_returns()
static enrol_self_external::enrol_user_returns |
( |
| ) |
|
|
static |
Returns description of method result value.
- Return values
-
- Since
- Moodle 3.0
◆ get_instance_info()
static enrol_self_external::get_instance_info |
( |
| $instanceid | ) |
|
|
static |
Return self-enrolment instance information.
- Parameters
-
int | $instanceid | instance id of self enrolment plugin. |
- Return values
-
array | instance information. |
- Exceptions
-
◆ get_instance_info_parameters()
static enrol_self_external::get_instance_info_parameters |
( |
| ) |
|
|
static |
Returns description of get_instance_info() parameters.
- Return values
-
external_function_parameters | |
◆ get_instance_info_returns()
static enrol_self_external::get_instance_info_returns |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- enrol/self/externallib.php