Market
extends Item
Table of Contents
Methods
-
__construct()
: mixed
-
getId()
: string
-
getName()
: string
-
getSettings()
: array<string|int, mixed>
-
getTitle()
: string
-
hasTariffRestrictions()
: bool
-
isAvailable()
: bool
-
isNew()
: bool
-
loadAssets()
: void
-
prepareSettings()
: array<string|int, mixed>
__construct()
public
__construct(Context $context) : mixed
Parameters
-
$context
: Context
-
getId()
public
getId() : string
getName()
public
getName() : string
getSettings()
public
final getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTitle()
public
getTitle() : string
hasTariffRestrictions()
public
hasTariffRestrictions() : bool
isAvailable()
public
isAvailable() : bool
isNew()
public
isNew() : bool
loadAssets()
public
loadAssets() : void
prepareSettings()
public
prepareSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>