Documentation

MessageTypeDataReport
in package
implements MessageTypeData

Data associated with messageType value AdminMessageType::REPORT

Table of Contents

Interfaces

MessageTypeData
Data associated with different values of the `messageType` field.

Properties

$byteSize  : int
$message  : string
$playerName  : string
$reporteeName  : string

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : MessageTypeDataReport
Deserializes an instance of `MessageTypeDataReport` from the provided `EoReader`.
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getMessage()  : string
getPlayerName()  : string
getReporteeName()  : string
serialize()  : void
Serializes an instance of `MessageTypeDataReport` to the provided `EoWriter`.
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setMessage()  : void
setPlayerName()  : void
setReporteeName()  : void

Properties

Methods

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.

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.


        
On this page

Search results