Smalot\Magento\Cart\Cart::create PHP Method

create() public method

Allows you to create an empty shopping cart.
public create ( string $storeId = null ) : Smalot\Magento\ActionInterface
$storeId string
return Smalot\Magento\ActionInterface
    public function create($storeId = null)
    {
        return $this->__createAction('cart.create', func_get_args());
    }