Documentation

ArchiveNode extends AbstractNode
in package
implements BuildableInterface, FileWriterInterface, FileReaderInterface

Table of Contents

Interfaces

BuildableInterface
FileWriterInterface
FileReaderInterface

Constants

NAMESPACE_SEPARATOR  = '\\'

Methods

appendBuildChild()  : mixed
fromFile()  : void
fromString()  : void
getArchiveId()  : mixed
getBuildAncestors()  : iterable<string|int, mixed>
getBuildAttributes()  : array<string|int, mixed>
getBuildChildren()  : iterable<string|int, mixed>|null
getBuildHash()  : string
getBuildTag()  : string
getFileByName()  : SplFileInfo
getFileNames()  : iterable<string|int, mixed>
getFileNodeByName()  : FileContainer
getFileNodes()  : iterable<string|int, mixed>
getOwnerSavegame()  : SavegameNode
getParentNode()  : mixed
init()  : mixed
load()  : void
toFile()  : SplFileInfo
toFileName()  : string
toString()  : string
getConverter()  : Converter
loadChild()  : mixed
loadChildren()  : mixed
loadNode()  : mixed
loadStruc()  : mixed

Constants

NAMESPACE_SEPARATOR

public mixed NAMESPACE_SEPARATOR = '\\'

Methods

fromFile()

public fromFile(SplFileInfo $sourceFile) : void
Parameters
$sourceFile : SplFileInfo

fromString()

public fromString(string $sourceString) : void
Parameters
$sourceString : string

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

getFileByName()

public getFileByName(string $name) : SplFileInfo
Parameters
$name : string
Return values
SplFileInfo

getFileNames()

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

getFileNodes()

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

toFile()

public toFile() : SplFileInfo
Return values
SplFileInfo

toFileName()

public toFileName() : string
Return values
string

toString()

public toString() : string
Return values
string

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