Property | Type | Description | |
---|---|---|---|
$atUsers |
Method | Description | |
---|---|---|
afterSave ( $insert, $changedAttributes ) | ||
attributeLabels ( ) | ||
beforeSave ( $insert ) | ||
findComment ( $id ) : array | null | |
通过ID获取指定评论 | |
findCommentList ( $postId ) : static | 评论列表 | |
findDeletedComment ( $id ) : array | null | |
获取已经删除过的评论 | |
findModel ( $id, string $condition = '' ) : array | null | |
通过ID获取指定评论 | |
getLike ( ) | ||
getPost ( ) | ||
getTopic ( ) | ||
getUser ( ) | ||
isCurrent ( ) : boolean | 自己写的评论 | |
rules ( ) | ||
tableName ( ) |
public static findComment ( $id ) : array | null | |
||
$id | ||
return | array | null | |
public static findCommentList ( $postId ) : static | ||
$postId | ||
return | static |
public static findDeletedComment ( $id ) : array | null | |
||
$id | ||
return | array | null | |