Searched refs:currentDir (Results 1 – 1 of 1) sorted by relevance
47 protected string $currentDir = ''; variable in dokuwiki\\plugin\\extension\\Extension109 $this->currentDir = fullpath($dir);159 $this->currentDir = $this->getInstallDir();211 if ($this->currentDir && !is_dir($this->currentDir)) {212 $this->currentDir = '';216 if (!$this->currentDir && $this->isInstalled()) {217 $this->currentDir = $this->getInstallDir();220 return $this->currentDir;