moodle/competency
Damyon Wiese 6b206c5309 MDL-57273 persistent: Dont allow set and get for helpers
Helper methods (ie custom methods on a persistent) should not be callable via set() or get() even
if they start with set_ or get_. They are not the same as custom getters and setters for real persistent
properties.
2017-01-24 15:39:53 +08:00
..
classes MDL-57273 persistent: Dont allow set and get for helpers 2017-01-24 15:39:53 +08:00
tests MDL-57273 core: Remove magic setters and getters 2017-01-20 12:56:19 +08:00
lib.php MDL-57273 core: Remove magic setters and getters 2017-01-20 12:56:19 +08:00
upgrade.txt MDL-57273 core: Migrating some exporters from tool_lp & core_competency 2017-01-20 12:56:18 +08:00