Notification
class Notification extends BaseValue
通知内容
Properties
protected | $operation | ||
protected | $tid | ||
protected | $msgId | ||
protected | $team | ||
protected | $title | ||
protected | $content | ||
protected | $icon |
Methods
__construct()
No description
string
getTid()
No description
setTid(string $tid)
No description
string
getMsgId()
No description
setMsgId(string $msgId)
No description
string
getTitle()
No description
setTitle(string $title)
No description
string
getContent()
No description
setContent(string $content)
No description
string
getIcon()
No description
setIcon(string $icon)
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
__construct()
No description
at line 35
string
getTid()
No description
at line 44
Notification
setTid(string $tid)
No description
at line 53
string
getMsgId()
No description
at line 62
Notification
setMsgId(string $msgId)
No description
at line 71
string
getTitle()
No description
at line 80
Notification
setTitle(string $title)
No description
at line 89
string
getContent()
No description
at line 98
Notification
setContent(string $content)
No description
at line 107
Team
getTeam()
No description
at line 116
Notification
setTeam(Team $team)
No description
at line 122
string
getIcon()
No description
at line 127
Notification
setIcon(string $icon)
No description