mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-41219 course: Make properties of course_modinfo read-only
added phpdocs and unittests
This commit is contained in:
parent
cbd6b1fc63
commit
44ddd2a115
5 changed files with 216 additions and 62 deletions
|
@ -26,6 +26,7 @@ information provided here is intended especially for developers.
|
|||
to report progress during long operations. Related to this, zip_archive now supports an estimated_count()
|
||||
function that returns an approximate number of entries in the zip faster than the count() function.
|
||||
* Class cm_info no longer extends stdClass. All properties are read-only and calculated on first request only.
|
||||
* Class course_modinfo no longer extends stdClass. All properties are read-only.
|
||||
|
||||
DEPRECATIONS:
|
||||
Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue