Documentation

FileContainer extends AbstractNode
in package
implements NodeEvaluatorInterface, BuildableInterface, FileWriterInterface

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

Methods

evaluate()

public evaluate(mixed $expression) : mixed
Parameters
$expression : mixed

evaluateMath()

public evaluateMath(string $code) : int
Parameters
$code : string
Return values
int

extractContent()

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>

getBuildChildren()

public getBuildChildren() : iterable<string|int, mixed>|null
Return values
iterable<string|int, mixed>|null

getBuildHash()

public getBuildHash() : string
Return values
string

getBuildTag()

public getBuildTag() : string
Return values
string

getImageNodes()

public getImageNodes() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

getValueById()

public getValueById(int $id) : mixed
Parameters
$id : int

getValueByName()

public getValueByName(string $name) : mixed
Parameters
$name : string

getValueList()

public getValueList() : Vector
Return values
Vector

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

setContent()

public setContent(mixed $content) : mixed
Parameters
$content : mixed

toFile()

public toFile() : SplFileInfo
Return values
SplFileInfo

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

        
On this page

Search results