-
Notifications
You must be signed in to change notification settings - Fork 0
TTTree
Aydan Coskun edited this page Nov 29, 2019
·
1 revision
- Class name: TTTree
- Namespace:
array TTTree::FormatArray($nodes, boolean $include_root)
- Visibility: public
- This method is static.
- $nodes mixed
- $include_root boolean
array TTTree::flattenArray($nodes)
- Visibility: public
- This method is static.
- $nodes mixed
array TTTree::getElementFromNodes($nodes, string $key)
- Visibility: public
- This method is static.
- $nodes mixed
- $key string
array TTTree::getAllChildren($nodes, string $parent_id)
- Visibility: public
- This method is static.
- $nodes mixed
- $parent_id string
integer TTTree::sortByName($a, $b)
- Visibility: public
- This method is static.
- $a mixed
- $b mixed
array TTTree::createNestedArrayWithDepth($nodes, string $parent_id, integer $depth)
- Visibility: public
- This method is static.
- $nodes mixed
- $parent_id string
- $depth integer