AfterbuyGlobalRepository
in
Interface AfterbuyGlobalRepository
Table of Contents
- getAfterbuyGlobal() : AfterbuyGlobal
- Returns the afterbuy global model, used to define and authorize Afterbuy-API requests.
- getLogLevel() : string
- Returns the log level configuration of the afterbuy module.
- hasXmlCredentials() : bool
- Checks if Afterbuy XML-API credentials are available and not empty.
- isEnabled() : bool
- Checks if the afterbuy module is enabled.
- isInstalled() : bool
- Checks if the afterbuy module is installed.
Methods
getAfterbuyGlobal()
Returns the afterbuy global model, used to define and authorize Afterbuy-API requests.
public
getAfterbuyGlobal(string $callName) : AfterbuyGlobal
Parameters
- $callName : string
Tags
Return values
AfterbuyGlobal —getLogLevel()
Returns the log level configuration of the afterbuy module.
public
getLogLevel() : string
Return values
string —hasXmlCredentials()
Checks if Afterbuy XML-API credentials are available and not empty.
public
hasXmlCredentials() : bool
Return values
bool —isEnabled()
Checks if the afterbuy module is enabled.
public
isEnabled() : bool
Return values
bool —isInstalled()
Checks if the afterbuy module is installed.
public
isInstalled() : bool