(no description)
File Size: | 143 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
moodlenet_get_shared_course_info:: (4 methods):
execute_parameters()
execute()
execute_returns()
return_errors()
Class: moodlenet_get_shared_course_info - X-Ref
The external API to get MoodleNet information about the course to be shared.execute_parameters() X-Ref |
Returns description of parameters. return: external_function_parameters |
execute(int $courseid) X-Ref |
External function to get the course information. param: int $courseid The course id return: array |
execute_returns() X-Ref |
Describes the data returned from the external function. return: external_single_structure |
return_errors(int $itemid, string $warningcode, string $message, int $issuerid = 0) X-Ref |
Handle return error. param: int $itemid Item id. param: string $warningcode Warning code. param: string $message Message. param: int $issuerid Issuer id. return: array |