Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DActionRouter.php26 protected $transitions = 0;
128 $this->transitions++;
136 if ($this->transitions >= self::MAX_TRANSITIONS) {
137 $this->handleFatalException(new FatalException('Maximum action transitions reached', 500, $e));
25 protected $transitions = 0; global() variable in dokuwiki\\ActionRouter