Merge branch 'MDL-63058-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Andrew Nicols
2018-10-25 11:49:45 +08:00
43 changed files with 1622 additions and 264 deletions
+8
View File
@@ -2267,6 +2267,14 @@ $functions = array(
'description' => 'Returns the filters available in the given contexts.',
'type' => 'read',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_course_set_favourite_courses' => array(
'classname' => 'core_course_external',
'methodname' => 'set_favourite_courses',
'classpath' => 'course/externallib.php',
'description' => 'Add a list of courses to the list of favourite courses.',
'type' => 'read',
'ajax' => true
)
);