phpDocumentor

AfterbuyGlobalRepository

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

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

isInstalled()

Checks if the afterbuy module is installed.

public isInstalled() : bool
Return values
bool

Search results