Function Hook_ecommerce_tax_taxcloud->_prepare_tics_list
Definitions
sources/hooks/systems/ecommerce_tax/taxcloud.php
- Get a hierarchical TIC selection list.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$all_tics | array | required parameter | N/A | N/A | The list of TICs |
$default | string | required parameter | N/A | N/A | Default value |
$parent | string | required parameter | N/A | N/A | Only get child nodes of |
$pre | string | Blank (empty string) | N/A | N/A | Prefix for parent chain |
$depth | integer | 0 | N/A | N/A | Current recursion depth |
Return
- The list
- Type: Tempcode
- Set: N/A
- Range: N/A