Merged branch 'MDL-26777-wip' of git://github.com/mouneyrac/moodle.git
This commit is contained in:
@@ -228,6 +228,16 @@ $functions = array(
|
||||
'capabilities'=> 'moodle/notes:manage',
|
||||
),
|
||||
|
||||
// === webservice related functions ===
|
||||
|
||||
'moodle_webservice_get_siteinfo' => array(
|
||||
'classname' => 'moodle_webservice_external',
|
||||
'methodname' => 'get_siteinfo',
|
||||
'classpath' => 'webservice/externallib.php',
|
||||
'description' => 'Return some site info / user info / list web service functions',
|
||||
'type' => 'read',
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
$services = array(
|
||||
|
||||
Reference in New Issue
Block a user