ABInformationService
in package
implements
AfterbuyInformationService
Class ABInformationService
Interfaces, Classes and Traits
- AfterbuyInformationService
- Interface AfterbuyInformationService
Table of Contents
- $repository : AfterbuyGlobalRepository
- __construct() : mixed
- ABInformationService constructor.
- getLogLevel() : string
- Returns the log level configuration of the afterbuy module.
- isEnabled() : bool
- Checks if the afterbuy module is enabled.
- isInstalled() : bool
- Checks if the afterbuy module is installed.
- isInstalledAndEnabled() : bool
- Checks if the afterbuy module is installed and enabled.
Properties
$repository
private
AfterbuyGlobalRepository
$repository
Methods
__construct()
ABInformationService constructor.
public
__construct(AfterbuyGlobalRepository $repository) : mixed
Parameters
- $repository : AfterbuyGlobalRepository
Return values
mixed —getLogLevel()
Returns the log level configuration of the afterbuy module.
public
getLogLevel() : string
Tags
Return values
string —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
Tags
Return values
bool —isInstalledAndEnabled()
Checks if the afterbuy module is installed and enabled.
public
isInstalledAndEnabled() : bool