Home
last modified time | relevance | path

Searched refs:getInstallDir (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php112 return is_dir($this->getInstallDir());
123 return file_exists($this->getInstallDir() . '/.git');
601 public function getInstallDir()
619 if (is_dir($this->getInstallDir() . '/.git')) return 'git';
631 if (!is_writable($this->getInstallDir())) {
725 return io_rmdir($this->getInstallDir(), true);
788 $infopath = $this->getInstallDir() . '/template.info.txt';
790 $infopath = $this->getInstallDir() . '/plugin.info.txt';
796 $path = $this->getInstallDir() . '/';
860 $managerpath = $this->getInstallDir()
571 public function getInstallDir() global() function in helper_plugin_extension_extension
[all...]