| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Course completion critieria aggregation
| Author: | Aaron Barnes <[email protected]> |
| 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 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 |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |