]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18402 Merged from MOODLE_19_STABLE
authornicolasconnault <nicolasconnault>
Mon, 23 Mar 2009 08:35:06 +0000 (08:35 +0000)
committernicolasconnault <nicolasconnault>
Mon, 23 Mar 2009 08:35:06 +0000 (08:35 +0000)
lib/grade/grade_item.php

index 8c50cb2c1de4496dbc1182da49bc27b40c8e175d..66efbd9a7e6184decbc1494d7bef424faffccc69 100644 (file)
@@ -1894,6 +1894,12 @@ class grade_item extends grade_object {
         }
     }
 
+    /**
+     * Returns a string representing the range of grademin - grademax for this grade item.
+     * @param int $rangesdisplaytype
+     * @param int $rangesdecimalpoints
+     * @return string
+     */
     function get_formatted_range($rangesdisplaytype=null, $rangesdecimalpoints=null) {
 
         global $USER;