frontend\modules\topic\models\Topic::getFollower PHP 메소드

getFollower() 공개 메소드

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