MDL-31682 added mod_assign_get_submissions web service function

This commit is contained in:
Paul Charsley 2012-10-30 15:15:25 +13:00
parent 9da506c2a3
commit c144959c4d
4 changed files with 327 additions and 1 deletions

View file

@ -39,5 +39,13 @@ $functions = array(
'classpath' => 'mod/assign/externallib.php',
'description' => 'Returns the courses and assignments for the users capability',
'type' => 'read'
),
'mod_assign_get_submissions' => array(
'classname' => 'mod_assign_external',
'methodname' => 'get_submissions',
'classpath' => 'mod/assign/externallib.php',
'description' => 'Returns the submissions for assignments',
'type' => 'read'
)
);