Table of Contents
Constants
-
XPATH_GAME
= '//game[@key="%s"]'
Properties
-
$characterList
: mixed
-
$configDoc
: mixed
-
$dataDocList
: mixed
-
$gameKey
: mixed
-
$gameNode
: mixed
Methods
-
__construct()
: mixed
-
asNode()
: mixed
-
establishSupport()
: mixed
-
getCharacterByName()
: mixed
-
getCharacterByURL()
: mixed
-
initCharacters()
: mixed
-
initFilter()
: mixed
-
initGame()
: mixed
-
initMapping()
: mixed
-
initSupport()
: mixed
XPATH_GAME
public
mixed
XPATH_GAME
= '//game[@key="%s"]'
$characterList
protected
mixed
$characterList
= []
$configDoc
protected
mixed
$configDoc
$dataDocList
protected
mixed
$dataDocList
$gameKey
protected
mixed
$gameKey
$gameNode
protected
mixed
$gameNode
__construct()
public
__construct(DOMDocument $configDoc, array<string|int, mixed> $dataDocList) : mixed
Parameters
-
$configDoc
: DOMDocument
-
-
$dataDocList
: array<string|int, mixed>
-
asNode()
public
asNode(DOMDocument $dataDoc) : mixed
Parameters
-
$dataDoc
: DOMDocument
-
establishSupport()
public
establishSupport(mixed $nameA, mixed $nameB) : mixed
Parameters
-
$nameA
: mixed
-
-
$nameB
: mixed
-
getCharacterByName()
public
getCharacterByName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
getCharacterByURL()
public
getCharacterByURL(mixed $url) : mixed
Parameters
-
$url
: mixed
-
initCharacters()
public
initCharacters(DOMDocument $growthDoc) : mixed
Parameters
-
$growthDoc
: DOMDocument
-
initFilter()
public
initFilter(DOMElement $filterNode) : mixed
Parameters
-
$filterNode
: DOMElement
-
initGame()
public
initGame(mixed $game) : mixed
Parameters
-
$game
: mixed
-
initMapping()
public
initMapping(DOMElement $mappingNode) : mixed
Parameters
-
$mappingNode
: DOMElement
-
initSupport()
public
initSupport(DOMElement $supportNode) : mixed
Parameters
-
$supportNode
: DOMElement
-