common\models\Tag::getStore PHP 메소드

getStore() 공개 메소드

public getStore ( ) : ActiveQuery
리턴 yii\db\ActiveQuery
    public function getStore()
    {
        return $this->hasOne(Store::className(), ['id' => 'store_id']);
    }