PHP Class MessageAction, thinksns

Inheritance: extends Action
Afficher le fichier Open project: medz/thinksns-4

Méthodes publiques

Méthode Description
_initialize ( ) 模块初始化
delnotify ( ) 删除私信
detail ( ) 私信详情
doDelete ( ) : integer 删除私信
doDeleteSession ( ) : integer 删除用户指定私信会话
doPost ( ) 发送私信
doReply ( ) 回复私信
doSendFeedMail ( )
doSetIsRead ( ) : integer 设置指定私信为已读
index ( ) 私信列表
loadMessage ( ) 获取指定私信列表中的私信内容
notify ( ) 系统通知
notifyDetail ( ) 获取指定应用指定用户下的消息列表
post ( ) 发送私信弹窗

Method Details

_initialize() public méthode

模块初始化
public _initialize ( )

delnotify() public méthode

删除私信
public delnotify ( )

detail() public méthode

私信详情
public detail ( )

doDelete() public méthode

删除私信
public doDelete ( ) : integer
Résultat integer 1=成功 0=失败

doDeleteSession() public méthode

删除用户指定私信会话
public doDeleteSession ( ) : integer
Résultat integer 1=成功 0=失败

doPost() public méthode

发送私信
public doPost ( )

doReply() public méthode

回复私信
public doReply ( )

doSendFeedMail() public méthode

public doSendFeedMail ( )

doSetIsRead() public méthode

设置指定私信为已读
public doSetIsRead ( ) : integer
Résultat integer 1=成功 0=失败

index() public méthode

私信列表
public index ( )

loadMessage() public méthode

获取指定私信列表中的私信内容
public loadMessage ( )

notify() public méthode

系统通知
public notify ( )

notifyDetail() public méthode

获取指定应用指定用户下的消息列表
public notifyDetail ( )

post() public méthode

发送私信弹窗
public post ( )