MDL-35984 Grades: Fix deprecation of grade_category::aggregate_values

This commit is contained in:
Damyon Wiese 2014-08-11 13:28:23 +08:00
parent 5232d3f2c9
commit d6caf63789
2 changed files with 2 additions and 0 deletions

View File

@ -635,6 +635,7 @@ class grade_category extends grade_object {
*
* @param array $grade_values An array of values to be aggregated
* @param array $items The array of grade_items
* @since Moodle 2.6.5, 2.7.2
* @return array containing values for:
* 'grade' => the new calculated grade
* 'grademin' => the new calculated min grade for the category

View File

@ -10,6 +10,7 @@ information provided here is intended especially for developers.
DEPRECATIONS:
* completion_info->get_incomplete_criteria() is deprecated and will be removed in Moodle 3.0.
* grade_category::aggregate_values() is deprecated and will be removed in Moodle 3.0.
=== 2.6.4 / 2.7.1 ===