Function __global->_recursively_set_expanded
Definitions
sources/menus.php
- Set node expansion on the whole hierarchy of Sitemap nodes.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$node | array | Yes | No | required parameter | N/A | N/A | The node |
Preview
Code (PHP)
/**
* Set node expansion on the whole hierarchy of Sitemap nodes.
*
* @param array $node The node
*/
function _recursively_set_expanded(array &$node)
* Set node expansion on the whole hierarchy of Sitemap nodes.
*
* @param array $node The node
*/
function _recursively_set_expanded(array &$node)

