Class MessageContent
- CActiveRecord
-
application\core\model\Model
-
application\modules\message\model\MessageContent
Namespace: application\modules\message\model
Located at system/modules/message/model/MessageContent.php
Located at system/modules/message/model/MessageContent.php
Methods summary
public static
|
|
public
|
|
public
array
|
#
fetchAllMessageListByUid( integer $uid, integer $type = 1, integer $limit = 10, integer $offset = 0 )
获取私信列表 - 分页型 |
public
array
|
#
fetchAllMessageByListId( integer $listId, integer $uid, integer $sinceId = null, integer $maxId = null, integer $count = 20 )
获取指定私信列表中的私信内容 |
public
boolean
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
mix
|
|
public
array
|
Methods inherited from application\core\model\Model
add()
,
beforeDelete()
,
create()
,
deleteByPk()
,
fetch()
,
fetchAll()
,
fetchAllByAttributes()
,
fetchAllByPk()
,
fetchAllSortByPk()
,
fetchByAttributes()
,
fetchByPk()
,
fetchCache()
,
fetchCaches()
,
getCacheKey()
,
getIsAllowCache()
,
getMaxId()
,
getModelClass()
,
init()
,
modify()
,
remove()
,
updateAll()
,
updateByPk()
Constants summary
integer |
ONE_ON_ONE_CHAT
|
#
1
|
integer |
MULTIPLAYER_CHAT
|
#
2
|
integer |
SYSTEM_NOTIFY
|
#
3
|