frontend\modules\topic\models\Topic::getFollower PHP Méthode

getFollower() public méthode

获取关注者
public getFollower ( ) : static
Résultat static
    public function getFollower()
    {
        return $this->hasMany(UserMeta::className(), ['target_id' => 'id'])->where(['target_type' => self::TYPE, 'type' => 'follow']);
    }