Cart::__set_state(array( 'id' => NULL, 'id_shop_group' => 1, 'id_shop' => 1, 'id_address_delivery' => 0, 'id_address_invoice' => 0, 'id_currency' => 1, 'id_customer' => NULL, 'id_guest' => 0, 'id_lang' => 3, 'recyclable' => 0, 'gift' => 0, 'gift_message' => NULL, 'mobile_theme' => NULL, 'date_add' => NULL, 'secure_key' => NULL, 'id_carrier' => 0, 'date_upd' => NULL, 'checkedTos' => false, 'pictures' => NULL, 'textFields' => NULL, 'delivery_option' => NULL, 'allow_seperated_package' => false, '_products' => NULL, '_taxCalculationMethod' => '0', 'webserviceParameters' => array ( 'fields' => array ( 'id_address_delivery' => array ( 'xlink_resource' => 'addresses', ), 'id_address_invoice' => array ( 'xlink_resource' => 'addresses', ), 'id_currency' => array ( 'xlink_resource' => 'currencies', ), 'id_customer' => array ( 'xlink_resource' => 'customers', ), 'id_guest' => array ( 'xlink_resource' => 'guests', ), 'id_lang' => array ( 'xlink_resource' => 'languages', ), ), 'associations' => array ( 'cart_rows' => array ( 'resource' => 'cart_row', 'virtual_entity' => true, 'fields' => array ( 'id_product' => array ( 'required' => true, 'xlink_resource' => 'products', ), 'id_product_attribute' => array ( 'required' => true, 'xlink_resource' => 'combinations', ), 'id_address_delivery' => array ( 'required' => true, 'xlink_resource' => 'addresses', ), 'id_customization' => array ( 'required' => false, 'xlink_resource' => 'customizations', ), 'quantity' => array ( 'required' => true, ), ), ), ), ), 'configuration' => PrestaShop\PrestaShop\Adapter\Configuration::__set_state(array( 'shop' => NULL, 'parameters' => NULL, )), 'addressFactory' => PrestaShop\PrestaShop\Adapter\AddressFactory::__set_state(array( )), 'shouldSplitGiftProductsQuantity' => false, 'shouldExcludeGiftsDiscount' => false, 'id_shop_list' => array ( ), 'get_shop_from_context' => true, 'table' => 'cart', 'identifier' => 'id_cart', 'fieldsRequired' => array ( 0 => 'id_currency', 1 => 'id_lang', ), 'fieldsSize' => array ( 'secure_key' => 32, ), 'fieldsValidate' => array ( 'id_shop_group' => 'isUnsignedId', 'id_shop' => 'isUnsignedId', 'id_address_delivery' => 'isUnsignedId', 'id_address_invoice' => 'isUnsignedId', 'id_carrier' => 'isUnsignedId', 'id_currency' => 'isUnsignedId', 'id_customer' => 'isUnsignedId', 'id_guest' => 'isUnsignedId', 'id_lang' => 'isUnsignedId', 'recyclable' => 'isBool', 'gift' => 'isBool', 'gift_message' => 'isMessage', 'mobile_theme' => 'isBool', 'allow_seperated_package' => 'isBool', 'date_add' => 'isDate', 'date_upd' => 'isDate', ), 'fieldsRequiredLang' => array ( ), 'fieldsSizeLang' => array ( ), 'fieldsValidateLang' => array ( ), 'tables' => array ( ), 'image_dir' => NULL, 'image_format' => 'jpg', 'translator' => NULL, 'def' => array ( 'table' => 'cart', 'primary' => 'id_cart', 'fields' => array ( 'id_shop_group' => array ( 'type' => 1, 'validate' => 'isUnsignedId', ), 'id_shop' => array ( 'type' => 1, 'validate' => 'isUnsignedId', ), 'id_address_delivery' => array ( 'type' => 1, 'validate' => 'isUnsignedId', ), 'id_address_invoice' => array ( 'type' => 1, 'validate' => 'isUnsignedId', ), 'id_carrier' => array ( 'type' => 1, 'validate' => 'isUnsignedId', ), 'id_currency' => array ( 'type' => 1, 'validate' => 'isUnsignedId', 'required' => true, ), 'id_customer' => array ( 'type' => 1, 'validate' => 'isUnsignedId', ), 'id_guest' => array ( 'type' => 1, 'validate' => 'isUnsignedId', ), 'id_lang' => array ( 'type' => 1, 'validate' => 'isUnsignedId', 'required' => true, ), 'recyclable' => array ( 'type' => 2, 'validate' => 'isBool', ), 'gift' => array ( 'type' => 2, 'validate' => 'isBool', ), 'gift_message' => array ( 'type' => 3, 'validate' => 'isMessage', ), 'mobile_theme' => array ( 'type' => 2, 'validate' => 'isBool', ), 'delivery_option' => array ( 'type' => 3, ), 'secure_key' => array ( 'type' => 3, 'size' => 32, ), 'allow_seperated_package' => array ( 'type' => 2, 'validate' => 'isBool', ), 'date_add' => array ( 'type' => 5, 'validate' => 'isDate', ), 'date_upd' => array ( 'type' => 5, 'validate' => 'isDate', ), ), 'classname' => 'Cart', ), 'update_fields' => NULL, 'force_id' => false, ))