Function Module_admin_menus->menu_branch
Definitions
adminzone/pages/modules/admin_menus.php
- Show a branch-editor of the menu editor.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | ID_TEXT | required parameter | N/A | N/A | The menu we are displaying items for |
$branch | ?AUTO_LINK | required parameter | N/A | N/A | The parent branch holding the branch (null: root) |
$order | integer | required parameter | N/A | N/A | The order this branch has in the editor (and due to linearly moving through, the number of branches shown assembled ready) |
$clickable_sections | boolean | required parameter | N/A | N/A | Whether childed branches themselves can have URLs (etc) |
$menu_items | array | required parameter | N/A | N/A | All rows on the menu |
Return
- The part of the UI
- Type: Tempcode
- Set: N/A
- Range: N/A