Overtrue\LaravelShoppingCart\Cart::updateAttribute PHP Метод

updateAttribute() защищенный Метод

Update an attribute of the row.
protected updateAttribute ( string $rawId, array $attributes ) : Item
$rawId string The ID of the row
$attributes array An array of attributes to update
Результат Item
    protected function updateAttribute($rawId, $attributes)
    {
        return $this->updateRow($rawId, $attributes);
    }