Home
last modified time | relevance | path

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

/plugin/lightmenu/
Dlightmenu.class.php145 protected static function _browse(string $subpath = '', string $sort_criteria = '') : array function in lightmenu
161 $tree[] = [$id,$data,self::_browse($subpath.'/'.$name,$data['_sort'] ?? $sort_criteria)];
215 return [[$id,$data],self::_browse(),self::$options];