Docs Goabase

MsgView
in package
uses TraitDataWrite, TraitEmbed, TraitMember, TraitPartyTimer, TraitPartyInfo

Table of Contents

Properties

$msg  : Msg
$member  : Member
$memberLink  : MemberLink
$message  : array<string|int, mixed>
$partyInfo  : PartyInfo
$userFrom  : array<string|int, mixed>
$userTo  : array<string|int, mixed>

Methods

__construct()  : mixed
getDataWriteInstance()  : DataWrite
getEmbedInstance()  : Embed
getMemberInstance()  : Member
getMsgTitle()  : string
getMsgViewPage()  : string
getPartyInfoInstance()  : PartyInfo
getPartyTimerInstance()  : PartyTimer
getUserFrom()  : array<string|int, mixed>
getUserTo()  : array<string|int, mixed>
setUserFrom()  : void
setUserTo()  : void
buildMsgViewPage()  : string
checkMsg()  : void
getMsgAjaxLink()  : array<string|int, mixed>
getMsgContentWithImage()  : string
getMsgHead()  : string
getMsgMember()  : array<string|int, mixed>
getMsgMemberLinkImg()  : array<string|int, mixed>
getMsgReceiver()  : string
getMsgReplyBox()  : string
getMsgViewOptions()  : array{LinkNew: string, OptionDel: string, OptionSpam: string, OptionSave: string}
setMessage()  : void
setMessageRead()  : void
setMsgUserData()  : void

Properties

$message

private array<string|int, mixed> $message

$userFrom

private array<string|int, mixed> $userFrom

$userTo

private array<string|int, mixed> $userTo

Methods

__construct()

public __construct() : mixed

getMsgTitle()

public getMsgTitle() : string
Tags
throws
Exception
Return values
string

getMsgViewPage()

public getMsgViewPage() : string
Tags
throws
RandomException
throws
Exception
Return values
string

getUserFrom()

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

getUserTo()

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

setUserFrom()

public setUserFrom(array<string|int, mixed> $userFrom) : void
Parameters
$userFrom : array<string|int, mixed>

setUserTo()

public setUserTo(array<string|int, mixed> $userTo) : void
Parameters
$userTo : array<string|int, mixed>

buildMsgViewPage()

private buildMsgViewPage(mixed $nMsgID) : string
Parameters
$nMsgID : mixed
Tags
throws
Exception
Return values
string

checkMsg()

private checkMsg(array<string|int, mixed> $saMessage) : void
Parameters
$saMessage : array<string|int, mixed>
private getMsgAjaxLink(string $tmpPUID, int $nMsgID) : array<string|int, mixed>
Parameters
$tmpPUID : string
$nMsgID : int
Tags
throws
Exception
Return values
array<string|int, mixed>

getMsgContentWithImage()

private getMsgContentWithImage() : string
Tags
throws
Exception
Return values
string

getMsgHead()

private getMsgHead() : string
Tags
throws
Exception
Return values
string

getMsgMember()

private getMsgMember() : array<string|int, mixed>
Return values
array<string|int, mixed>

getMsgMemberLinkImg()

private getMsgMemberLinkImg() : array<string|int, mixed>
Tags
throws
RandomException
throws
Exception
Return values
array<string|int, mixed>

getMsgReceiver()

private getMsgReceiver() : string
Tags
throws
Exception
Return values
string

getMsgReplyBox()

private getMsgReplyBox(string $strReplyPUID, string $strNewOrReply) : string
Parameters
$strReplyPUID : string
$strNewOrReply : string
Tags
throws
Exception
Return values
string

getMsgViewOptions()

private getMsgViewOptions(int $nMsgID) : array{LinkNew: string, OptionDel: string, OptionSpam: string, OptionSave: string}
Parameters
$nMsgID : int
Tags
throws
Exception
Return values
array{LinkNew: string, OptionDel: string, OptionSpam: string, OptionSave: string}

setMessage()

private setMessage(array<string|int, mixed> $message) : void
Parameters
$message : array<string|int, mixed>

setMessageRead()

private setMessageRead(int $nMsgID) : void
Parameters
$nMsgID : int

setMsgUserData()

private setMsgUserData() : void

        
On this page

Search results