Documentation

InfoTypeDataRanks
in package
implements InfoTypeData

Data associated with infoType value GuildInfoType::RANKS

Table of Contents

Interfaces

InfoTypeData
Data associated with different values of the `infoType` field.

Properties

$ranks  : array<string|int, string>
$byteSize  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : InfoTypeDataRanks
Deserializes an instance of `InfoTypeDataRanks` from the provided `EoReader`.
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getRanks()  : array<string|int, string>
serialize()  : void
Serializes an instance of `InfoTypeDataRanks` to the provided `EoWriter`.
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setRanks()  : void

Properties

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

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.

getRanks()

public getRanks() : array<string|int, string>
Return values
array<string|int, string>

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.

setRanks()

public setRanks(array<string|int, string> $ranks) : void
Parameters
$ranks : array<string|int, string>

        
On this page

Search results