Settings
in package
Class Settings
Table of Contents
- areThemesAvailable() : bool
- Returns the status of theme support for this shop.
- getActiveTemplate() : string
- Returns the name of the currently selected template.
- getActiveTemplateVersion() : string
- Returns the version of the currently selected template.
- getBaseDirectory() : string
- Returns the file systems path to the base directory of the shop.
- getDefaultLanguage() : string
- Returns the default language of the shop.
- getGambioHubConfigUrl() : string
- Returns the URL for curl requests to Gambio Hub Config.
- getGambioHubCurlTimeout() : array<string|int, mixed>|bool|null
- Returns the timeout time for curl requests regarding the Gambio Hub.
- getGambioHubUrl() : string
- Returns the URL for curl requests to the Gambio Hub.
- getHttpServer() : string
- Returns the base URL of the shop, ending at the base web directory.
- getHubClientKey() : string
- Returns the hub client key of the shop.
- getShopDirectory() : string
- Returns the path of the shop, starting from the base web directory.
- getShopKey() : string
- Returns the shop key of the shop.
- getShopUrl() : string
- Returns the complete URL of the shop.
Methods
areThemesAvailable()
Returns the status of theme support for this shop.
public
areThemesAvailable() : bool
Return values
bool —getActiveTemplate()
Returns the name of the currently selected template.
public
getActiveTemplate() : string
Tags
Return values
string —getActiveTemplateVersion()
Returns the version of the currently selected template.
public
getActiveTemplateVersion() : string
Return values
string —getBaseDirectory()
Returns the file systems path to the base directory of the shop.
public
getBaseDirectory() : string
Return values
string —getDefaultLanguage()
Returns the default language of the shop.
public
getDefaultLanguage() : string
Return values
string —getGambioHubConfigUrl()
Returns the URL for curl requests to Gambio Hub Config.
public
getGambioHubConfigUrl() : string
Return values
string —getGambioHubCurlTimeout()
Returns the timeout time for curl requests regarding the Gambio Hub.
public
getGambioHubCurlTimeout() : array<string|int, mixed>|bool|null
Return values
array<string|int, mixed>|bool|null —getGambioHubUrl()
Returns the URL for curl requests to the Gambio Hub.
public
getGambioHubUrl() : string
Return values
string —getHttpServer()
Returns the base URL of the shop, ending at the base web directory.
public
getHttpServer() : string
Return values
string —getHubClientKey()
Returns the hub client key of the shop.
public
getHubClientKey() : string
Return values
string —getShopDirectory()
Returns the path of the shop, starting from the base web directory.
public
getShopDirectory() : string
Return values
string —getShopKey()
Returns the shop key of the shop.
public
getShopKey() : string
Return values
string —getShopUrl()
Returns the complete URL of the shop.
public
getShopUrl() : string