Message
class Message extends BaseValue
消息内容
Properties
protected | $msgId | ||
protected | $from | ||
protected | $to | ||
protected | $body | ||
protected | $type | ||
protected | $session |
Methods
int
getMsgId()
No description
string
getFrom()
No description
string
getTo()
No description
string
getBody()
No description
int
getType()
No description
string
getSession()
No description
setSession(string $session)
No description
Details
in
BaseValue at line 20
string
__toString()
No description
in
BaseValue at line 25
array
data()
No description
in
BaseValue at line 30
array
toArray()
No description
at line 27
int
getMsgId()
No description
at line 36
Message
setMsgId(int $msgId)
No description
at line 45
string
getFrom()
No description
at line 54
Message
setFrom(string $from)
No description
at line 63
string
getTo()
No description
at line 72
Message
setTo(string $to)
No description
at line 81
string
getBody()
No description
at line 90
Message
setBody(string $body)
No description
at line 99
int
getType()
No description
at line 108
Message
setType(int $type)
No description
at line 117
string
getSession()
No description
at line 126
Message
setSession(string $session)
No description