(no description)
File Size: | 126 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
sectionsummary:: (6 methods):
get_tablename()
get_fieldname()
get_ref_tablename()
find_relevant_areas()
find_course_areas()
find_fields_in_course_sections_table()
Class: sectionsummary - X-Ref
Course section summary observer.get_tablename() X-Ref |
Get table name. return: string |
get_fieldname() X-Ref |
Get field name. return: string |
get_ref_tablename() X-Ref |
Get table name reference. return: string |
find_relevant_areas(\core\event\base $event) X-Ref |
Find recordset of the relevant areas. param: \core\event\base $event return: \moodle_recordset|null |
find_course_areas(int $courseid) X-Ref |
Find recordset of the course areas. param: int $courseid return: \moodle_recordset |
find_fields_in_course_sections_table(array $params = []) X-Ref |
Helper method that can be used by the classes that define a field in the 'course_sections' table param: array $params return: \moodle_recordset |