Home
last modified time | relevance | path

Searched refs:menuSort (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Ui/
H A DAdmin.php159 uasort($menu['admin'], $this->menuSort(...));
160 uasort($menu['manager'], $this->menuSort(...));
161 uasort($menu['other'], $this->menuSort(...));
175 protected function menuSort($a, $b) function in dokuwiki\\Ui\\Admin