]> git.mjollnir.org Git - moodle.git/commit
MDL-9506 Refactored gradelib.php: an abstract class (php5 in mind) holds data and...
authornicolasconnault <nicolasconnault>
Thu, 26 Apr 2007 07:14:12 +0000 (07:14 +0000)
committernicolasconnault <nicolasconnault>
Thu, 26 Apr 2007 07:14:12 +0000 (07:14 +0000)
commitf9f4a93b4e81ec5eb43ad1ef6be54b9b399302e5
treeb6981b159dc83f2f762b72089ccbf6c7ed5f1942
parent85414e846ab11f92b69e8a584189464b2991f59f
MDL-9506 Refactored gradelib.php: an abstract class (php5 in mind) holds data and methods common
to all grade_* objects. The unit test file has also been refactored to improve clarity.
lib/gradelib.php
lib/simpletest/testgradelib.php