Table of Contents
Interfaces
- NodeEvaluatorInterface
- BuildableInterface
- FileWriterInterface
Methods
-
appendBuildChild()
: mixed
-
evaluate()
: mixed
-
evaluateMath()
: int
-
extractContent()
: mixed
-
getBuildAncestors()
: iterable<string|int, mixed>
-
getBuildAttributes()
: array<string|int, mixed>
-
getBuildChildren()
: iterable<string|int, mixed>|null
-
getBuildHash()
: string
-
getBuildTag()
: string
-
getContent()
: mixed
-
getFileName()
: mixed
-
getImageNodeById()
: ImageValue
-
getImageNodes()
: iterable<string|int, mixed>
-
getOwnerSavegame()
: SavegameNode
-
getParentNode()
: mixed
-
getValueById()
: mixed
-
getValueByName()
: mixed
-
getValueList()
: Vector
-
init()
: mixed
-
insertContent()
: mixed
-
insertContentBit()
: mixed
-
load()
: void
-
registerImage()
: int
-
registerValue()
: int
-
setContent()
: mixed
-
toFile()
: SplFileInfo
-
getConverter()
: Converter
-
loadChild()
: mixed
-
loadChildren()
: mixed
-
loadNode()
: mixed
-
loadStruc()
: mixed
appendBuildChild()
public
appendBuildChild(BuildableInterface $childNode) : mixed
Parameters
-
$childNode
: BuildableInterface
-
evaluate()
public
evaluate(mixed $expression) : mixed
Parameters
-
$expression
: mixed
-
evaluateMath()
public
evaluateMath(string $code) : int
Parameters
-
$code
: string
-
public
extractContent(mixed $offset, mixed $length) : mixed
Parameters
-
$offset
: mixed
-
-
$length
: mixed
-
getBuildAncestors()
public
getBuildAncestors() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>
getBuildAttributes()
public
getBuildAttributes(BuilderInterface $builder) : array<string|int, mixed>
Parameters
-
$builder
: BuilderInterface
-
Return values
array<string|int, mixed>
getBuildChildren()
public
getBuildChildren() : iterable<string|int, mixed>|null
Return values
iterable<string|int, mixed>|null
getBuildHash()
public
getBuildHash() : string
getBuildTag()
public
getBuildTag() : string
getContent()
public
getContent() : mixed
getFileName()
public
getFileName() : mixed
getImageNodeById()
public
getImageNodeById(int $id) : ImageValue
Parameters
-
$id
: int
-
getImageNodes()
public
getImageNodes() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>
getOwnerSavegame()
public
getOwnerSavegame() : SavegameNode
getParentNode()
public
getParentNode() : mixed
getValueById()
public
getValueById(int $id) : mixed
Parameters
-
$id
: int
-
getValueByName()
public
getValueByName(string $name) : mixed
Parameters
-
$name
: string
-
getValueList()
public
getValueList() : Vector
init()
public
init(LeanElement $strucElement[, AbstractNode $parentNode = null ]) : mixed
Parameters
-
$strucElement
: LeanElement
-
-
$parentNode
: AbstractNode
= null
-
insertContent()
public
insertContent(mixed $offset, mixed $length, mixed $value) : mixed
Parameters
-
$offset
: mixed
-
-
$length
: mixed
-
-
$value
: mixed
-
insertContentBit()
public
insertContentBit(mixed $offset, mixed $bit, mixed $value) : mixed
Parameters
-
$offset
: mixed
-
-
$bit
: mixed
-
-
$value
: mixed
-
load()
public
load() : void
registerImage()
public
registerImage(ImageValue $node) : int
Parameters
-
$node
: ImageValue
-
registerValue()
public
registerValue(AbstractValueContent $node) : int
Parameters
-
$node
: AbstractValueContent
-
setContent()
public
setContent(mixed $content) : mixed
Parameters
-
$content
: mixed
-
toFile()
public
toFile() : SplFileInfo
Return values
SplFileInfo
getConverter()
protected
getConverter() : Converter
loadChild()
protected
final loadChild(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadChildren()
protected
loadChildren(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadNode()
protected
loadNode(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadStruc()
protected
loadStruc(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-