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;
94 if (isset($this->modeObjects[$modeName])) {
95 return $this->modeObjects[$modeName]->handle($match, $state, $pos, $this);
250 return $this->modeObjects['base']->handle($match, $state, $pos, $this);
259 return $this->modeObjects['header']->handle($match, $state, $pos, $this);
268 return $this->modeObjects['internallink']->handle($match, $state, $pos, $this);
277 return $this->modeObjects['media']->handle($match, $state, $pos, $this);