Documentation

BoardPostListing
in package

Table of Contents

Properties

$author  : string
$byteSize  : int
$postId  : int
$subject  : string

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : BoardPostListing
Deserializes an instance of `BoardPostListing` from the provided `EoReader`.
getAuthor()  : string
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getPostId()  : int
getSubject()  : string
serialize()  : void
Serializes an instance of `BoardPostListing` to the provided `EoWriter`.
setAuthor()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setPostId()  : void
setSubject()  : 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.

setAuthor()

public setAuthor(string $author) : void
Parameters
$author : 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.

setPostId()

public setPostId(int $postId) : void
Parameters
$postId : int

setSubject()

public setSubject(string $subject) : void
Parameters
$subject : string

        
On this page

Search results