Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Course completion critieria aggregation

Author: Aaron Barnes <aaronb@catalyst.net.nz>
Copyright: 2009 Catalyst IT Ltd
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 119 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

completion_aggregation:: (4 methods):
  fetch()
  fetch_all()
  setMethod()
  save()


Class: completion_aggregation  - X-Ref

Course completion critieria aggregation

fetch($params)   X-Ref
Finds and returns a data_object instance based on params.

param: array $params associative arrays varname=>value
return: data_object instance of data_object or false if none found.

fetch_all($params)   X-Ref
Finds and returns all data_object instances based on params.

param: array $params associative arrays varname=>value
return: array array of data_object insatnces or false if none found.

setMethod($method)   X-Ref
Set the aggregation method

param: int $method One of COMPLETION_AGGREGATION_ALL or COMPLETION_AGGREGATION_ANY

save()   X-Ref
Save aggregation method to database

return: boolean