Table of Contents
Interfaces
- FileWriterInterface
Properties
-
$contentOffset
: mixed
-
$ownerFile
: mixed
-
$size
: mixed
-
$value
: mixed
Methods
-
appendBuildChild()
: mixed
-
getBitplanes()
: int
-
getBuildAncestors()
: iterable<string|int, mixed>
-
getBuildAttributes()
: array<string|int, mixed>
-
getBuildChildren()
: iterable<string|int, mixed>|null
-
getBuildHash()
: string
-
getBuildTag()
: string
-
getContentOffset()
: mixed
-
getContentSize()
: int
-
getHeight()
: int
-
getImageId()
: int
-
getName()
: string
-
getOwnerSavegame()
: SavegameNode
-
getParentNode()
: mixed
-
getRawValue()
: mixed
-
getValue()
: mixed
-
getValueId()
: int
-
getWidth()
: int
-
init()
: mixed
-
load()
: void
-
setRawValue()
: mixed
-
setValue()
: mixed
-
setValueId()
: mixed
-
toFile()
: SplFileInfo
-
toFileName()
: string
-
toString()
: string
-
updateContent()
: mixed
-
decodeValue()
: mixed
-
encodeValue()
: string
-
getConverter()
: Converter
-
getOwnerFile()
: FileContainer
-
loadChild()
: mixed
-
loadChildren()
: mixed
-
loadContent()
: mixed
-
loadNode()
: mixed
-
loadStruc()
: mixed
$contentOffset
protected
mixed
$contentOffset
$ownerFile
protected
mixed
$ownerFile
$size
protected
mixed
$size
$value
protected
mixed
$value
appendBuildChild()
public
appendBuildChild(BuildableInterface $childNode) : mixed
Parameters
-
$childNode
: BuildableInterface
-
getBitplanes()
public
getBitplanes() : int
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
getContentSize()
public
getContentSize() : int
getHeight()
public
getHeight() : int
getImageId()
public
getImageId() : int
getName()
public
getName() : string
getOwnerSavegame()
public
getOwnerSavegame() : SavegameNode
getParentNode()
public
getParentNode() : mixed
getRawValue()
public
getRawValue() : mixed
getValue()
public
getValue() : mixed
getValueId()
public
getValueId() : int
getWidth()
public
getWidth() : int
init()
public
init(LeanElement $strucElement[, AbstractNode $parentNode = null ]) : mixed
Parameters
-
$strucElement
: LeanElement
-
-
$parentNode
: AbstractNode
= null
-
load()
public
load() : void
setRawValue()
public
setRawValue(string $rawValue) : mixed
Parameters
-
$rawValue
: string
-
setValue()
public
setValue(mixed $value[, bool $updateContent = false ]) : mixed
Parameters
-
$value
: mixed
-
-
$updateContent
: bool
= false
-
setValueId()
public
setValueId(int $id) : mixed
Parameters
-
$id
: int
-
toFile()
public
toFile() : SplFileInfo
Return values
SplFileInfo
toFileName()
public
toFileName() : string
toString()
public
toString() : string
updateContent()
public
updateContent() : mixed
decodeValue()
protected
decodeValue(string $rawValue) : mixed
Parameters
-
$rawValue
: string
-
encodeValue()
protected
encodeValue(mixed $value) : string
Parameters
-
$value
: mixed
-
getConverter()
protected
getConverter() : Converter
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
-
loadNode()
protected
loadNode(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-
loadStruc()
protected
loadStruc(LeanElement $strucElement) : mixed
Parameters
-
$strucElement
: LeanElement
-