Table of Contents
Properties
-
$data
: mixed
-
$ownerGame
: mixed
-
$supportList
: mixed
-
$wikiXPath
: mixed
Methods
-
__construct()
: mixed
-
addSupport()
: mixed
-
asNode()
: mixed
-
getName()
: mixed
-
getSupportList()
: mixed
-
getURL()
: mixed
-
initData()
: mixed
-
initWiki()
: mixed
-
setWikiName()
: mixed
$data
protected
mixed
$data
$ownerGame
protected
mixed
$ownerGame
$supportList
protected
mixed
$supportList
$wikiXPath
protected
mixed
$wikiXPath
__construct()
public
__construct(Game $game) : mixed
Parameters
-
$game
: Game
-
addSupport()
public
addSupport(Character $char) : mixed
Parameters
-
$char
: Character
-
asNode()
public
asNode(DOMDocument $dataDoc) : mixed
Parameters
-
$dataDoc
: DOMDocument
-
getName()
public
getName() : mixed
getSupportList()
public
getSupportList() : mixed
getURL()
public
getURL() : mixed
initData()
public
initData(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
initWiki()
public
initWiki(mixed $wikiURI) : mixed
Parameters
-
$wikiURI
: mixed
-
setWikiName()
public
setWikiName(mixed $name) : mixed
Parameters
-
$name
: mixed
-