Table of Contents
Constants
-
HOST
= 'https://www.magiccardmarket.eu'
-
URL_BOOSTERS
= '%s/Products/Boosters?onlyAvailable=no&sortBy=releaseDate&sortDir=desc&view=list&resultsPage=%d'
-
URL_SHOP
= '%s/Users/%s'
Properties
-
$shopList
: mixed
-
$storageTime
: mixed
Methods
-
__construct()
: mixed
-
addShop()
: mixed
-
createShoppingElement()
: mixed
-
getDefaultAuthority()
: MKMAuthority
-
getShopByName()
: mixed
-
setDefaultAuthority()
: mixed
HOST
public
mixed
HOST
= 'https://www.magiccardmarket.eu'
URL_BOOSTERS
public
mixed
URL_BOOSTERS
= '%s/Products/Boosters?onlyAvailable=no&sortBy=releaseDate&sortDir=desc&view=list&resultsPage=%d'
URL_SHOP
public
mixed
URL_SHOP
= '%s/Users/%s'
$shopList
protected
mixed
$shopList
= []
$storageTime
protected
mixed
$storageTime
__construct()
public
__construct(Oracle $oracle) : mixed
Parameters
-
$oracle
: Oracle
-
addShop()
public
addShop(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
public
createShoppingElement(DOMDocument $doc, array<string|int, mixed> $req) : mixed
Parameters
-
$doc
: DOMDocument
-
-
$req
: array<string|int, mixed>
-
getDefaultAuthority()
public
static getDefaultAuthority() : MKMAuthority
getShopByName()
public
getShopByName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
setDefaultAuthority()
public
static setDefaultAuthority(MKMAuthority $authority) : mixed
Parameters
-
$authority
: MKMAuthority
-