|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $url = required_param('url', PARAM_URL) | |
| $id = required_param('id', PARAM_INT) | |
| $feedback = optional_param('feedback', 0, PARAM_BOOL) | |
| $context = get_context_instance(CONTEXT_COURSE, $id) | |
| $text = download_file_content($url) | |
| if($text===false) | $error = '' |
| $importcode = import_xml_grades($text, $course, $error) | |
Definition at line 37 of file import.php.
Definition at line 54 of file import.php.
| $feedback = optional_param('feedback', 0, PARAM_BOOL) |
Definition at line 24 of file import.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 23 of file import.php.
| $importcode = import_xml_grades($text, $course, $error) |
Definition at line 55 of file import.php.
| $text = download_file_content($url) |
Definition at line 49 of file import.php.
| $url = required_param('url', PARAM_URL) |
Definition at line 22 of file import.php.