phpDocumentor

AfterbuyGlobalRepository 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

Methods

getAfterbuyGlobal()

Returns the afterbuy global model, used to define and authorize Afterbuy-API requests.

public getAfterbuyGlobal(string $callName) : AfterbuyGlobal
Parameters
$callName : string
Tags
inheritDoc
Return values
AfterbuyGlobal

getLogLevel()

Returns the log level configuration of the afterbuy module.

public getLogLevel() : string
Tags
inheritDoc
Return values
string

hasXmlCredentials()

Checks if Afterbuy XML-API credentials are available and not empty.

public hasXmlCredentials() : bool
Tags
inheritDoc
Return values
bool

isEnabled()

Checks if the afterbuy module is enabled.

public isEnabled() : bool
Tags
inheritDoc
Return values
bool

isInstalled()

Checks if the afterbuy module is installed.

public isInstalled() : bool
Tags
inheritDoc
Return values
bool

Search results