Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 401 and 403] [Versions 402 and 403]

(no description)

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

Defines 1 class

category:: (4 methods):
  get_operators()
  setup_form()
  get_sql_filter()
  get_sample_values()


Class: category  - X-Ref

Course category report filter

The following optional array property can be passed to the {@see \core_reportbuilder\local\report\filter::set_options} method
when defining this filter, to define the capabilities passed to {@see \core_course_category::make_categories_list}

['requiredcapabilities' => '...']

get_operators()   X-Ref
Returns an array of comparison operators

return: array

setup_form(MoodleQuickForm $mform)   X-Ref
Setup form

param: MoodleQuickForm $mform

get_sql_filter(array $values)   X-Ref
Return filter SQL

param: array $values
return: array

get_sample_values()   X-Ref
Return sample filter values

return: array