common\models\OrderGoods::getGoods PHP Méthode

getGoods() public méthode

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