common\models\Purchase::getStore PHP Méthode

getStore() public méthode

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