Searched hist:b4b0b31be159c157f279e565ddbe3ae02269246b (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/inc/Cache/ |
H A D | CacheInstructions.php | b4b0b31be159c157f279e565ddbe3ae02269246b Fri Feb 22 22:23:30 UTC 2019 Michael Große <mic.grosse@googlemail.com> Use deprecation helper
Instead of writing our own magic getters and setters for all variables that used to be public, this adds a trait that does that in a generic way. This trait was copied from MediaWiki and adjusted to DokuWiki. The original author seems to be @tgr Tisza Gergő
The downside of this trait is that the properties keep their (potentially undesired) name. While that could be fixed within the helper, that might add unnecessary complexity. The name can change when support is dropped.
|
H A D | CacheRenderer.php | b4b0b31be159c157f279e565ddbe3ae02269246b Fri Feb 22 22:23:30 UTC 2019 Michael Große <mic.grosse@googlemail.com> Use deprecation helper
Instead of writing our own magic getters and setters for all variables that used to be public, this adds a trait that does that in a generic way. This trait was copied from MediaWiki and adjusted to DokuWiki. The original author seems to be @tgr Tisza Gergő
The downside of this trait is that the properties keep their (potentially undesired) name. While that could be fixed within the helper, that might add unnecessary complexity. The name can change when support is dropped.
|
H A D | CacheParser.php | b4b0b31be159c157f279e565ddbe3ae02269246b Fri Feb 22 22:23:30 UTC 2019 Michael Große <mic.grosse@googlemail.com> Use deprecation helper
Instead of writing our own magic getters and setters for all variables that used to be public, this adds a trait that does that in a generic way. This trait was copied from MediaWiki and adjusted to DokuWiki. The original author seems to be @tgr Tisza Gergő
The downside of this trait is that the properties keep their (potentially undesired) name. While that could be fixed within the helper, that might add unnecessary complexity. The name can change when support is dropped.
|
H A D | Cache.php | b4b0b31be159c157f279e565ddbe3ae02269246b Fri Feb 22 22:23:30 UTC 2019 Michael Große <mic.grosse@googlemail.com> Use deprecation helper
Instead of writing our own magic getters and setters for all variables that used to be public, this adds a trait that does that in a generic way. This trait was copied from MediaWiki and adjusted to DokuWiki. The original author seems to be @tgr Tisza Gergő
The downside of this trait is that the properties keep their (potentially undesired) name. While that could be fixed within the helper, that might add unnecessary complexity. The name can change when support is dropped.
|
/dokuwiki/inc/Debug/ |
H A D | PropertyDeprecationHelper.php | b4b0b31be159c157f279e565ddbe3ae02269246b Fri Feb 22 22:23:30 UTC 2019 Michael Große <mic.grosse@googlemail.com> Use deprecation helper
Instead of writing our own magic getters and setters for all variables that used to be public, this adds a trait that does that in a generic way. This trait was copied from MediaWiki and adjusted to DokuWiki. The original author seems to be @tgr Tisza Gergő
The downside of this trait is that the properties keep their (potentially undesired) name. While that could be fixed within the helper, that might add unnecessary complexity. The name can change when support is dropped.
|
/dokuwiki/inc/ |
H A D | infoutils.php | b4b0b31be159c157f279e565ddbe3ae02269246b Fri Feb 22 22:23:30 UTC 2019 Michael Große <mic.grosse@googlemail.com> Use deprecation helper
Instead of writing our own magic getters and setters for all variables that used to be public, this adds a trait that does that in a generic way. This trait was copied from MediaWiki and adjusted to DokuWiki. The original author seems to be @tgr Tisza Gergő
The downside of this trait is that the properties keep their (potentially undesired) name. While that could be fixed within the helper, that might add unnecessary complexity. The name can change when support is dropped.
|