|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | enrol |
Variables | |
| $functions | |
| $functions |
array( 'moodle_enrol_manual_enrol_users' => array( 'classname' => 'enrol_manual_external', 'methodname' => 'enrol_users', 'classpath' => 'enrol/manual/externallib.php', 'description' => 'DEPRECATED: this deprecated function will be removed in a future version. This function has be renamed as enrol_manual_enrol_users()', 'capabilities'=> 'enrol/manual:enrol', 'type' => 'write', ), 'enrol_manual_enrol_users' => array( 'classname' => 'enrol_manual_external', 'methodname' => 'enrol_users', 'classpath' => 'enrol/manual/externallib.php', 'description' => 'Manual enrol users', 'capabilities'=> 'enrol/manual:enrol', 'type' => 'write', ), )
Definition at line 27 of file services.php.