^ Shop {#18
  +id: 1
  #id_lang: null
  #lang_associated: null
  #id_shop: null
  +id_shop_list: []
  #get_shop_from_context: true
  #table: "shop"
  #identifier: "id_shop"
  #fieldsRequired: array:3 [
    0 => "name"
    1 => "id_category"
    2 => "id_shop_group"
  ]
  #fieldsSize: array:1 [
    "name" => 64
  ]
  #fieldsValidate: array:5 [
    "active" => "isBool"
    "deleted" => "isBool"
    "name" => "isGenericName"
    "color" => "isColor"
    "theme_name" => "isThemeName"
  ]
  #fieldsRequiredLang: []
  #fieldsSizeLang: []
  #fieldsValidateLang: []
  #tables: []
  #webserviceParameters: array:1 [
    "fields" => array:2 [
      "id_shop_group" => array:1 [
        "xlink_resource" => "shop_groups"
      ]
      "id_category" => []
    ]
  ]
  #image_dir: null
  #image_format: "jpg"
  #translator: null
  #def: array:4 [
    "table" => "shop"
    "primary" => "id_shop"
    "fields" => array:7 [
      "active" => array:2 [
        "type" => 2
        "validate" => "isBool"
      ]
      "deleted" => array:2 [
        "type" => 2
        "validate" => "isBool"
      ]
      "name" => array:4 [
        "type" => 3
        "validate" => "isGenericName"
        "required" => true
        "size" => 64
      ]
      "color" => array:2 [
        "type" => 3
        "validate" => "isColor"
      ]
      "id_category" => array:2 [
        "type" => 1
        "required" => true
      ]
      "theme_name" => array:2 [
        "type" => 3
        "validate" => "isThemeName"
      ]
      "id_shop_group" => array:2 [
        "type" => 1
        "required" => true
      ]
    ]
    "classname" => "Shop"
  ]
  #update_fields: null
  +force_id: false
  +id_shop_group: 1
  +id_category: 2
  +theme_name: "electrive"
  +name: "Brooks"
  +color: ""
  +active: "1"
  +deleted: "0"
  +physical_uri: "/"
  +virtual_uri: ""
  +domain: "brooks-espressomachines.com"
  +domain_ssl: "brooks-espressomachines.com"
  #group: ShopGroup {#19
    +id: 1
    #id_lang: null
    #lang_associated: null
    #id_shop: null
    +id_shop_list: []
    #get_shop_from_context: true
    #table: "shop_group"
    #identifier: "id_shop_group"
    #fieldsRequired: array:1 [
      0 => "name"
    ]
    #fieldsSize: array:1 [
      "name" => 64
    ]
    #fieldsValidate: array:7 [
      "name" => "isGenericName"
      "color" => "isColor"
      "share_customer" => "isBool"
      "share_order" => "isBool"
      "share_stock" => "isBool"
      "active" => "isBool"
      "deleted" => "isBool"
    ]
    #fieldsRequiredLang: []
    #fieldsSizeLang: []
    #fieldsValidateLang: []
    #tables: []
    #webserviceParameters: []
    #image_dir: null
    #image_format: "jpg"
    #translator: null
    #def: array:4 [
      "table" => "shop_group"
      "primary" => "id_shop_group"
      "fields" => array:7 [
        "name" => array:4 [
          "type" => 3
          "validate" => "isGenericName"
          "required" => true
          "size" => 64
        ]
        "color" => array:2 [
          "type" => 3
          "validate" => "isColor"
        ]
        "share_customer" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "share_order" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "share_stock" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "active" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
        "deleted" => array:2 [
          "type" => 2
          "validate" => "isBool"
        ]
      ]
      "classname" => "ShopGroup"
    ]
    #update_fields: null
    +force_id: false
    +name: "Default"
    +color: ""
    +active: "1"
    +share_customer: "0"
    +share_stock: "0"
    +share_order: "0"
    +deleted: "0"
  }
  +address: Address {#1555
    +id: null
    #id_lang: null
    #lang_associated: null
    #id_shop: null
    +id_shop_list: []
    #get_shop_from_context: true
    #table: "address"
    #identifier: "id_address"
    #fieldsRequired: array:6 [
      0 => "id_country"
      1 => "alias"
      2 => "lastname"
      3 => "firstname"
      4 => "address1"
      5 => "city"
    ]
    #fieldsSize: array:12 [
      "alias" => 32
      "company" => 255
      "lastname" => 255
      "firstname" => 255
      "address1" => 128
      "address2" => 128
      "postcode" => 12
      "city" => 64
      "other" => 300
      "phone" => 32
      "phone_mobile" => 32
      "dni" => 16
    ]
    #fieldsValidate: array:22 [
      "id_customer" => "isNullOrUnsignedId"
      "id_manufacturer" => "isNullOrUnsignedId"
      "id_supplier" => "isNullOrUnsignedId"
      "id_warehouse" => "isNullOrUnsignedId"
      "id_country" => "isUnsignedId"
      "id_state" => "isNullOrUnsignedId"
      "alias" => "isGenericName"
      "company" => "isGenericName"
      "lastname" => "isName"
      "firstname" => "isName"
      "vat_number" => "isGenericName"
      "address1" => "isAddress"
      "address2" => "isAddress"
      "postcode" => "isPostCode"
      "city" => "isCityName"
      "other" => "isMessage"
      "phone" => "isPhoneNumber"
      "phone_mobile" => "isPhoneNumber"
      "dni" => "isDniLite"
      "deleted" => "isBool"
      "date_add" => "isDate"
      "date_upd" => "isDate"
    ]
    #fieldsRequiredLang: []
    #fieldsSizeLang: []
    #fieldsValidateLang: []
    #tables: []
    #webserviceParameters: array:2 [
      "objectsNodeName" => "addresses"
      "fields" => array:6 [
        "id_customer" => array:1 [
          "xlink_resource" => "customers"
        ]
        "id_manufacturer" => array:1 [
          "xlink_resource" => "manufacturers"
        ]
        "id_supplier" => array:1 [
          "xlink_resource" => "suppliers"
        ]
        "id_warehouse" => array:1 [
          "xlink_resource" => "warehouse"
        ]
        "id_country" => array:1 [
          "xlink_resource" => "countries"
        ]
        "id_state" => array:1 [
          "xlink_resource" => "states"
        ]
      ]
    ]
    #image_dir: null
    #image_format: "jpg"
    #translator: null
    #def: array:4 [
      "table" => "address"
      "primary" => "id_address"
      "fields" => array:22 [
        "id_customer" => array:3 [
          "type" => 1
          "validate" => "isNullOrUnsignedId"
          "copy_post" => false
        ]
        "id_manufacturer" => array:3 [
          "type" => 1
          "validate" => "isNullOrUnsignedId"
          "copy_post" => false
        ]
        "id_supplier" => array:3 [
          "type" => 1
          "validate" => "isNullOrUnsignedId"
          "copy_post" => false
        ]
        "id_warehouse" => array:3 [
          "type" => 1
          "validate" => "isNullOrUnsignedId"
          "copy_post" => false
        ]
        "id_country" => array:3 [
          "type" => 1
          "validate" => "isUnsignedId"
          "required" => true
        ]
        "id_state" => array:2 [
          "type" => 1
          "validate" => "isNullOrUnsignedId"
        ]
        "alias" => array:4 [
          "type" => 3
          "validate" => "isGenericName"
          "required" => true
          "size" => 32
        ]
        "company" => array:3 [
          "type" => 3
          "validate" => "isGenericName"
          "size" => 255
        ]
        "lastname" => array:4 [
          "type" => 3
          "validate" => "isName"
          "required" => true
          "size" => 255
        ]
        "firstname" => array:4 [
          "type" => 3
          "validate" => "isName"
          "required" => true
          "size" => 255
        ]
        "vat_number" => array:2 [
          "type" => 3
          "validate" => "isGenericName"
        ]
        "address1" => array:4 [
          "type" => 3
          "validate" => "isAddress"
          "required" => true
          "size" => 128
        ]
        "address2" => array:3 [
          "type" => 3
          "validate" => "isAddress"
          "size" => 128
        ]
        "postcode" => array:3 [
          "type" => 3
          "validate" => "isPostCode"
          "size" => 12
        ]
        "city" => array:4 [
          "type" => 3
          "validate" => "isCityName"
          "required" => true
          "size" => 64
        ]
        "other" => array:3 [
          "type" => 3
          "validate" => "isMessage"
          "size" => 300
        ]
        "phone" => array:3 [
          "type" => 3
          "validate" => "isPhoneNumber"
          "size" => 32
        ]
        "phone_mobile" => array:3 [
          "type" => 3
          "validate" => "isPhoneNumber"
          "size" => 32
        ]
        "dni" => array:3 [
          "type" => 3
          "validate" => "isDniLite"
          "size" => 16
        ]
        "deleted" => array:3 [
          "type" => 2
          "validate" => "isBool"
          "copy_post" => false
        ]
        "date_add" => array:3 [
          "type" => 5
          "validate" => "isDate"
          "copy_post" => false
        ]
        "date_upd" => array:3 [
          "type" => 5
          "validate" => "isDate"
          "copy_post" => false
        ]
      ]
      "classname" => "Address"
    ]
    #update_fields: null
    +force_id: false
    +id_customer: null
    +id_manufacturer: null
    +id_supplier: null
    +id_warehouse: null
    +id_country: 13
    +id_state: 0
    +country: null
    +alias: null
    +company: "Brooks Parts"
    +lastname: null
    +firstname: null
    +address1: "H.R. Holsterf 288"
    +address2: ""
    +postcode: "3315TK"
    +city: "Dordrecht"
    +other: null
    +phone: null
    +phone_mobile: null
    +vat_number: null
    +dni: null
    +date_add: null
    +date_upd: null
    +deleted: false
  }
  +theme: PrestaShop\PrestaShop\Core\Addon\Theme\Theme {#24
    -attributes: PrestaShop\PrestaShop\Core\Util\ArrayFinder {#25
      -array: array:11 [
        "name" => "electrive"
        "display_name" => "Electrive Marketplace Electronics Store"
        "version" => "3.3.0"
        "theme_key" => "9c63917fb2e2aead4a584bc083f39451"
        "author" => array:3 [
          "name" => "WebiBazaar Template"
          "email" => "[email protected]"
          "url" => "https://www.prestashop.com"
        ]
        "meta" => array:2 [
          "compatibility" => array:2 [
            "from" => "1.7.0.0"
            "to" => null
          ]
          "available_layouts" => array:4 [
            "layout-full-width" => array:2 [
              "name" => "Full Width"
              "description" => "No side columns, ideal for distraction-free pages such as product pages."
            ]
            "layout-both-columns" => array:2 [
              "name" => "Three Columns"
              "description" => "One large central column and 2 side columns."
            ]
            "layout-left-column" => array:2 [
              "name" => "Two Columns, small left column"
              "description" => "Two columns with a small left column"
            ]
            "layout-right-column" => array:2 [
              "name" => "Two Columns, small right column"
              "description" => "Two columns with a small right column"
            ]
          ]
        ]
        "assets" => null
        "global_settings" => array:4 [
          "configuration" => array:1 [
            "PS_IMAGE_QUALITY" => "png"
          ]
          "modules" => array:2 [
            "to_enable" => array:29 [
              0 => "ps_linklist"
              1 => "ps_featuredproducts"
              2 => "ps_newproducts"
              3 => "ps_bestsellers"
              4 => "ps_specials"
              5 => "ps_emailsubscription"
              6 => "ps_socialfollow"
              7 => "ps_categoryproducts"
              8 => "blockwishlist"
              9 => "ps_viewedproduct"
              10 => "wbblocksearch"
              11 => "wbblog"
              12 => "wbcategoryfeaturedproducts"
              13 => "wbcenterbanner"
              14 => "wbcompare"
              15 => "wbimageslider"
              16 => "wbimgbanner"
              17 => "wbimgfeature"
              18 => "wbimglatest"
              19 => "wbimgleft"
              20 => "wbimgoffer"
              21 => "wbleftfeaturedproducts"
              22 => "wblogoslider"
              23 => "wbmegamenu"
              24 => "wbpopupproducts"
              25 => "productcomments"
              26 => "wbstaticblocks"
              27 => "wbthemeconfigurator"
              28 => "wbthemecustomizer"
            ]
            "to_disable" => array:5 [
              0 => "ps_banner"
              1 => "ps_customtext"
              2 => "ps_imageslider"
              3 => "ps_contactinfo"
              4 => "productcomments"
            ]
          ]
          "hooks" => array:1 [
            "modules_to_hook" => array:17 [
              "displayNav1" => array:1 [
                0 => "wbstaticblocks"
              ]
              "displayNav2" => array:3 [
                0 => "ps_customersignin"
                1 => "ps_currencyselector"
                2 => "ps_languageselector"
              ]
              "displayTop" => array:3 [
                0 => "wbblocksearch"
                1 => "blockwishlist"
                2 => "ps_shoppingcart"
              ]
              "displayNavFullWidth" => array:2 [
                0 => "wbmegamenu"
                1 => "wbstaticblocks"
              ]
              "displayHome" => array:15 [
                0 => "wbimageslider"
                1 => "wbstaticblocks"
                2 => "wbimgbanner"
                3 => "ps_specials"
                4 => "wbcategoryfeaturedproducts"
                5 => "ps_featuredproducts"
                6 => "wbcenterbanner"
                7 => "wbimglatest"
                8 => "ps_newproducts"
                9 => "wbimgfeature"
                10 => "ps_bestsellers"
                11 => "wbimgleft"
                12 => "wbleftfeaturedproducts"
                13 => "wbimgoffer"
                14 => "wbblog"
              ]
              "displayHomeBlock" => array:1 [
                0 => "wblogoslider"
              ]
              "displayFooterBefore" => array:1 [
                0 => "ps_emailsubscription"
              ]
              "displayFooter" => array:4 [
                0 => "ps_contactinfo"
                1 => "ps_linklist"
                2 => "ps_customeraccountlinks"
                3 => "blockwishlist"
              ]
              "displayFooterAfter" => array:1 [
                0 => "wbstaticblocks"
              ]
              "displayTopColumn" => array:1 [
                0 => "wbstaticblocks"
              ]
              "displayFooterDown" => array:1 [
                0 => "ps_socialfollow"
              ]
              "displayFooterProduct" => array:1 [
                0 => "ps_categoryproducts"
              ]
              "displayLeftColumn" => array:2 [
                0 => "ps_categorytree"
                1 => "ps_facetedsearch"
              ]
              "displaySearch" => array:1 [
                0 => "ps_searchbar"
              ]
              "displayProductAdditionalInfo" => array:2 [
                0 => "blockwishlist"
                1 => "ps_sharebuttons"
              ]
              "displayReassurance" => array:1 [
                0 => "blockreassurance"
              ]
              "displayCustomerAccount" => array:1 [
                0 => "blockwishlist"
              ]
            ]
          ]
          "image_types" => array:7 [
            "cart_default" => array:3 [
              "width" => 254
              "height" => 254
              "scope" => array:1 [
                0 => "products"
              ]
            ]
            "small_default" => array:3 [
              "width" => 91
              "height" => 91
              "scope" => array:4 [
                0 => "products"
                1 => "categories"
                2 => "manufacturers"
                3 => "suppliers"
              ]
            ]
            "medium_default" => array:3 [
              "width" => 315
              "height" => 315
              "scope" => array:3 [
                0 => "products"
                1 => "manufacturers"
                2 => "suppliers"
              ]
            ]
            "home_default" => array:3 [
              "width" => 282
              "height" => 282
              "scope" => array:1 [
                0 => "products"
              ]
            ]
            "large_default" => array:3 [
              "width" => 800
              "height" => 800
              "scope" => array:3 [
                0 => "products"
                1 => "manufacturers"
                2 => "suppliers"
              ]
            ]
            "category_default" => array:3 [
              "width" => 150
              "height" => 150
              "scope" => array:1 [
                0 => "categories"
              ]
            ]
            "stores_default" => array:3 [
              "width" => 170
              "height" => 115
              "scope" => array:1 [
                0 => "stores"
              ]
            ]
          ]
        ]
        "theme_settings" => array:4 [
          "default_layout" => "layout-full-width"
          "layouts" => array:5 [
            "category" => "layout-left-column"
            "best-sales" => "layout-left-column"
            "new-products" => "layout-left-column"
            "prices-drop" => "layout-left-column"
            "contact" => "layout-left-column"
          ]
          "dependencies" => null
          "modules" => array:21 [
            0 => "blockwishlist"
            1 => "ps_viewedproduct"
            2 => "wbblocksearch"
            3 => "wbblog"
            4 => "wbcategoryfeaturedproducts"
            5 => "wbcenterbanner"
            6 => "wbcompare"
            7 => "wbimageslider"
            8 => "wbimgbanner"
            9 => "wbimgfeature"
            10 => "wbimglatest"
            11 => "wbimgleft"
            12 => "wbimgoffer"
            13 => "wbleftfeaturedproducts"
            14 => "wblogoslider"
            15 => "wbmegamenu"
            16 => "wbpopupproducts"
            17 => "productcomments"
            18 => "wbstaticblocks"
            19 => "wbthemeconfigurator"
            20 => "wbthemecustomizer"
          ]
        ]
        "directory" => "/var/www/brooks-espressomachines.com/html/themes/electrive/"
        "preview" => "themes/electrive/preview.png"
      ]
      -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#27
        -magicCall: false
        -ignoreInvalidIndices: true
        -ignoreInvalidProperty: false
        -cacheItemPool: null
        -propertyPathCache: array:10 [
          "[name]" => Symfony\Component\PropertyAccess\PropertyPath {#22
            -elements: array:1 [
              0 => "name"
            ]
            -length: 1
            -isIndex: array:1 [
              0 => true
            ]
            -pathAsString: "[name]"
          }
          "[parent]" => Symfony\Component\PropertyAccess\PropertyPath {#23
            -elements: array:1 [
              0 => "parent"
            ]
            -length: 1
            -isIndex: array:1 [
              0 => true
            ]
            -pathAsString: "[parent]"
          }
          "[theme_settings][core_scripts]" => Symfony\Component\PropertyAccess\PropertyPath {#187
            -elements: array:2 [
              0 => "theme_settings"
              1 => "core_scripts"
            ]
            -length: 2
            -isIndex: array:2 [
              0 => true
              1 => true
            ]
            -pathAsString: "[theme_settings][core_scripts]"
          }
          "[assets][css][all]" => Symfony\Component\PropertyAccess\PropertyPath {#185
            -elements: array:3 [
              0 => "assets"
              1 => "css"
              2 => "all"
            ]
            -length: 3
            -isIndex: array:3 [
              0 => true
              1 => true
              2 => true
            ]
            -pathAsString: "[assets][css][all]"
          }
          "[assets][css][product]" => Symfony\Component\PropertyAccess\PropertyPath {#188
            -elements: array:3 [
              0 => "assets"
              1 => "css"
              2 => "product"
            ]
            -length: 3
            -isIndex: array:3 [
              0 => true
              1 => true
              2 => true
            ]
            -pathAsString: "[assets][css][product]"
          }
          "[assets][js][all]" => Symfony\Component\PropertyAccess\PropertyPath {#189
            -elements: array:3 [
              0 => "assets"
              1 => "js"
              2 => "all"
            ]
            -length: 3
            -isIndex: array:3 [
              0 => true
              1 => true
              2 => true
            ]
            -pathAsString: "[assets][js][all]"
          }
          "[assets][js][product]" => Symfony\Component\PropertyAccess\PropertyPath {#190
            -elements: array:3 [
              0 => "assets"
              1 => "js"
              2 => "product"
            ]
            -length: 3
            -isIndex: array:3 [
              0 => true
              1 => true
              2 => true
            ]
            -pathAsString: "[assets][js][product]"
          }
          "[theme_settings][default_layout]" => Symfony\Component\PropertyAccess\PropertyPath {#1557
            -elements: array:2 [
              0 => "theme_settings"
              1 => "default_layout"
            ]
            -length: 2
            -isIndex: array:2 [
              0 => true
              1 => true
            ]
            -pathAsString: "[theme_settings][default_layout]"
          }
          "[theme_settings]" => Symfony\Component\PropertyAccess\PropertyPath {#1550
            -elements: array:1 [
              0 => "theme_settings"
            ]
            -length: 1
            -isIndex: array:1 [
              0 => true
            ]
            -pathAsString: "[theme_settings]"
          }
          "[assets]" => Symfony\Component\PropertyAccess\PropertyPath {#1551
            -elements: array:1 [
              0 => "assets"
            ]
            -length: 1
            -isIndex: array:1 [
              0 => true
            ]
            -pathAsString: "[assets]"
          }
        ]
        -readPropertyCache: []
        -writePropertyCache: []
      }
    }
  }
}
Faema E61 légende non retour porte en plastique
Faema non return valve plastic holder
search
  • Faema non return valve plastic holder
  • Faema non return valve plastic holder

Support en plastique de la valve de non-retour


2,17 €

2,17 € HT

qty

  Conformité RGPD

Protection de vos données personnelles

  Politique d'expédition

Tout sur l'expédition de votre commande

  Politique de retour

tous les tenants et aboutissants de notre politique de retour

Support en plastique de la valve de non-retour

Retour auFaema E61 Inlet d'eau de légendeaperçu des parties
28-084-L-1250161
23 Produits

Fiche technique

Faema
Compact
Due
E91
E92
E97
E98
Express
Smart
La Cimbali
M39
M39-GT
Marque
Faema
La Cimbali
Numéro d'article
Cimbali 4831-029-417
Faema 4831029417
Tapez la pièce
guide de ressort de compression
Valve d'eau
pièce de soupape
Commentaires (0)
Aucun avis n'a été publié pour le moment.

8 autre produit