Differences Between: [Versions 400 and 403] [Versions 401 and 403]
(no description)
File Size: | 220 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_enrolled_courses_with_action_events_by_timeline_classification:: (3 methods):
execute_parameters()
execute()
execute_returns()
Class: get_enrolled_courses_with_action_events_by_timeline_classification - X-Ref
Class for fetching courses which have action event(s) and match given filter parameters.execute_parameters() X-Ref |
Returns the description of method parameters. return: external_function_parameters |
execute(string $classification,int $limit = 0,int $offset = 0,string $sort = null,string $customfieldname = null,string $customfieldvalue = null,string $searchvalue = null,int $eventsfrom = null,int $eventsto = null) X-Ref |
Get courses matching the given timeline classification which have action event(s). Fetches courses by timeline classification which have at least one action event within the specified filtering. param: string $classification past, inprogress, or future param: int $limit Number of courses with events to attempt to fetch param: int $offset Offset the full course set before timeline classification is applied param: string $sort SQL sort string for results param: string $customfieldname Custom field name used when when classification is customfield param: string $customfieldvalue Custom field value used when when classification is customfield param: string $searchvalue Text search being applied param: int $eventsfrom The start timestamp (inclusive) to search from for action events in the course param: int $eventsto The end timestamp (inclusive) to search to for action events in the course return: array list of courses and any warnings |
execute_returns() X-Ref |
Returns description of method result value. return: \core_external\external_description |