Webservice update data created

This commit is contained in:
L_DA 2020-12-05 10:03:20 +00:00
parent da14cf4623
commit ae94d42fdf
9 changed files with 990 additions and 624 deletions

View file

@ -40,6 +40,15 @@ $functions = array(
'type' => 'read',
'ajax' => true,
'capabilities' => array(), // capabilities required by the function.
),
'mod_timetable_update' => array(
'classname' => 'mod_timetable_external',
'methodname' => 'update',
'classpath' => 'mod/timetable/externallib.php',
'description' => 'update timetable data',
'type' => 'write',
'ajax' => false,
'capabilities' => array(), // capabilities required by the function.
)
);