Searched refs:getListByType (Results 1 – 1 of 1) sorted by relevance
59 $this->listByType[$type]['enabled'] = $this->getListByType($type, true);62 $this->listByType[$type]['disabled'] = $this->getListByType($type, false);338 protected function getListByType($type, $enabled) function in dokuwiki\\Extension\\PluginController