MDL-40406 libraries: Deprecate cleanup_contexts()

This commit is contained in:
Frederic Massart 2013-07-04 13:51:39 +08:00
parent 9fdbf620a4
commit 84378a57b9
4 changed files with 15 additions and 11 deletions

View file

@ -13,6 +13,7 @@ information provided here is intended especially for developers.
* get_parent_contextid() is deprecated, please use $context->get_parent_context().
* get_child_contexts() is deprecated, please use $context->get_child_contexts().
* create_contexts() is deprecated, please use context_helper::create_instances().
* cleanup_contexts() is deprecated, please use context_helper::cleanup_instances().
=== 2.5.1 ===