Searched refs:menuSort (Results 1 – 1 of 1) sorted by relevance
159 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