Table of Contents
Properties
-
$contentOffset
: mixed
-
$dictionaryRef
: mixed
-
$ownerFile
: mixed
Methods
-
appendBuildChild()
: mixed
-
getBuildAncestors()
: iterable<string|int, mixed>
-
getBuildAttributes()
: array<string|int, mixed>
-
getBuildChildren()
: iterable<string|int, mixed>|null
-
getBuildHash()
: string
-
getBuildTag()
: string
-
getContentOffset()
: mixed
-
getName()
: string
-
getOwnerSavegame()
: SavegameNode
-
getParentNode()
: mixed
-
init()
: mixed
-
load()
: void
-
getConverter()
: Converter
-
getInstructionType()
: string
-
getOwnerFile()
: FileContainer
-
loadChild()
: mixed
-
loadChildren()
: mixed
-
loadContent()
: mixed
-
loadInstruction()
: mixed
-
loadNode()
: mixed
-
loadStruc()
: mixed
$contentOffset
protected
mixed
$contentOffset
$dictionaryRef
protected
mixed
$dictionaryRef
$ownerFile
protected
mixed
$ownerFile
appendBuildChild()
public
appendBuildChild(BuildableInterface $childNode) : mixed
Parameters
-
$childNode
: BuildableInterface
-
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
getContentOffset()
public
getContentOffset() : mixed
getName()
public
getName() : string
getOwnerSavegame()
public
getOwnerSavegame() : SavegameNode
getParentNode()
public
getParentNode() : mixed
init()
public
init(LeanElement $strucElement[, AbstractNode $parentNode = null ]) : mixed
Parameters
-
$strucElement
: LeanElement
-
-
$parentNode
: AbstractNode
= null
-
load()
public
load() : void
getConverter()
protected
getConverter() : Converter
getInstructionType()
protected
getInstructionType() : string
getOwnerFile()
protected
getOwnerFile() : FileContainer
loadChild()
protected
final loadChild(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadChildren()
protected
loadChildren(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadContent()
protected
loadContent(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadInstruction()
protected
loadInstruction(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadNode()
protected
loadNode(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadStruc()
protected
loadStruc(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-