Interface of cat client delegate Modules which uses LEGACY_CATEGORY must implement this interface.
Definition at line 20 of file CatClientDelegateInterface.class.php.
◆ getClientData()
static getClientData |
( |
& | $list, |
|
|
| $dirname, |
|
|
| $dataname, |
|
|
| $fieldname, |
|
|
| $catId ) |
|
static |
getClientData Legacy_CategoryClient.{dirname}.GetClientData Get client modules' data to show them inside LEGACY_CATEGORY module
- Parameters
-
mixed[] | &$list | list[]['dirname'] string client module's dirname list[]['dataname'] string client module's dataname(tablename) list[]['title'] string client module's title list[]['data'] mixed list[]['template_name'] string |
string | $dirname | client module's dirname |
string | $dataname | client's target tablename |
string | $fieldname | client's target fieldname |
int | $catId | |
- Returns
- void
- Parameters
-
$list | * mixed ** |
$dirname | * string ** |
$dataname | * string ** |
$fieldname | * string ** |
$catId | * int ** |
◆ getClientList()
static getClientList |
( |
& | $list, |
|
|
| $dirname ) |
|
static |
getClientList Legacy_CategoryClient.{dirname}.GetClientList
- Parameters
-
mixed[] | &$list | list[]['dirname'] client module's dirname list[]['dataname'] client module's dataname(tablename) |
string | $dirname | Legacy_Category's dirname |
- Returns
- void
- Parameters
-
$list | * mixed[] ** |
$dirname | * string ** |
The documentation for this interface was generated from the following file: