core/modules/shop/model/CartModel.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

class CartModel extends Ajde_Shop_Cart
{
    protected $_cartItemModel = 'CartItemModel';
    protected $_cartItemCollection = 'CartItemCollection';
}