Home
last modified time | relevance | path

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

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