Home
last modified time | relevance | path

Searched refs:deprecatePublicProperty (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/parser/
H A Dparser.php54 $this->deprecatePublicProperty('modes', self::class);
55 $this->deprecatePublicProperty('connected', self::class);
/dokuwiki/inc/Cache/
H A DCache.php43 $this->deprecatePublicProperty('_event');
44 $this->deprecatePublicProperty('_time');
45 $this->deprecatePublicProperty('_nocache');
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php23 * $this->deprecatePublicProperty( 'bar', '1.21', __CLASS__ );
52 protected function deprecatePublicProperty(
53 protected function deprecatePublicProperty( global() function