[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/completion/ -> completion_aggregation.php (summary)

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

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



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1