Property | Type | Description | |
---|---|---|---|
$atUsers | |||
$cc | CC 协议 |
Method | Description | |
---|---|---|
addTags ( array $tags ) : boolean | 添加标签 | |
afterSave ( $insert, $changedAttributes ) | ||
beforeSave ( $insert ) | ||
findDeletedTopic ( $id ) : array | |
获取已经删除过的话题 | |
findModel ( $id, string $condition = '' ) : array | null | |
通过ID获取指定话题 | |
findTopic ( $id ) : array | |
通过ID获取指定话题 | |
getFavorite ( ) | ||
getFollow ( ) | ||
getFollower ( ) : static | 获取关注者 | |
getHate ( ) | ||
getLike ( ) | ||
getThanks ( ) | ||
lastCommentToUpdate ( string $username = '' ) : boolean | 最后回复更新 |
public static findDeletedTopic ( $id ) : array | |
||
$id | ||
return | array | |
public lastCommentToUpdate ( string $username = '' ) : boolean | ||
$username | string | |
return | boolean |