ShopInformationService
in package
Class ShopInformationService
Table of Contents
- CURRENT_SHOP_INFORMATION_VERSION = 2
- $repository : ShopInformationRepository
- __construct() : mixed
- ShopInformationService constructor.
- getFileSystemDetails() : FileSystemDetails
- Returns the file system details of the shop.
- getModulesDetails() : ModulesDetails
- Returns the modules details of the shop.
- getServerDetails() : ServerDetails
- Returns the server details of the shop.
- getShopDetails() : ShopDetails
- Returns the shop details of the shop.
- getShopInformation() : ShopInformation
- Returns the all information of the shop.
- getTemplateDetails() : ThemeDetails
- Returns the template details of the shop.
- getUpdatesDetails() : UpdatesDetails
- Returns the update details of this shop.
Constants
CURRENT_SHOP_INFORMATION_VERSION
public
mixed
CURRENT_SHOP_INFORMATION_VERSION
= 2
Properties
$repository
private
ShopInformationRepository
$repository
Methods
__construct()
ShopInformationService constructor.
public
__construct(ShopInformationRepository $repository) : mixed
Parameters
- $repository : ShopInformationRepository
Return values
mixed —getFileSystemDetails()
Returns the file system details of the shop.
public
getFileSystemDetails() : FileSystemDetails
Return values
FileSystemDetails —getModulesDetails()
Returns the modules details of the shop.
public
getModulesDetails() : ModulesDetails
Return values
ModulesDetails —getServerDetails()
Returns the server details of the shop.
public
getServerDetails() : ServerDetails
Return values
ServerDetails —getShopDetails()
Returns the shop details of the shop.
public
getShopDetails() : ShopDetails
Return values
ShopDetails —getShopInformation()
Returns the all information of the shop.
public
getShopInformation() : ShopInformation
Return values
ShopInformation —getTemplateDetails()
Returns the template details of the shop.
public
getTemplateDetails() : ThemeDetails
Return values
ThemeDetails —getUpdatesDetails()
Returns the update details of this shop.
public
getUpdatesDetails() : UpdatesDetails