ShopInformation
in package
Class ShopInformation
Table of Contents
- $filesystem : FileSystemDetails
- $modules : ModulesDetails
- $server : ServerDetails
- $shop : ShopDetails
- $themes : ThemeDetails
- $updates : UpdatesDetails
- $version : int
- __construct() : mixed
- ShopInformation constructor.
- create() : ShopInformation
- Creates and returns a new ShopInformation instance.
- filesystem() : FileSystemDetails
- Returns the filesystem details.
- modules() : ModulesDetails
- Returns the modules details.
- server() : ServerDetails
- Returns the server details.
- shop() : ShopDetails
- Returns the shop details.
- themes() : ThemeDetails
- Returns the theme details.
- updates() : UpdatesDetails
- Returns the updates details.
- version() : int
- Returns the version of these server information object.
Properties
$filesystem
private
FileSystemDetails
$filesystem
$modules
private
ModulesDetails
$modules
$server
private
ServerDetails
$server
$shop
private
ShopDetails
$shop
$themes
private
ThemeDetails
$themes
$updates
private
UpdatesDetails
$updates
$version
private
int
$version
Methods
__construct()
ShopInformation constructor.
public
__construct(ShopDetails $shop, ServerDetails $server, ModulesDetails $modules, ThemeDetails $themes, FileSystemDetails $filesystem, UpdatesDetails $updates[, int $version = 1 ]) : mixed
Parameters
- $shop : ShopDetails
- $server : ServerDetails
- $modules : ModulesDetails
- $themes : ThemeDetails
- $filesystem : FileSystemDetails
- $updates : UpdatesDetails
- $version : int = 1
Return values
mixed —create()
Creates and returns a new ShopInformation instance.
public
static create(ShopDetails $shop, ServerDetails $server, ModulesDetails $modules, ThemeDetails $themes, FileSystemDetails $filesystem, UpdatesDetails $updates[, int $version = 1 ]) : ShopInformation
Parameters
- $shop : ShopDetails
- $server : ServerDetails
- $modules : ModulesDetails
- $themes : ThemeDetails
- $filesystem : FileSystemDetails
- $updates : UpdatesDetails
- $version : int = 1
Return values
ShopInformation —filesystem()
Returns the filesystem details.
public
filesystem() : FileSystemDetails
Return values
FileSystemDetails —modules()
Returns the modules details.
public
modules() : ModulesDetails
Return values
ModulesDetails —server()
Returns the server details.
public
server() : ServerDetails
Return values
ServerDetails —shop()
Returns the shop details.
public
shop() : ShopDetails
Return values
ShopDetails —themes()
Returns the theme details.
public
themes() : ThemeDetails
Return values
ThemeDetails —updates()
Returns the updates details.
public
updates() : UpdatesDetails
Return values
UpdatesDetails —version()
Returns the version of these server information object.
public
version() : int