MDL-54984 cache: Added todo tags to items for 3.3 deprecations

This commit is contained in:
Jun Pataleta
2016-07-26 00:46:46 +08:00
parent 329642b9c5
commit d6806d8eaf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -249,6 +249,7 @@ class cache_definition {
/**
* Deprecated - this is completely unused.
* @deprecated since 2.9
* @todo MDL-55267 This will be deleted in Moodle 3.3.
* @var string
*/
protected $datasourceaggregate = null;
+1
View File
@@ -297,6 +297,7 @@ class cache_config_testing extends cache_config_writer {
* as it is only used during testing and its highly unlikely anyone has used this.
*
* @deprecated since 2.9
* @todo MDL-55267 This will be deleted in Moodle 3.3.
* @copyright 2014 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/