Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes
enrol.php File Reference

Implements the XML-RPC methods this plugin publishes to MNet peers. More...

Classes

class  enrol_mnet_mnetservice_enrol
 MNet server-side methods that are part of mnetservice_enrol. More...
 

Detailed Description

Implements the XML-RPC methods this plugin publishes to MNet peers.

This file must be named enrol.php because current MNet framework has the filename hardcoded in XML-RPC path and we want to be compatible with Moodle 1.x MNet clients. There is a proposal in MDL-21993 to allow map XMP-RPC calls to whatever file, function, class or methods. Once this is fixed, this file will be probably renamed to mnetlib.php (which could be a common name of a plugin library containing functions/methods callable via MNet framework.

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