Merged branch 'MDL-26777-wip' of git://github.com/mouneyrac/moodle.git

This commit is contained in:
Sam Hemelryk
2011-06-08 17:52:59 +08:00
5 changed files with 186 additions and 1 deletions
+10
View File
@@ -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(