phpDocumentor

ShopInformation

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

Methods

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

version()

Returns the version of these server information object.

public version() : int
Return values
int

Search results