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
$msg
public
Msg
$msg
$member
private
Member
$member
$memberLink
private
MemberLink
$memberLink
$message
private
array<string|int, mixed>
$message
$partyInfo
private
PartyInfo
$partyInfo
$userFrom
private
array<string|int, mixed>
$userFrom
$userTo
private
array<string|int, mixed>
$userTo
__construct()
public
__construct() : mixed
getDataWriteInstance()
public
getDataWriteInstance() : DataWrite
getEmbedInstance()
public
getEmbedInstance() : Embed
getMemberInstance()
public
getMemberInstance() : Member
getMsgTitle()
public
getMsgTitle() : string
-
throws
-
Exception
getMsgViewPage()
public
getMsgViewPage() : string
-
throws
-
RandomException
-
throws
-
Exception
getPartyInfoInstance()
public
getPartyInfoInstance() : PartyInfo
getPartyTimerInstance()
public
getPartyTimerInstance() : PartyTimer
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
-
-
throws
-
Exception
checkMsg()
private
checkMsg(array<string|int, mixed> $saMessage) : void
Parameters
-
$saMessage
: array<string|int, mixed>
-
getMsgAjaxLink()
private
getMsgAjaxLink(string $tmpPUID, int $nMsgID) : array<string|int, mixed>
Parameters
-
$tmpPUID
: string
-
-
$nMsgID
: int
-
-
throws
-
Exception
Return values
array<string|int, mixed>
getMsgContentWithImage()
private
getMsgContentWithImage() : string
-
throws
-
Exception
getMsgHead()
private
getMsgHead() : string
-
throws
-
Exception
getMsgMember()
private
getMsgMember() : array<string|int, mixed>
Return values
array<string|int, mixed>
getMsgMemberLinkImg()
private
getMsgMemberLinkImg() : array<string|int, mixed>
-
throws
-
RandomException
-
throws
-
Exception
Return values
array<string|int, mixed>
getMsgReceiver()
private
getMsgReceiver() : string
-
throws
-
Exception
getMsgReplyBox()
private
getMsgReplyBox(string $strReplyPUID, string $strNewOrReply) : string
Parameters
-
$strReplyPUID
: string
-
-
$strNewOrReply
: string
-
-
throws
-
Exception
getMsgViewOptions()
private
getMsgViewOptions(int $nMsgID) : array{LinkNew: string, OptionDel: string, OptionSpam: string, OptionSave: string}
Parameters
-
$nMsgID
: int
-
-
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