AfterbuyGlobalRepository
in package
implements
AfterbuyGlobalRepository
Class AfterbuyGlobalRepository
Interfaces, Classes and Traits
- AfterbuyGlobalRepository
- Interface AfterbuyGlobalRepository
Table of Contents
- $reader : AfterbuyGlobalReader
- __construct() : mixed
- AfterbuyGlobalRepositoryBackup constructor.
- 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.
Properties
$reader
private
AfterbuyGlobalReader
$reader
Methods
__construct()
AfterbuyGlobalRepositoryBackup constructor.
public
__construct(AfterbuyGlobalReader $reader) : mixed
Parameters
- $reader : AfterbuyGlobalReader
Return values
mixed —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
Tags
Return values
string —hasXmlCredentials()
Checks if Afterbuy XML-API credentials are available and not empty.
public
hasXmlCredentials() : bool
Tags
Return values
bool —isEnabled()
Checks if the afterbuy module is enabled.
public
isEnabled() : bool
Tags
Return values
bool —isInstalled()
Checks if the afterbuy module is installed.
public
isInstalled() : bool