Home
last modified time | relevance | path

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

/plugin/changes/
H A Daction.php26 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'beforeParserCacheUse');
33 public function beforeParserCacheUse($event)
29 public function beforeParserCacheUse($event) global() function in action_plugin_changes
/plugin/refnotes/
H A Daction.php19 private $beforeParserCacheUse; variable in action_plugin_refnotes
31 $this->beforeParserCacheUse = new refnotes_before_parser_cache_use();
42 $this->beforeParserCacheUse->register($controller);
/plugin/qna/
H A Daction.php180 public function beforeParserCacheUse($event, $param) { function in action_plugin_qna