Home
last modified time | relevance | path

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

/dokuwiki/inc/Extension/
H A DPluginController.php232 protected function checkRequire($files)
313 $this->pluginCascade[$type] = $this->checkRequire($config_cascade['plugins'][$type]);
318 $this->pluginCascade['local'] = $this->checkRequire([$this->lastLocalConfigFile]);
321 $this->checkRequire($local)
235 protected function checkRequire($files) global() function in dokuwiki\\Extension\\PluginController