Function Hook_addon_registry_shopping->show_custom_tables
Definitions
sources/hooks/systems/addon_registry/shopping.php
- Function to display custom result tables.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $tpl_set | ID_TEXT | No | No | required parameter | N/A | N/A | Tpl set name |
Returns
- Tempcode
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Function to display custom result tables.
*
* @param ID_TEXT $tpl_set Tpl set name
* @return Tempcode Tempcode
*/
public function show_custom_tables(string $tpl_set) : object
* Function to display custom result tables.
*
* @param ID_TEXT $tpl_set Tpl set name
* @return Tempcode Tempcode
*/
public function show_custom_tables(string $tpl_set) : object

