Home
last modified time | relevance | path

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

/dokuwiki/inc/File/
DResolver.php11 protected $contextID; variable in dokuwiki\\File\\Resolver
16 * @param string $contextID the current pageID that's the context to resolve relative IDs to
18 public function __construct($contextID) argument
20 $this->contextID = $contextID;
21 $this->contextNS = (string)getNS($contextID);
57 $id = $this->contextID . ':' . substr($id, 1);
68 if ($this->contextID !== '' && strpos($id, ':') === false) {
DPageResolver.php36 $id = $this->contextID;