Home
last modified time | relevance | path

Searched refs:enablePrevent (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/Extension/
H A DEvent.php108 * - carry out the default action using $this->data based on $enablePrevent and
113 * @param bool $enablePrevent
119 public function trigger($action = null, $enablePrevent = true)
123 $enablePrevent = false;
133 if ($this->advise_before($enablePrevent) && is_callable($action)) {
118 trigger($action = null, $enablePrevent = true) global() argument