Helper
Class Helper
Table of Contents
Methods
- additionalHandlerCacheClean() : mixed
- Clean additional delivery cache
- getCurrenciesList() : array<string|int, mixed>
- Return currencies list.
- getDefaultSiteId() : string
- getGroupChooseControl() : string
- Return html for choose group control.
- getPortalZone() : string
- Returns portal zone
Methods
additionalHandlerCacheClean()
Clean additional delivery cache
public
static additionalHandlerCacheClean() : mixed
getCurrenciesList()
Return currencies list.
public
static getCurrenciesList() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —Currencies list.
getDefaultSiteId()
public
static getDefaultSiteId() : string
Tags
Return values
string —Default site id.
getGroupChooseControl()
Return html for choose group control.
public
static getGroupChooseControl(int|string $selectedGroupId, string $name[, string $addParams = "" ][, bool $anyGroup = false ]) : string
Parameters
- $selectedGroupId : int|string
-
Selected group.
- $name : string
-
Group name.
- $addParams : string = ""
-
Additional params for select tag.
- $anyGroup : bool = false
-
Allowed select any group.
Return values
stringgetPortalZone()
Returns portal zone
public
static getPortalZone() : string