Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 311 and 400]

(no description)

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

Defines 1 class

custom_completion:: (4 methods):
  get_state()
  get_defined_custom_rules()
  get_custom_rule_descriptions()
  get_sort_order()


Class: custom_completion  - X-Ref

Activity custom completion subclass for the forum activity.

Class for defining mod_forum's custom completion rules and fetching the completion statuses
of the custom completion rules for a given forum instance and a user.

get_state(string $rule)   X-Ref
Fetches the completion state for a given completion rule.

return: int The completion state.
param: string $rule The completion rule.

get_defined_custom_rules()   X-Ref
Fetch the list of custom completion rules that this module defines.

return: array

get_custom_rule_descriptions()   X-Ref
Returns an associative array of the descriptions of custom completion rules.

return: array

get_sort_order()   X-Ref
Returns an array of all completion rules, in the order they should be displayed to users.

return: array