MDL-12886 one more external group function, other minor fixes

This commit is contained in:
skodak 2009-10-22 23:54:35 +00:00
parent f507217757
commit 246f6da2b8
6 changed files with 122 additions and 33 deletions

View file

@ -43,6 +43,15 @@ $functions = array(
'description' => 'Returns group details.',
'type' => 'read',
),
'moodle_group_get_course_groups' => array(
'classname' => 'moodle_group_external',
'methodname' => 'get_course_groups',
'classpath' => 'group/externallib.php',
'description' => 'Returns all groups in specified course.',
'type' => 'read',
),
/*
'moodle_group_delete_groups' => array(
'classname' => 'moodle_group_external',