Merge branch 'MDL-60579-master' of https://github.com/mihailges/moodle

This commit is contained in:
David Monllao
2017-11-08 12:16:20 +01:00
13 changed files with 367 additions and 20 deletions
+8
View File
@@ -546,6 +546,14 @@ $functions = array(
'type' => 'write',
'ajax' => true,
),
'core_enrol_unenrol_user_enrolment' => array(
'classname' => 'core_enrol_external',
'methodname' => 'unenrol_user_enrolment',
'classpath' => 'enrol/externallib.php',
'description' => 'External function that unenrols a given user enrolment',
'type' => 'write',
'ajax' => true,
),
'core_fetch_notifications' => array(
'classname' => 'core_external',
'methodname' => 'fetch_notifications',