|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | feedback |
Functions | |
| feedback_get_xml_data ($feedbackid) | |
| feedback_send_xml_data ($data, $filename) | |
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $action = optional_param('action', false, PARAM_ALPHA) | |
| $url = new moodle_url('/mod/feedback/export.php', array('id'=>$id)) | |
| exit | |
| feedback_get_xml_data | ( | $ | feedbackid | ) |
Definition at line 69 of file export.php.
| feedback_send_xml_data | ( | $ | data, |
| $ | filename | ||
| ) |
Definition at line 169 of file export.php.
| $action = optional_param('action', false, PARAM_ALPHA) |
Definition at line 30 of file export.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 29 of file export.php.
| $url = new moodle_url('/mod/feedback/export.php', array('id'=>$id)) |
Definition at line 32 of file export.php.
Definition at line 67 of file export.php.