Merge branch 'MDL-63058-master' of git://github.com/bmbrands/moodle
This commit is contained in:
@@ -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
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user