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: | 1 time |
Includes or requires: | 0 files |
Class: completion_aggregation - X-Ref
Course completion critieria aggregationfetch($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 |