Function __global->_notifications_build_category_tree
Definitions
sources/notifications2.php
- Build a tree UI for all categories available.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$_notification_types | array | required parameter | N/A | N/A | Notification types |
$notification_code | ID_TEXT | required parameter | N/A | N/A | The notification code to work with |
$ob | object | required parameter | N/A | N/A | Notification hook object |
$id | ?ID_TEXT | required parameter | N/A | N/A | Category we're looking under (null: root) |
$depth | integer | required parameter | N/A | N/A | Recursion depth |
$force_change_children_to | ?boolean | required parameter | N/A | N/A | Value to change setting to (null: do not change) |
$done_get_change | boolean | required parameter | N/A | N/A | Whether we have made a change to the settings |
Return
- UI
- Type: Tempcode
- Set: N/A
- Range: N/A