Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.3
-
Fix Version/s: 2.0.4, 2.1.1, STABLE backlog
-
Component/s: Libraries
-
Database:Any
-
Testing Instructions:
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE, MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
In deprecatedlib.php there are numerous functions which have been deprecated in favour of the equivalents in the $DB object for Moodle 2.0. It would be useful if this was reflected in the PHPDoc comments, so that IDE users upgrading 1.9 plugins could easily see the documentation for the new functions.