common\models\CartGoods::getGoods PHP 메소드

getGoods() 공개 메소드

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