diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/views.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 758a07e63..09325c2c0 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -670,8 +670,12 @@ function elgg_view_layout($layout_name, $vars = array()) { * @param array $vars An associative array of display options for the menu. * Options include: * sort_by => string or php callback - * string options: 'name', 'title' (default), 'order' (registration order) - * php callback: a compare function for usort + * string options: 'name', 'title' (default), 'order' (registration order) + * php callback: a compare function for usort + * priority: the order the items were registered + * handler: the page handler to build action URLs + * entity: an ElggEntity to use to build action URLs + * class: the class for the entire menu. * * @return string * @since 1.8.0 |