Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/
H A DExtension.php47 protected string $currentDir = ''; variable in dokuwiki\\plugin\\extension\\Extension
109 $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;