Method |
Description |
|
addAtme ( string $content, integer $row_id, array $extra_uids = null, array $less_uids = null ) : integer |
添加@Me数据 |
|
deleteAtme ( string $content, integer $row_id, array $extra_uids = null ) : boolean |
删除@Me数据 |
|
getAtmeList ( array $map = null, string $order = 'atme_id DESC', integer $limit = 5 ) : array |
获取@Me列表 - 分页型 |
|
getTab ( array $map ) : array |
获取动态的种类,用于动态的Tab |
|
getUids ( string $content, array $extra_uids = null, integer $row_id, array $less_uids = null ) : array |
获取@内容中的@用户 |
|
mentions ( $mid, $since_id, $max_id, $limit = 20, $page = 1, $table = null ) |
所有的@信息 |
|
mentions_feed ( $mid, $since_id, $max_id, $limit = 20, $page = 1 ) |
动态的@信息 |
|
setAppName ( string $app ) : object |
设置所属应用 |
|
setAppTable ( string $app_table ) : object |
设置相关内容所存储的资源表 |
|
setAtField ( string $field ) : object |
设置@的资源字段 |
|
setAtRegex ( string $regex ) : object |
设置@的相关正则规则 |
|
updateRecentAt ( string $content ) |
更新最近@的人 |
|
updateRecentAtForApi ( string $content, $row_id ) |
更新最近@的人 |
|