Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

(no description)

File Size: 204 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: sitedata  - X-Ref

Provides the Brickfield Accessibility toolkit site data API.

get_total_courses_checked()   X-Ref
Return the total number of courses that have been checked.

return: int

get_component_data(filter $filter)   X-Ref
Get records of component per course summary data.

param: local\tool\filter $filter
return: array

get_checkgroup_data(filter $filter)   X-Ref
Get records of check group per course summary data.

param: local\tool\filter $filter
return: array

get_checkgroup_by_course_data(filter $filter)   X-Ref
Get records of check group per course summary data.

param: local\tool\filter $filter
return: array

get_checkgroup_with_failed_data(filter $filter)   X-Ref
Get records of check group per course summary data.

param: local\tool\filter $filter
return: array

get_base_checkgroup_sql(filter $filter)   X-Ref
Load up the base SQL parts.

param: filter $filter

get_grouplabel_info()   X-Ref
Load the group label information.


add_select_item(string $item)   X-Ref
Add a select item to the sqlparts array.

param: string $item

get_select_string()   X-Ref
Assemble and return the select portion of the sql.

return: string