Function __global->_build_stored_menu_branch
Definitions
sources/menus.php
- Build a menu branch map from a database row.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$item | array | required parameter | N/A | N/A | The database row |
$items | array | required parameter | N/A | N/A | List of all the database rows for this menu |
Return
- A list of menu branches
- Type: array
- Set: N/A
- Range: N/A