PHP 클래스 frontend\modules\topic\models\Topic

상속: extends common\models\Post
파일 보기 프로젝트 열기: iiyii/getyii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$atUsers
$cc CC 协议

공개 메소드들

메소드 설명
addTags ( array $tags ) : boolean 添加标签
afterSave ( $insert, $changedAttributes )
beforeSave ( $insert )
findDeletedTopic ( $id ) : array | Topic | null | ActiveRecord 获取已经删除过的话题
findModel ( $id, string $condition = '' ) : array | null | ActiveRecord | static 通过ID获取指定话题
findTopic ( $id ) : array | Topic | null | ActiveRecord 通过ID获取指定话题
getFavorite ( )
getFollow ( )
getFollower ( ) : static 获取关注者
getHate ( )
getLike ( )
getThanks ( )
lastCommentToUpdate ( string $username = '' ) : boolean 最后回复更新

메소드 상세

addTags() 공개 메소드

添加标签
public addTags ( array $tags ) : boolean
$tags array
리턴 boolean

afterSave() 공개 메소드

public afterSave ( $insert, $changedAttributes )

beforeSave() 공개 메소드

public beforeSave ( $insert )

findDeletedTopic() 공개 정적인 메소드

获取已经删除过的话题
public static findDeletedTopic ( $id ) : array | Topic | null | ActiveRecord
$id
리턴 array | Topic | null | ActiveRecord

findModel() 공개 정적인 메소드

通过ID获取指定话题
public static findModel ( $id, string $condition = '' ) : array | null | ActiveRecord | static
$id
$condition string
리턴 array | null | yii\db\ActiveRecord | static

findTopic() 공개 정적인 메소드

通过ID获取指定话题
public static findTopic ( $id ) : array | Topic | null | ActiveRecord
$id
리턴 array | Topic | null | ActiveRecord

getFavorite() 공개 메소드

public getFavorite ( )

getFollow() 공개 메소드

public getFollow ( )

getFollower() 공개 메소드

获取关注者
public getFollower ( ) : static
리턴 static

getHate() 공개 메소드

public getHate ( )

getLike() 공개 메소드

public getLike ( )

getThanks() 공개 메소드

public getThanks ( )

lastCommentToUpdate() 공개 메소드

最后回复更新
public lastCommentToUpdate ( string $username = '' ) : boolean
$username string
리턴 boolean

프로퍼티 상세

$atUsers 공개적으로 프로퍼티

public $atUsers

$cc 공개적으로 프로퍼티

CC 协议
public $cc