for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author @jayS-de <[email protected]>
*/
namespace Commercetools\Core\Model\Cart;
use Commercetools\Core\Model\Common\Collection;
* @package Commercetools\Core\Model\Cart
* @link https://dev.commercetools.com/http-api-projects-carts.html#cart
* @method Cart current()
* @method CartCollection add(Cart $element)
* @method Cart getAt($offset)
class CartCollection extends Collection
{
protected $type = '\Commercetools\Core\Model\Cart\Cart';
}