Documentation

EcfRecord
in package

Table of Contents

Properties

$agi  : int
$byteSize  : int
$cha  : int
$con  : int
$intl  : int
$name  : string
$nameLength  : int
$parentType  : int
$statGroup  : int
$str  : int
$wis  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : EcfRecord
Deserializes an instance of `EcfRecord` from the provided `EoReader`.
getAgi()  : int
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getCha()  : int
getCon()  : int
getIntl()  : int
getName()  : string
getNameLength()  : int
getParentType()  : int
getStatGroup()  : int
getStr()  : int
getWis()  : int
serialize()  : void
Serializes an instance of `EcfRecord` to the provided `EoWriter`.
setAgi()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setCha()  : void
setCon()  : void
setIntl()  : void
setName()  : void
setNameLength()  : void
setParentType()  : void
setStatGroup()  : void
setStr()  : void
setWis()  : void

Properties

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

deserialize()

Deserializes an instance of `EcfRecord` from the provided `EoReader`.

public static deserialize(EoReader $reader) : EcfRecord
Parameters
$reader : EoReader

The reader that the data will be deserialized from.

Return values
EcfRecord

The deserialized data.

getAgi()

public getAgi() : int
Return values
int

getByteSize()

Returns the size of the data that this was deserialized from.

public getByteSize() : int
Return values
int

The size of the data that this was deserialized from.

getCha()

public getCha() : int
Return values
int

getCon()

public getCon() : int
Return values
int

getIntl()

public getIntl() : int
Return values
int

getName()

public getName() : string
Return values
string

getNameLength()

public getNameLength() : int
Return values
int

getParentType()

public getParentType() : int
Return values
int

getStatGroup()

public getStatGroup() : int
Return values
int

getStr()

public getStr() : int
Return values
int

getWis()

public getWis() : int
Return values
int

serialize()

Serializes an instance of `EcfRecord` to the provided `EoWriter`.

public static serialize(EoWriter $writer, EcfRecord $data) : void
Parameters
$writer : EoWriter

The writer that the data will be serialized to.

$data : EcfRecord

The data to serialize.

setAgi()

public setAgi(int $agi) : void
Parameters
$agi : int

setByteSize()

Sets the size of the data that this was deserialized from.

public setByteSize(int $byteSize) : void
Parameters
$byteSize : int

The size of the data that this was deserialized from.

setCha()

public setCha(int $cha) : void
Parameters
$cha : int

setCon()

public setCon(int $con) : void
Parameters
$con : int

setIntl()

public setIntl(int $intl) : void
Parameters
$intl : int

setName()

public setName(string $name) : void
Parameters
$name : string

setNameLength()

public setNameLength(int $nameLength) : void
Parameters
$nameLength : int

setParentType()

public setParentType(int $parentType) : void
Parameters
$parentType : int

setStatGroup()

public setStatGroup(int $statGroup) : void
Parameters
$statGroup : int

setStr()

public setStr(int $str) : void
Parameters
$str : int

setWis()

public setWis(int $wis) : void
Parameters
$wis : int

        
On this page

Search results