mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-35984 Grades: Fix deprecation of grade_category::aggregate_values
This commit is contained in:
parent
5232d3f2c9
commit
d6caf63789
@ -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
|
||||
|
@ -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 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user