PHP Class frontend\modules\topic\models\Topic

Inheritance: extends common\models\Post
Afficher le fichier Open project: iiyii/getyii Class Usage Examples

Méthodes publiques

Свойство Type Description
$atUsers
$cc CC 协议

Méthodes publiques

Méthode Description
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 最后回复更新

Method Details

addTags() public méthode

添加标签
public addTags ( array $tags ) : boolean
$tags array
Résultat boolean

afterSave() public méthode

public afterSave ( $insert, $changedAttributes )

beforeSave() public méthode

public beforeSave ( $insert )

findDeletedTopic() public static méthode

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

findModel() public static méthode

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

findTopic() public static méthode

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

getFavorite() public méthode

public getFavorite ( )

getFollow() public méthode

public getFollow ( )

getFollower() public méthode

获取关注者
public getFollower ( ) : static
Résultat static

getHate() public méthode

public getHate ( )

getLike() public méthode

public getLike ( )

getThanks() public méthode

public getThanks ( )

lastCommentToUpdate() public méthode

最后回复更新
public lastCommentToUpdate ( string $username = '' ) : boolean
$username string
Résultat boolean

Property Details

$atUsers public_oe property

public $atUsers

$cc public_oe property

CC 协议
public $cc