Home
last modified time | relevance | path

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

/dokuwiki/inc/Extension/
H A DPluginController.php18 protected $listByType = []; variable in dokuwiki\\Extension\\PluginController
58 if (!isset($this->listByType[$type]['enabled'])) {
59 $this->listByType[$type]['enabled'] = $this->getListByType($type, true);
61 if ($all && !isset($this->listByType[$type]['disabled'])) {
62 $this->listByType[$type]['disabled'] = $this->getListByType($type, false);
66 ? array_merge($this->listByType[$type]['enabled'], $this->listByType[$type]['disabled'])
67 : $this->listByType[$type]['enabled'];