mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-55415 course: New WS core_course_get_user_administration_options
This commit is contained in:
parent
b2392037e7
commit
b9050b106e
3 changed files with 134 additions and 0 deletions
|
@ -310,6 +310,15 @@ $functions = array(
|
|||
'type' => 'read',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_course_get_user_administration_options' => array(
|
||||
'classname' => 'core_course_external',
|
||||
'methodname' => 'get_user_administration_options',
|
||||
'classpath' => 'course/externallib.php',
|
||||
'description' => 'Return a list of administration options in a set of courses that are avaialable or not for the current
|
||||
user.',
|
||||
'type' => 'read',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_enrol_get_course_enrolment_methods' => array(
|
||||
'classname' => 'core_enrol_external',
|
||||
'methodname' => 'get_course_enrolment_methods',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue