Home
last modified time | relevance | path

Searched hist:b4b0b31be159c157f279e565ddbe3ae02269246b (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Cache/
H A DCacheInstructions.phpb4b0b31be159c157f279e565ddbe3ae02269246b 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 DCacheRenderer.phpb4b0b31be159c157f279e565ddbe3ae02269246b 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 DCacheParser.phpb4b0b31be159c157f279e565ddbe3ae02269246b 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 DCache.phpb4b0b31be159c157f279e565ddbe3ae02269246b 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 DPropertyDeprecationHelper.phpb4b0b31be159c157f279e565ddbe3ae02269246b 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 Dinfoutils.phpb4b0b31be159c157f279e565ddbe3ae02269246b 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.