PHP Class MessageAction, thinksns

Inheritance: extends Action
显示文件 Open project: medz/thinksns-4

Public Methods

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

Method Details

_initialize() public method

模块初始化
public _initialize ( )

delnotify() public method

删除私信
public delnotify ( )

detail() public method

私信详情
public detail ( )

doDelete() public method

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

doDeleteSession() public method

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

doPost() public method

发送私信
public doPost ( )

doReply() public method

回复私信
public doReply ( )

doSendFeedMail() public method

public doSendFeedMail ( )

doSetIsRead() public method

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

index() public method

私信列表
public index ( )

loadMessage() public method

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

notify() public method

系统通知
public notify ( )

notifyDetail() public method

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

post() public method

发送私信弹窗
public post ( )