Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
external

Classes

class  enrol_guest_external
 Guest enrolment method external API. More...
 

Variables

 $functions
 Guest enrolment external functions and service definitions.
 

Detailed Description

Variable Documentation

◆ $functions

$functions
Initial value:
= array(
'enrol_guest_get_instance_info' => array(
'classname' => 'enrol_guest_external',
'methodname' => 'get_instance_info',
'description' => 'Return guest enrolment instance information.',
'type' => 'read',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'enrol_guest_validate_password' => [
'classname' => 'enrol_guest\external\validate_password',
'description' => 'Perform password validation.',
'type' => 'write',
],
)
const MOODLE_OFFICIAL_MOBILE_SERVICE
Moodle mobile app service name.
Definition moodlelib.php:535

Guest enrolment external functions and service definitions.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Since
Moodle 3.1