Searched refs:sortRows (Results 1 – 3 of 3) sorted by relevance
| /plugin/lastseen/ | ||
| H A D | admin.php | 144 $rows = $this->sortRows($rows, $sort, $order); |
| /plugin/annotations/ | ||
| H A D | admin.php | 173 $shown = $this->sortRows($shown, $sort, $dir); |
| /plugin/usersettings/ | ||
| H A D | admin.php | 215 public function sortRows(array $rows, $sort, $dir) function in admin_plugin_usersettings |