Function Module_cms_comcode_pages->menu_branch_selection_under
Definitions
cms/pages/modules/cms_comcode_pages.php
- Find menu branches for selection, in a tree structure.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$parent_id | ?AUTO_LINK | required parameter | N/A | N/A | Parent ID (null: root) |
$menu_branches | array | required parameter | N/A | N/A | List of menu branches |
$existing_menu_branch | ?AUTO_LINK | required parameter | N/A | N/A | The menu branch currently selected (null: none) |
$page_link | string | required parameter | N/A | N/A | Page-link of page being edited |
$prefix | string | Blank (empty string) | N/A | N/A | Prefix before labels |
Return
- The menu branch list entries
- Type: Tempcode
- Set: N/A
- Range: N/A