Home
last modified time | relevance | path

Searched refs:contextNS (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/File/
H A DResolver.php13 protected $contextNS;
21 $this->contextNS = (string)getNS($contextID);
64 $id = $this->contextNS . ':' . $id;
69 $id = $this->contextNS . ':' . $id;
14 protected $contextNS; global() variable in dokuwiki\\File\\Resolver