Home
last modified time | relevance | path

Searched refs:getListByType (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Extension/
H A DPluginController.php59 $this->listByType[$type]['enabled'] = $this->getListByType($type, true);
62 $this->listByType[$type]['disabled'] = $this->getListByType($type, false);
338 protected function getListByType($type, $enabled)
343 protected function getListByType($type, $enabled) global() function in dokuwiki\\Extension\\PluginController