Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/
H A DHandler.php36 protected $modeObjects = []; variable in dokuwiki\\Parsing\\Handler
59 $this->modeObjects[$name] = $obj;
101 if (isset($this->modeObjects[$modeName])) {
102 return $this->modeObjects[$modeName]->handle($match, $state, $pos, $this);
251 return $this->modeObjects['base']->handle($match, $state, $pos, $this);
260 return $this->modeObjects['header']->handle($match, $state, $pos, $this);
269 return $this->modeObjects['internallink']->handle($match, $state, $pos, $this);
278 return $this->modeObjects['media']->handle($match, $state, $pos, $this);