Forms
add_to_cart
Form type:
"App\Form\AddToCartType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\AddToCart {#787 -id: null -product: null -quantity: null -price: null -combination: null -caliber: null -currency: null -locale: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\AddToCart {#787 -id: null -product: null -quantity: null -price: null -combination: null -caliber: null -currency: null -locale: null } |
same as passed value |
locale | "hr" |
same as passed value |
product_id | 41 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1202 …} -namespace: Closure() {#1204 …} } |
data | App\Entity\AddToCart {#787 -id: null -product: null -quantity: null -price: null -combination: null -caliber: null -currency: null -locale: null } |
data_class | "App\Entity\AddToCart" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1247 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\AddToCart" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "hr" |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
product_id | 41 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1245 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#403 …} $message: Closure() {#1246 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "add_to_cart" "_add_to_cart" ] |
cache_key | "_add_to_cart_add_to_cart" |
compound | true |
data | App\Entity\AddToCart {#787 -id: null -product: null -quantity: null -price: null -combination: null -caliber: null -currency: null -locale: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4339 -form: Symfony\Component\Form\Form {#4058 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4191 …5} |
full_name | "add_to_cart" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_cart" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "add_to_cart" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart" |
valid | true |
value | App\Entity\AddToCart {#787 -id: null -product: null -quantity: null -price: null -combination: null -caliber: null -currency: null -locale: null } |
quantity
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1202 …} -namespace: Closure() {#1204 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3998 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter an integer." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1283 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#403 …} $message: Closure() {#1288 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_add_to_cart_quantity" ] |
cache_key | "_add_to_cart_quantity_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4348 -form: Symfony\Component\Form\Form {#4096 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4350 …5} |
full_name | "add_to_cart[quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_cart_quantity" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart_quantity" |
valid | true |
value | "" |
combination
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "combination-select" ] |
[ "class" => "combination-select" ] |
choice_label | "name" |
same as passed value |
choices | [ App\Entity\ProductCombination {#1218 -id: 31 -product: App\Entity\Product {#903 …} -name: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1231 …} -orderItems: Doctrine\ORM\PersistentCollection {#1233 …} -image: "31012024/c5283e02460bff6d9c96a65dd96bf7cb.png" -calibers: Doctrine\ORM\PersistentCollection {#1272 …} -price: "50.88" -locale: "hr" -priceDin: null } App\Entity\ProductCombination {#1243 -id: 32 -product: App\Entity\Product {#903 …} -name: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1267 …} -orderItems: Doctrine\ORM\PersistentCollection {#1269 …} -image: "31012024/31454136bb1a5973d4d6dfb7887b3bc2.png" -calibers: Doctrine\ORM\PersistentCollection {#1265 …} -price: "50.88" -locale: "hr" -priceDin: null } ] |
[ App\Entity\ProductCombination {#1218 -id: 31 -product: App\Entity\Product {#903 …} -name: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1231 …} -orderItems: Doctrine\ORM\PersistentCollection {#1233 …} -image: "31012024/c5283e02460bff6d9c96a65dd96bf7cb.png" -calibers: Doctrine\ORM\PersistentCollection {#1272 …} -price: "50.88" -locale: "hr" -priceDin: null } App\Entity\ProductCombination {#1243 -id: 32 -product: App\Entity\Product {#903 …} -name: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1267 …} -orderItems: Doctrine\ORM\PersistentCollection {#1269 …} -image: "31012024/31454136bb1a5973d4d6dfb7887b3bc2.png" -calibers: Doctrine\ORM\PersistentCollection {#1265 …} -price: "50.88" -locale: "hr" -priceDin: null } ] |
class | "App\Entity\ProductCombination" |
same as passed value |
label | "Odaberi kombinaciju" |
same as passed value |
mapped | false |
false
|
placeholder | "Odaberi" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "combination-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4032 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#4036 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4033 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#4035 …} } |
choices | [ App\Entity\ProductCombination {#1218 -id: 31 -product: App\Entity\Product {#903 …} -name: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1231 …} -orderItems: Doctrine\ORM\PersistentCollection {#1233 …} -image: "31012024/c5283e02460bff6d9c96a65dd96bf7cb.png" -calibers: Doctrine\ORM\PersistentCollection {#1272 …} -price: "50.88" -locale: "hr" -priceDin: null } App\Entity\ProductCombination {#1243 -id: 32 -product: App\Entity\Product {#903 …} -name: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1267 …} -orderItems: Doctrine\ORM\PersistentCollection {#1269 …} -image: "31012024/31454136bb1a5973d4d6dfb7887b3bc2.png" -calibers: Doctrine\ORM\PersistentCollection {#1265 …} -price: "50.88" -locale: "hr" -priceDin: null } ] |
class | "App\Entity\ProductCombination" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1202 …} -namespace: Closure() {#1204 …} } |
data_class | null |
disabled | false |
em | Container7FbFCmy\EntityManagerGhostEbeb667 {#333 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4037 -om: Container7FbFCmy\EntityManagerGhostEbeb667 {#333 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#937 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Odaberi kombinaciju" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "Odaberi" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4038 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#403 …} $message: Closure() {#4040 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "combination-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_add_to_cart_combination" ] |
cache_key | "_add_to_cart_combination_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +label: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" +value: "31" +data: App\Entity\ProductCombination {#1218 -id: 31 -product: App\Entity\Product {#903 …} -name: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Kulimacijske leće D30 F100 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1231 …} -orderItems: Doctrine\ORM\PersistentCollection {#1233 …} -image: "31012024/c5283e02460bff6d9c96a65dd96bf7cb.png" -calibers: Doctrine\ORM\PersistentCollection {#1272 …} -price: "50.88" -locale: "hr" -priceDin: null } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +label: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" +value: "32" +data: App\Entity\ProductCombination {#1243 -id: 32 -product: App\Entity\Product {#903 …} -name: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -type: "Fokusne leće D30 F155 (2 kom, 0-4kW) Double-Convex & Meniscus" -caliber: null -laserHead: "BS04K" -price15: null -price30: null -price30over: null -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1267 …} -orderItems: Doctrine\ORM\PersistentCollection {#1269 …} -image: "31012024/31454136bb1a5973d4d6dfb7887b3bc2.png" -calibers: Doctrine\ORM\PersistentCollection {#1265 …} -price: "50.88" -locale: "hr" -priceDin: null } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4347 -form: Symfony\Component\Form\Form {#4099 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4346 …5} |
full_name | "add_to_cart[combination]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_cart_combination" |
is_selected | Closure($choice, $value) {#4344 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Odaberi kombinaciju" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "combination" |
placeholder | "Odaberi" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart_combination" |
valid | true |
value | "" |
caliber
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_attr | Closure(?Caliber $entity) {#1281 class: "App\Form\AddToCartType" this: App\Form\AddToCartType {#1080 …} } |
same as passed value |
choice_label | Closure(Caliber $entity = null) {#1230 class: "App\Form\AddToCartType" this: App\Form\AddToCartType {#1080 …} } |
same as passed value |
choice_value | Closure(Caliber $entity = null) {#1220 class: "App\Form\AddToCartType" this: App\Form\AddToCartType {#1080 …} } |
same as passed value |
choices | [ App\Entity\Caliber {#1282 -id: 305 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1336 …} -orderItems: Doctrine\ORM\PersistentCollection {#1334 …} -name: "NOS 1.0" -locale: null } App\Entity\Caliber {#1332 -id: 307 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1331 …} -orderItems: Doctrine\ORM\PersistentCollection {#1329 …} -name: "NOS 1.6" -locale: null } App\Entity\Caliber {#1327 -id: 309 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1325 …} -orderItems: Doctrine\ORM\PersistentCollection {#1323 …} -name: "NOY 1.0" -locale: null } App\Entity\Caliber {#1321 -id: 279 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1320 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1319 …} -orderItems: Doctrine\ORM\PersistentCollection {#1299 …} -name: null -locale: null } App\Entity\Caliber {#1303 -id: 280 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1304 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1305 …} -orderItems: Doctrine\ORM\PersistentCollection {#1307 …} -name: null -locale: null } App\Entity\Caliber {#1309 -id: 281 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1310 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1311 …} -orderItems: Doctrine\ORM\PersistentCollection {#1313 …} -name: null -locale: null } App\Entity\Caliber {#1315 -id: 282 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1316 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1317 …} -orderItems: Doctrine\ORM\PersistentCollection {#1339 …} -name: null -locale: null } App\Entity\Caliber {#1341 -id: 283 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1342 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1343 …} -orderItems: Doctrine\ORM\PersistentCollection {#1345 …} -name: null -locale: null } App\Entity\Caliber {#1347 -id: 284 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1348 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1349 …} -orderItems: Doctrine\ORM\PersistentCollection {#1351 …} -name: null -locale: null } App\Entity\Caliber {#1353 -id: 285 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1354 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1355 …} -orderItems: Doctrine\ORM\PersistentCollection {#1357 …} -name: null -locale: null } App\Entity\Caliber {#1359 -id: 286 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1360 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1361 …} -orderItems: Doctrine\ORM\PersistentCollection {#1363 …} -name: null -locale: null } App\Entity\Caliber {#1365 -id: 287 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1366 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1367 …} -orderItems: Doctrine\ORM\PersistentCollection {#1369 …} -name: null -locale: null } App\Entity\Caliber {#1371 -id: 288 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1372 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1373 …} -orderItems: Doctrine\ORM\PersistentCollection {#1375 …} -name: null -locale: null } App\Entity\Caliber {#1377 -id: 289 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1378 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1379 …} -orderItems: Doctrine\ORM\PersistentCollection {#1381 …} -name: null -locale: null } App\Entity\Caliber {#1383 -id: 290 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1384 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1385 …} -orderItems: Doctrine\ORM\PersistentCollection {#1387 …} -name: null -locale: null } App\Entity\Caliber {#1389 -id: 291 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1390 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1391 …} -orderItems: Doctrine\ORM\PersistentCollection {#1393 …} -name: null -locale: null } App\Entity\Caliber {#1395 -id: 292 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1396 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1397 …} -orderItems: Doctrine\ORM\PersistentCollection {#1399 …} -name: null -locale: null } App\Entity\Caliber {#1401 -id: 293 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1402 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1403 …} -orderItems: Doctrine\ORM\PersistentCollection {#1405 …} -name: null -locale: null } App\Entity\Caliber {#1407 -id: 294 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1408 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1409 …} -orderItems: Doctrine\ORM\PersistentCollection {#1411 …} -name: null -locale: null } App\Entity\Caliber {#1413 -id: 295 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1415 …} -orderItems: Doctrine\ORM\PersistentCollection {#1417 …} -name: null -locale: null } App\Entity\Caliber {#1419 -id: 1 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1421 …} -orderItems: Doctrine\ORM\PersistentCollection {#1423 …} -name: null -locale: null } App\Entity\Caliber {#1425 -id: 15 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1427 …} -orderItems: Doctrine\ORM\PersistentCollection {#1429 …} -name: null -locale: null } App\Entity\Caliber {#1431 -id: 29 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1433 …} -orderItems: Doctrine\ORM\PersistentCollection {#1435 …} -name: null -locale: null } App\Entity\Caliber {#1437 -id: 43 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1439 …} -orderItems: Doctrine\ORM\PersistentCollection {#1441 …} -name: null -locale: null } App\Entity\Caliber {#1443 -id: 57 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1445 …} -orderItems: Doctrine\ORM\PersistentCollection {#1447 …} -name: null -locale: null } App\Entity\Caliber {#1449 -id: 73 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1451 …} -orderItems: Doctrine\ORM\PersistentCollection {#1453 …} -name: null -locale: null } App\Entity\Caliber {#1455 -id: 87 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1457 …} -orderItems: Doctrine\ORM\PersistentCollection {#1459 …} -name: null -locale: null } App\Entity\Caliber {#1461 -id: 101 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1463 …} -orderItems: Doctrine\ORM\PersistentCollection {#1465 …} -name: null -locale: null } App\Entity\Caliber {#1467 -id: 117 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1469 …} -orderItems: Doctrine\ORM\PersistentCollection {#1471 …} -name: null -locale: null } App\Entity\Caliber {#1473 -id: 133 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1475 …} -orderItems: Doctrine\ORM\PersistentCollection {#1477 …} -name: null -locale: null } App\Entity\Caliber {#1479 -id: 148 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1481 …} -orderItems: Doctrine\ORM\PersistentCollection {#1483 …} -name: null -locale: null } App\Entity\Caliber {#1485 -id: 162 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1487 …} -orderItems: Doctrine\ORM\PersistentCollection {#1489 …} -name: null -locale: null } App\Entity\Caliber {#1491 -id: 176 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1493 …} -orderItems: Doctrine\ORM\PersistentCollection {#1495 …} -name: null -locale: null } App\Entity\Caliber {#1497 -id: 190 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1499 …} -orderItems: Doctrine\ORM\PersistentCollection {#1501 …} -name: null -locale: null } App\Entity\Caliber {#1503 -id: 205 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1505 …} -orderItems: Doctrine\ORM\PersistentCollection {#1507 …} -name: null -locale: null } App\Entity\Caliber {#1509 -id: 220 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1511 …} -orderItems: Doctrine\ORM\PersistentCollection {#1513 …} -name: null -locale: null } App\Entity\Caliber {#1515 -id: 235 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1517 …} -orderItems: Doctrine\ORM\PersistentCollection {#1519 …} -name: null -locale: null } App\Entity\Caliber {#1521 -id: 249 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1523 …} -orderItems: Doctrine\ORM\PersistentCollection {#1525 …} -name: null -locale: null } App\Entity\Caliber {#1527 -id: 263 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1529 …} -orderItems: Doctrine\ORM\PersistentCollection {#1531 …} -name: null -locale: null } App\Entity\Caliber {#1533 -id: 312 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1535 …} -orderItems: Doctrine\ORM\PersistentCollection {#1537 …} -name: "AS" -locale: null } App\Entity\Caliber {#1539 -id: 316 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1541 …} -orderItems: Doctrine\ORM\PersistentCollection {#1543 …} -name: "CS" -locale: null } App\Entity\Caliber {#1545 -id: 321 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1547 …} -orderItems: Doctrine\ORM\PersistentCollection {#1549 …} -name: null -locale: null } App\Entity\Caliber {#1551 -id: 337 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1553 …} -orderItems: Doctrine\ORM\PersistentCollection {#1555 …} -name: null -locale: null } App\Entity\Caliber {#1557 -id: 351 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1559 …} -orderItems: Doctrine\ORM\PersistentCollection {#1561 …} -name: null -locale: null } App\Entity\Caliber {#1563 -id: 365 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1565 …} -orderItems: Doctrine\ORM\PersistentCollection {#1567 …} -name: null -locale: null } App\Entity\Caliber {#1569 -id: 379 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1571 …} -orderItems: Doctrine\ORM\PersistentCollection {#1573 …} -name: null -locale: null } App\Entity\Caliber {#1575 -id: 393 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1577 …} -orderItems: Doctrine\ORM\PersistentCollection {#1579 …} -name: null -locale: null } App\Entity\Caliber {#1581 -id: 407 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1583 …} -orderItems: Doctrine\ORM\PersistentCollection {#1585 …} -name: null -locale: null } App\Entity\Caliber {#1587 -id: 421 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1589 …} -orderItems: Doctrine\ORM\PersistentCollection {#1591 …} -name: null -locale: null } App\Entity\Caliber {#1593 -id: 435 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1595 …} -orderItems: Doctrine\ORM\PersistentCollection {#1597 …} -name: null -locale: null } App\Entity\Caliber {#1599 -id: 453 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1601 …} -orderItems: Doctrine\ORM\PersistentCollection {#1603 …} -name: "AS" -locale: null } App\Entity\Caliber {#1605 -id: 456 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1607 …} -orderItems: Doctrine\ORM\PersistentCollection {#1609 …} -name: "CS" -locale: null } App\Entity\Caliber {#1611 -id: 459 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1613 …} -orderItems: Doctrine\ORM\PersistentCollection {#1615 …} -name: null -locale: null } App\Entity\Caliber {#1617 -id: 475 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1619 …} -orderItems: Doctrine\ORM\PersistentCollection {#1621 …} -name: null -locale: null } App\Entity\Caliber {#1623 -id: 491 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1625 …} -orderItems: Doctrine\ORM\PersistentCollection {#1627 …} -name: null -locale: null } App\Entity\Caliber {#1629 -id: 505 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1631 …} -orderItems: Doctrine\ORM\PersistentCollection {#1633 …} -name: null -locale: null } App\Entity\Caliber {#1635 -id: 519 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1637 …} -orderItems: Doctrine\ORM\PersistentCollection {#1639 …} -name: null -locale: null } App\Entity\Caliber {#1641 -id: 2 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1642 …} -orderItems: Doctrine\ORM\PersistentCollection {#1644 …} -name: null -locale: null } App\Entity\Caliber {#1646 -id: 16 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1647 …} -orderItems: Doctrine\ORM\PersistentCollection {#1649 …} -name: null -locale: null } App\Entity\Caliber {#1651 -id: 30 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1652 …} -orderItems: Doctrine\ORM\PersistentCollection {#1654 …} -name: null -locale: null } App\Entity\Caliber {#1656 -id: 44 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1657 …} -orderItems: Doctrine\ORM\PersistentCollection {#1659 …} -name: null -locale: null } App\Entity\Caliber {#1661 -id: 58 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1662 …} -orderItems: Doctrine\ORM\PersistentCollection {#1664 …} -name: null -locale: null } App\Entity\Caliber {#1666 -id: 74 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1667 …} -orderItems: Doctrine\ORM\PersistentCollection {#1669 …} -name: null -locale: null } App\Entity\Caliber {#1671 -id: 88 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1672 …} -orderItems: Doctrine\ORM\PersistentCollection {#1674 …} -name: null -locale: null } App\Entity\Caliber {#1676 -id: 102 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1677 …} -orderItems: Doctrine\ORM\PersistentCollection {#1679 …} -name: null -locale: null } App\Entity\Caliber {#1681 -id: 118 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1682 …} -orderItems: Doctrine\ORM\PersistentCollection {#1684 …} -name: null -locale: null } App\Entity\Caliber {#1686 -id: 134 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1687 …} -orderItems: Doctrine\ORM\PersistentCollection {#1689 …} -name: null -locale: null } App\Entity\Caliber {#1691 -id: 149 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1692 …} -orderItems: Doctrine\ORM\PersistentCollection {#1694 …} -name: null -locale: null } App\Entity\Caliber {#1696 -id: 163 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1697 …} -orderItems: Doctrine\ORM\PersistentCollection {#1699 …} -name: null -locale: null } App\Entity\Caliber {#1701 -id: 177 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1702 …} -orderItems: Doctrine\ORM\PersistentCollection {#1704 …} -name: null -locale: null } App\Entity\Caliber {#1706 -id: 191 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1707 …} -orderItems: Doctrine\ORM\PersistentCollection {#1709 …} -name: null -locale: null } App\Entity\Caliber {#1711 -id: 206 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1712 …} -orderItems: Doctrine\ORM\PersistentCollection {#1714 …} -name: null -locale: null } App\Entity\Caliber {#1716 -id: 221 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1717 …} -orderItems: Doctrine\ORM\PersistentCollection {#1719 …} -name: null -locale: null } App\Entity\Caliber {#1721 -id: 236 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1722 …} -orderItems: Doctrine\ORM\PersistentCollection {#1724 …} -name: null -locale: null } App\Entity\Caliber {#1726 -id: 250 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1727 …} -orderItems: Doctrine\ORM\PersistentCollection {#1729 …} -name: null -locale: null } App\Entity\Caliber {#1731 -id: 264 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1732 …} -orderItems: Doctrine\ORM\PersistentCollection {#1734 …} -name: null -locale: null } App\Entity\Caliber {#1736 -id: 272 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1738 …} -orderItems: Doctrine\ORM\PersistentCollection {#1740 …} -name: null -locale: null } App\Entity\Caliber {#1742 -id: 296 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1743 …} -orderItems: Doctrine\ORM\PersistentCollection {#1745 …} -name: null -locale: null } App\Entity\Caliber {#1747 -id: 299 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1749 …} -orderItems: Doctrine\ORM\PersistentCollection {#1751 …} -name: null -locale: null } App\Entity\Caliber {#1753 -id: 322 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1754 …} -orderItems: Doctrine\ORM\PersistentCollection {#1756 …} -name: null -locale: null } App\Entity\Caliber {#1758 -id: 330 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1760 …} -orderItems: Doctrine\ORM\PersistentCollection {#1762 …} -name: null -locale: null } App\Entity\Caliber {#1764 -id: 338 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1765 …} -orderItems: Doctrine\ORM\PersistentCollection {#1767 …} -name: null -locale: null } App\Entity\Caliber {#1769 -id: 352 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1770 …} -orderItems: Doctrine\ORM\PersistentCollection {#1772 …} -name: null -locale: null } App\Entity\Caliber {#1774 -id: 366 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1775 …} -orderItems: Doctrine\ORM\PersistentCollection {#1777 …} -name: null -locale: null } App\Entity\Caliber {#1779 -id: 380 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1780 …} -orderItems: Doctrine\ORM\PersistentCollection {#1782 …} -name: null -locale: null } App\Entity\Caliber {#1784 -id: 394 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1785 …} -orderItems: Doctrine\ORM\PersistentCollection {#1787 …} -name: null -locale: null } App\Entity\Caliber {#1789 -id: 408 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1790 …} -orderItems: Doctrine\ORM\PersistentCollection {#1792 …} -name: null -locale: null } App\Entity\Caliber {#1794 -id: 422 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1795 …} -orderItems: Doctrine\ORM\PersistentCollection {#1797 …} -name: null -locale: null } App\Entity\Caliber {#1799 -id: 436 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1800 …} -orderItems: Doctrine\ORM\PersistentCollection {#1802 …} -name: null -locale: null } App\Entity\Caliber {#1804 -id: 450 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1806 …} -orderItems: Doctrine\ORM\PersistentCollection {#1808 …} -name: "NOY" -locale: null } App\Entity\Caliber {#1810 -id: 460 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1811 …} -orderItems: Doctrine\ORM\PersistentCollection {#1813 …} -name: null -locale: null } App\Entity\Caliber {#1815 -id: 476 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1816 …} -orderItems: Doctrine\ORM\PersistentCollection {#1818 …} -name: null -locale: null } App\Entity\Caliber {#1820 -id: 492 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1821 …} -orderItems: Doctrine\ORM\PersistentCollection {#1823 …} -name: null -locale: null } App\Entity\Caliber {#1825 -id: 506 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1826 …} -orderItems: Doctrine\ORM\PersistentCollection {#1828 …} -name: null -locale: null } App\Entity\Caliber {#1830 -id: 520 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1831 …} -orderItems: Doctrine\ORM\PersistentCollection {#1833 …} -name: null -locale: null } App\Entity\Caliber {#1835 -id: 3 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1836 …} -orderItems: Doctrine\ORM\PersistentCollection {#1838 …} -name: null -locale: null } App\Entity\Caliber {#1840 -id: 17 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1841 …} -orderItems: Doctrine\ORM\PersistentCollection {#1843 …} -name: null -locale: null } App\Entity\Caliber {#1845 -id: 31 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1846 …} -orderItems: Doctrine\ORM\PersistentCollection {#1848 …} -name: null -locale: null } App\Entity\Caliber {#1850 -id: 45 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1851 …} -orderItems: Doctrine\ORM\PersistentCollection {#1853 …} -name: null -locale: null } App\Entity\Caliber {#1855 -id: 59 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1856 …} -orderItems: Doctrine\ORM\PersistentCollection {#1858 …} -name: null -locale: null } App\Entity\Caliber {#1860 -id: 75 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1861 …} -orderItems: Doctrine\ORM\PersistentCollection {#1863 …} -name: null -locale: null } App\Entity\Caliber {#1865 -id: 89 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1866 …} -orderItems: Doctrine\ORM\PersistentCollection {#1868 …} -name: null -locale: null } App\Entity\Caliber {#1870 -id: 103 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1871 …} -orderItems: Doctrine\ORM\PersistentCollection {#1873 …} -name: null -locale: null } App\Entity\Caliber {#1875 -id: 119 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1876 …} -orderItems: Doctrine\ORM\PersistentCollection {#1878 …} -name: null -locale: null } App\Entity\Caliber {#1880 -id: 135 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1881 …} -orderItems: Doctrine\ORM\PersistentCollection {#1883 …} -name: null -locale: null } App\Entity\Caliber {#1885 -id: 150 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1886 …} -orderItems: Doctrine\ORM\PersistentCollection {#1888 …} -name: null -locale: null } App\Entity\Caliber {#1890 -id: 164 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1891 …} -orderItems: Doctrine\ORM\PersistentCollection {#1893 …} -name: null -locale: null } App\Entity\Caliber {#1895 -id: 178 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1896 …} -orderItems: Doctrine\ORM\PersistentCollection {#1898 …} -name: null -locale: null } App\Entity\Caliber {#1900 -id: 192 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1901 …} -orderItems: Doctrine\ORM\PersistentCollection {#1903 …} -name: null -locale: null } App\Entity\Caliber {#1905 -id: 207 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1906 …} -orderItems: Doctrine\ORM\PersistentCollection {#1908 …} -name: null -locale: null } App\Entity\Caliber {#1910 -id: 222 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1911 …} -orderItems: Doctrine\ORM\PersistentCollection {#1913 …} -name: null -locale: null } App\Entity\Caliber {#1915 -id: 237 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1916 …} -orderItems: Doctrine\ORM\PersistentCollection {#1918 …} -name: null -locale: null } App\Entity\Caliber {#1920 -id: 251 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1921 …} -orderItems: Doctrine\ORM\PersistentCollection {#1923 …} -name: null -locale: null } App\Entity\Caliber {#1925 -id: 265 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1926 …} -orderItems: Doctrine\ORM\PersistentCollection {#1928 …} -name: null -locale: null } App\Entity\Caliber {#1930 -id: 273 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1931 …} -orderItems: Doctrine\ORM\PersistentCollection {#1933 …} -name: null -locale: null } App\Entity\Caliber {#1935 -id: 297 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1936 …} -orderItems: Doctrine\ORM\PersistentCollection {#1938 …} -name: null -locale: null } App\Entity\Caliber {#1940 -id: 300 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1941 …} -orderItems: Doctrine\ORM\PersistentCollection {#1943 …} -name: null -locale: null } App\Entity\Caliber {#1945 -id: 306 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1946 …} -orderItems: Doctrine\ORM\PersistentCollection {#1948 …} -name: "NOS" -locale: null } App\Entity\Caliber {#1950 -id: 310 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1951 …} -orderItems: Doctrine\ORM\PersistentCollection {#1953 …} -name: "NOY" -locale: null } App\Entity\Caliber {#1955 -id: 313 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1956 …} -orderItems: Doctrine\ORM\PersistentCollection {#1958 …} -name: "AS" -locale: null } App\Entity\Caliber {#1960 -id: 317 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1961 …} -orderItems: Doctrine\ORM\PersistentCollection {#1963 …} -name: "CS" -locale: null } App\Entity\Caliber {#1965 -id: 323 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1966 …} -orderItems: Doctrine\ORM\PersistentCollection {#1968 …} -name: null -locale: null } App\Entity\Caliber {#1970 -id: 331 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1971 …} -orderItems: Doctrine\ORM\PersistentCollection {#1973 …} -name: null -locale: null } App\Entity\Caliber {#1975 -id: 339 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1976 …} -orderItems: Doctrine\ORM\PersistentCollection {#1978 …} -name: null -locale: null } App\Entity\Caliber {#1980 -id: 353 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1981 …} -orderItems: Doctrine\ORM\PersistentCollection {#1983 …} -name: null -locale: null } App\Entity\Caliber {#1985 -id: 367 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1986 …} -orderItems: Doctrine\ORM\PersistentCollection {#1988 …} -name: null -locale: null } App\Entity\Caliber {#1990 -id: 381 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1991 …} -orderItems: Doctrine\ORM\PersistentCollection {#1993 …} -name: null -locale: null } App\Entity\Caliber {#1995 -id: 395 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1996 …} -orderItems: Doctrine\ORM\PersistentCollection {#1998 …} -name: null -locale: null } App\Entity\Caliber {#2000 -id: 409 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2001 …} -orderItems: Doctrine\ORM\PersistentCollection {#2003 …} -name: null -locale: null } App\Entity\Caliber {#2005 -id: 423 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2006 …} -orderItems: Doctrine\ORM\PersistentCollection {#2008 …} -name: null -locale: null } App\Entity\Caliber {#2010 -id: 437 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2011 …} -orderItems: Doctrine\ORM\PersistentCollection {#2013 …} -name: null -locale: null } App\Entity\Caliber {#2015 -id: 449 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2016 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2017 …} -orderItems: Doctrine\ORM\PersistentCollection {#2019 …} -name: "NOS" -locale: null } App\Entity\Caliber {#2021 -id: 451 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2022 …} -orderItems: Doctrine\ORM\PersistentCollection {#2024 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2026 -id: 454 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2027 …} -orderItems: Doctrine\ORM\PersistentCollection {#2029 …} -name: "AS" -locale: null } App\Entity\Caliber {#2031 -id: 457 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2032 …} -orderItems: Doctrine\ORM\PersistentCollection {#2034 …} -name: "CS" -locale: null } App\Entity\Caliber {#2036 -id: 461 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2037 …} -orderItems: Doctrine\ORM\PersistentCollection {#2039 …} -name: null -locale: null } App\Entity\Caliber {#2041 -id: 477 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2042 …} -orderItems: Doctrine\ORM\PersistentCollection {#2044 …} -name: null -locale: null } App\Entity\Caliber {#2046 -id: 493 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2047 …} -orderItems: Doctrine\ORM\PersistentCollection {#2049 …} -name: null -locale: null } App\Entity\Caliber {#2051 -id: 507 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2052 …} -orderItems: Doctrine\ORM\PersistentCollection {#2054 …} -name: null -locale: null } App\Entity\Caliber {#2056 -id: 521 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2057 …} -orderItems: Doctrine\ORM\PersistentCollection {#2059 …} -name: null -locale: null } App\Entity\Caliber {#2061 -id: 120 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2062 …} -orderItems: Doctrine\ORM\PersistentCollection {#2064 …} -name: null -locale: null } App\Entity\Caliber {#2066 -id: 462 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2067 …} -orderItems: Doctrine\ORM\PersistentCollection {#2069 …} -name: null -locale: null } App\Entity\Caliber {#2071 -id: 4 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2072 …} -orderItems: Doctrine\ORM\PersistentCollection {#2074 …} -name: null -locale: null } App\Entity\Caliber {#2076 -id: 18 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2077 …} -orderItems: Doctrine\ORM\PersistentCollection {#2079 …} -name: null -locale: null } App\Entity\Caliber {#2081 -id: 32 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2082 …} -orderItems: Doctrine\ORM\PersistentCollection {#2084 …} -name: null -locale: null } App\Entity\Caliber {#2086 -id: 46 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2087 …} -orderItems: Doctrine\ORM\PersistentCollection {#2089 …} -name: null -locale: null } App\Entity\Caliber {#2091 -id: 60 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2092 …} -orderItems: Doctrine\ORM\PersistentCollection {#2094 …} -name: null -locale: null } App\Entity\Caliber {#2096 -id: 76 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2097 …} -orderItems: Doctrine\ORM\PersistentCollection {#2099 …} -name: null -locale: null } App\Entity\Caliber {#2101 -id: 90 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2102 …} -orderItems: Doctrine\ORM\PersistentCollection {#2104 …} -name: null -locale: null } App\Entity\Caliber {#2106 -id: 104 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2107 …} -orderItems: Doctrine\ORM\PersistentCollection {#2109 …} -name: null -locale: null } App\Entity\Caliber {#2111 -id: 121 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2112 …} -orderItems: Doctrine\ORM\PersistentCollection {#2114 …} -name: null -locale: null } App\Entity\Caliber {#2116 -id: 136 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2117 …} -orderItems: Doctrine\ORM\PersistentCollection {#2119 …} -name: null -locale: null } App\Entity\Caliber {#2121 -id: 151 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2122 …} -orderItems: Doctrine\ORM\PersistentCollection {#2124 …} -name: null -locale: null } App\Entity\Caliber {#2126 -id: 165 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2127 …} -orderItems: Doctrine\ORM\PersistentCollection {#2129 …} -name: null -locale: null } App\Entity\Caliber {#2131 -id: 179 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2132 …} -orderItems: Doctrine\ORM\PersistentCollection {#2134 …} -name: null -locale: null } App\Entity\Caliber {#2136 -id: 193 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2137 …} -orderItems: Doctrine\ORM\PersistentCollection {#2139 …} -name: null -locale: null } App\Entity\Caliber {#2141 -id: 208 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2142 …} -orderItems: Doctrine\ORM\PersistentCollection {#2144 …} -name: null -locale: null } App\Entity\Caliber {#2146 -id: 223 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2147 …} -orderItems: Doctrine\ORM\PersistentCollection {#2149 …} -name: null -locale: null } App\Entity\Caliber {#2151 -id: 238 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2152 …} -orderItems: Doctrine\ORM\PersistentCollection {#2154 …} -name: null -locale: null } App\Entity\Caliber {#2156 -id: 252 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2157 …} -orderItems: Doctrine\ORM\PersistentCollection {#2159 …} -name: null -locale: null } App\Entity\Caliber {#2161 -id: 340 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2162 …} -orderItems: Doctrine\ORM\PersistentCollection {#2164 …} -name: null -locale: null } App\Entity\Caliber {#2166 -id: 354 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2167 …} -orderItems: Doctrine\ORM\PersistentCollection {#2169 …} -name: null -locale: null } App\Entity\Caliber {#2171 -id: 368 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2172 …} -orderItems: Doctrine\ORM\PersistentCollection {#2174 …} -name: null -locale: null } App\Entity\Caliber {#2176 -id: 382 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2177 …} -orderItems: Doctrine\ORM\PersistentCollection {#2179 …} -name: null -locale: null } App\Entity\Caliber {#2181 -id: 396 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2182 …} -orderItems: Doctrine\ORM\PersistentCollection {#2184 …} -name: null -locale: null } App\Entity\Caliber {#2186 -id: 410 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2187 …} -orderItems: Doctrine\ORM\PersistentCollection {#2189 …} -name: null -locale: null } App\Entity\Caliber {#2191 -id: 424 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2192 …} -orderItems: Doctrine\ORM\PersistentCollection {#2194 …} -name: null -locale: null } App\Entity\Caliber {#2196 -id: 438 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2197 …} -orderItems: Doctrine\ORM\PersistentCollection {#2199 …} -name: null -locale: null } App\Entity\Caliber {#2201 -id: 463 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2202 …} -orderItems: Doctrine\ORM\PersistentCollection {#2204 …} -name: null -locale: null } App\Entity\Caliber {#2206 -id: 478 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2207 …} -orderItems: Doctrine\ORM\PersistentCollection {#2209 …} -name: null -locale: null } App\Entity\Caliber {#2211 -id: 494 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2212 …} -orderItems: Doctrine\ORM\PersistentCollection {#2214 …} -name: null -locale: null } App\Entity\Caliber {#2216 -id: 508 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2217 …} -orderItems: Doctrine\ORM\PersistentCollection {#2219 …} -name: null -locale: null } App\Entity\Caliber {#2221 -id: 522 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2222 …} -orderItems: Doctrine\ORM\PersistentCollection {#2224 …} -name: null -locale: null } App\Entity\Caliber {#2226 -id: 5 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2227 …} -orderItems: Doctrine\ORM\PersistentCollection {#2229 …} -name: null -locale: null } App\Entity\Caliber {#2231 -id: 19 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2232 …} -orderItems: Doctrine\ORM\PersistentCollection {#2234 …} -name: null -locale: null } App\Entity\Caliber {#2236 -id: 33 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2237 …} -orderItems: Doctrine\ORM\PersistentCollection {#2239 …} -name: null -locale: null } App\Entity\Caliber {#2241 -id: 47 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2242 …} -orderItems: Doctrine\ORM\PersistentCollection {#2244 …} -name: null -locale: null } App\Entity\Caliber {#2246 -id: 61 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2247 …} -orderItems: Doctrine\ORM\PersistentCollection {#2249 …} -name: null -locale: null } App\Entity\Caliber {#2251 -id: 77 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2252 …} -orderItems: Doctrine\ORM\PersistentCollection {#2254 …} -name: null -locale: null } App\Entity\Caliber {#2256 -id: 91 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2257 …} -orderItems: Doctrine\ORM\PersistentCollection {#2259 …} -name: null -locale: null } App\Entity\Caliber {#2261 -id: 105 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2262 …} -orderItems: Doctrine\ORM\PersistentCollection {#2264 …} -name: null -locale: null } App\Entity\Caliber {#2266 -id: 122 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2267 …} -orderItems: Doctrine\ORM\PersistentCollection {#2269 …} -name: null -locale: null } App\Entity\Caliber {#2271 -id: 137 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2272 …} -orderItems: Doctrine\ORM\PersistentCollection {#2274 …} -name: null -locale: null } App\Entity\Caliber {#2276 -id: 152 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2277 …} -orderItems: Doctrine\ORM\PersistentCollection {#2279 …} -name: null -locale: null } App\Entity\Caliber {#2281 -id: 166 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2282 …} -orderItems: Doctrine\ORM\PersistentCollection {#2284 …} -name: null -locale: null } App\Entity\Caliber {#2286 -id: 180 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2287 …} -orderItems: Doctrine\ORM\PersistentCollection {#2289 …} -name: null -locale: null } App\Entity\Caliber {#2291 -id: 194 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2292 …} -orderItems: Doctrine\ORM\PersistentCollection {#2294 …} -name: null -locale: null } App\Entity\Caliber {#2296 -id: 209 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2297 …} -orderItems: Doctrine\ORM\PersistentCollection {#2299 …} -name: null -locale: null } App\Entity\Caliber {#2301 -id: 224 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2302 …} -orderItems: Doctrine\ORM\PersistentCollection {#2304 …} -name: null -locale: null } App\Entity\Caliber {#2306 -id: 239 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2307 …} -orderItems: Doctrine\ORM\PersistentCollection {#2309 …} -name: null -locale: null } App\Entity\Caliber {#2311 -id: 253 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2312 …} -orderItems: Doctrine\ORM\PersistentCollection {#2314 …} -name: null -locale: null } App\Entity\Caliber {#2316 -id: 266 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2317 …} -orderItems: Doctrine\ORM\PersistentCollection {#2319 …} -name: null -locale: null } App\Entity\Caliber {#2321 -id: 274 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2322 …} -orderItems: Doctrine\ORM\PersistentCollection {#2324 …} -name: null -locale: null } App\Entity\Caliber {#2326 -id: 324 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2327 …} -orderItems: Doctrine\ORM\PersistentCollection {#2329 …} -name: null -locale: null } App\Entity\Caliber {#2331 -id: 332 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2332 …} -orderItems: Doctrine\ORM\PersistentCollection {#2334 …} -name: null -locale: null } App\Entity\Caliber {#2336 -id: 341 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2337 …} -orderItems: Doctrine\ORM\PersistentCollection {#2339 …} -name: null -locale: null } App\Entity\Caliber {#2341 -id: 355 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2342 …} -orderItems: Doctrine\ORM\PersistentCollection {#2344 …} -name: null -locale: null } App\Entity\Caliber {#2346 -id: 369 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2347 …} -orderItems: Doctrine\ORM\PersistentCollection {#2349 …} -name: null -locale: null } App\Entity\Caliber {#2351 -id: 383 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2352 …} -orderItems: Doctrine\ORM\PersistentCollection {#2354 …} -name: null -locale: null } App\Entity\Caliber {#2356 -id: 397 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2357 …} -orderItems: Doctrine\ORM\PersistentCollection {#2359 …} -name: null -locale: null } App\Entity\Caliber {#2361 -id: 411 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2362 …} -orderItems: Doctrine\ORM\PersistentCollection {#2364 …} -name: null -locale: null } App\Entity\Caliber {#2366 -id: 425 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2367 …} -orderItems: Doctrine\ORM\PersistentCollection {#2369 …} -name: null -locale: null } App\Entity\Caliber {#2371 -id: 439 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2372 …} -orderItems: Doctrine\ORM\PersistentCollection {#2374 …} -name: null -locale: null } App\Entity\Caliber {#2376 -id: 464 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2377 …} -orderItems: Doctrine\ORM\PersistentCollection {#2379 …} -name: null -locale: null } App\Entity\Caliber {#2381 -id: 479 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2382 …} -orderItems: Doctrine\ORM\PersistentCollection {#2384 …} -name: null -locale: null } App\Entity\Caliber {#2386 -id: 495 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2387 …} -orderItems: Doctrine\ORM\PersistentCollection {#2389 …} -name: null -locale: null } App\Entity\Caliber {#2391 -id: 509 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2392 …} -orderItems: Doctrine\ORM\PersistentCollection {#2394 …} -name: null -locale: null } App\Entity\Caliber {#2396 -id: 523 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2397 …} -orderItems: Doctrine\ORM\PersistentCollection {#2399 …} -name: null -locale: null } App\Entity\Caliber {#2401 -id: 123 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2402 …} -orderItems: Doctrine\ORM\PersistentCollection {#2404 …} -name: null -locale: null } App\Entity\Caliber {#2406 -id: 298 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2407 …} -orderItems: Doctrine\ORM\PersistentCollection {#2409 …} -name: null -locale: null } App\Entity\Caliber {#2411 -id: 301 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2412 …} -orderItems: Doctrine\ORM\PersistentCollection {#2414 …} -name: null -locale: null } App\Entity\Caliber {#2416 -id: 311 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2417 …} -orderItems: Doctrine\ORM\PersistentCollection {#2419 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2421 -id: 315 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2422 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2423 …} -orderItems: Doctrine\ORM\PersistentCollection {#2425 …} -name: "BS" -locale: null } App\Entity\Caliber {#2427 -id: 318 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2428 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2429 …} -orderItems: Doctrine\ORM\PersistentCollection {#2431 …} -name: "FS" -locale: null } App\Entity\Caliber {#2433 -id: 452 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2434 …} -orderItems: Doctrine\ORM\PersistentCollection {#2436 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2438 -id: 455 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2439 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2440 …} -orderItems: Doctrine\ORM\PersistentCollection {#2442 …} -name: "BS" -locale: null } App\Entity\Caliber {#2444 -id: 458 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2445 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2446 …} -orderItems: Doctrine\ORM\PersistentCollection {#2448 …} -name: "FS" -locale: null } App\Entity\Caliber {#2450 -id: 465 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2451 …} -orderItems: Doctrine\ORM\PersistentCollection {#2453 …} -name: null -locale: null } App\Entity\Caliber {#2455 -id: 6 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2456 …} -orderItems: Doctrine\ORM\PersistentCollection {#2458 …} -name: null -locale: null } App\Entity\Caliber {#2460 -id: 20 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2461 …} -orderItems: Doctrine\ORM\PersistentCollection {#2463 …} -name: null -locale: null } App\Entity\Caliber {#2465 -id: 34 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2466 …} -orderItems: Doctrine\ORM\PersistentCollection {#2468 …} -name: null -locale: null } App\Entity\Caliber {#2470 -id: 48 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2471 …} -orderItems: Doctrine\ORM\PersistentCollection {#2473 …} -name: null -locale: null } App\Entity\Caliber {#2475 -id: 62 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2476 …} -orderItems: Doctrine\ORM\PersistentCollection {#2478 …} -name: null -locale: null } App\Entity\Caliber {#2480 -id: 78 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2481 …} -orderItems: Doctrine\ORM\PersistentCollection {#2483 …} -name: null -locale: null } App\Entity\Caliber {#2485 -id: 92 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2486 …} -orderItems: Doctrine\ORM\PersistentCollection {#2488 …} -name: null -locale: null } App\Entity\Caliber {#2490 -id: 106 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2491 …} -orderItems: Doctrine\ORM\PersistentCollection {#2493 …} -name: null -locale: null } App\Entity\Caliber {#2495 -id: 124 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2496 …} -orderItems: Doctrine\ORM\PersistentCollection {#2498 …} -name: null -locale: null } App\Entity\Caliber {#2500 -id: 138 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2501 …} -orderItems: Doctrine\ORM\PersistentCollection {#2503 …} -name: null -locale: null } App\Entity\Caliber {#2505 -id: 153 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2506 …} -orderItems: Doctrine\ORM\PersistentCollection {#2508 …} -name: null -locale: null } App\Entity\Caliber {#2510 -id: 167 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2511 …} -orderItems: Doctrine\ORM\PersistentCollection {#2513 …} -name: null -locale: null } App\Entity\Caliber {#2515 -id: 181 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2516 …} -orderItems: Doctrine\ORM\PersistentCollection {#2518 …} -name: null -locale: null } App\Entity\Caliber {#2520 -id: 195 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2521 …} -orderItems: Doctrine\ORM\PersistentCollection {#2523 …} -name: null -locale: null } App\Entity\Caliber {#2525 -id: 210 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2526 …} -orderItems: Doctrine\ORM\PersistentCollection {#2528 …} -name: null -locale: null } App\Entity\Caliber {#2530 -id: 225 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2531 …} -orderItems: Doctrine\ORM\PersistentCollection {#2533 …} -name: null -locale: null } App\Entity\Caliber {#2535 -id: 240 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2536 …} -orderItems: Doctrine\ORM\PersistentCollection {#2538 …} -name: null -locale: null } App\Entity\Caliber {#2540 -id: 254 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2541 …} -orderItems: Doctrine\ORM\PersistentCollection {#2543 …} -name: null -locale: null } App\Entity\Caliber {#2545 -id: 342 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2546 …} -orderItems: Doctrine\ORM\PersistentCollection {#2548 …} -name: null -locale: null } App\Entity\Caliber {#2550 -id: 356 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2551 …} -orderItems: Doctrine\ORM\PersistentCollection {#2553 …} -name: null -locale: null } App\Entity\Caliber {#2555 -id: 370 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2556 …} -orderItems: Doctrine\ORM\PersistentCollection {#2558 …} -name: null -locale: null } App\Entity\Caliber {#2560 -id: 384 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2561 …} -orderItems: Doctrine\ORM\PersistentCollection {#2563 …} -name: null -locale: null } App\Entity\Caliber {#2565 -id: 398 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2566 …} -orderItems: Doctrine\ORM\PersistentCollection {#2568 …} -name: null -locale: null } App\Entity\Caliber {#2570 -id: 412 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2571 …} -orderItems: Doctrine\ORM\PersistentCollection {#2573 …} -name: null -locale: null } App\Entity\Caliber {#2575 -id: 426 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2576 …} -orderItems: Doctrine\ORM\PersistentCollection {#2578 …} -name: null -locale: null } App\Entity\Caliber {#2580 -id: 440 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2581 …} -orderItems: Doctrine\ORM\PersistentCollection {#2583 …} -name: null -locale: null } App\Entity\Caliber {#2585 -id: 466 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2586 …} -orderItems: Doctrine\ORM\PersistentCollection {#2588 …} -name: null -locale: null } App\Entity\Caliber {#2590 -id: 480 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2591 …} -orderItems: Doctrine\ORM\PersistentCollection {#2593 …} -name: null -locale: null } App\Entity\Caliber {#2595 -id: 496 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2596 …} -orderItems: Doctrine\ORM\PersistentCollection {#2598 …} -name: null -locale: null } App\Entity\Caliber {#2600 -id: 510 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2601 …} -orderItems: Doctrine\ORM\PersistentCollection {#2603 …} -name: null -locale: null } App\Entity\Caliber {#2605 -id: 524 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2606 …} -orderItems: Doctrine\ORM\PersistentCollection {#2608 …} -name: null -locale: null } App\Entity\Caliber {#2610 -id: 7 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2611 …} -orderItems: Doctrine\ORM\PersistentCollection {#2613 …} -name: null -locale: null } App\Entity\Caliber {#2615 -id: 21 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2616 …} -orderItems: Doctrine\ORM\PersistentCollection {#2618 …} -name: null -locale: null } App\Entity\Caliber {#2620 -id: 35 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2621 …} -orderItems: Doctrine\ORM\PersistentCollection {#2623 …} -name: null -locale: null } App\Entity\Caliber {#2625 -id: 49 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2626 …} -orderItems: Doctrine\ORM\PersistentCollection {#2628 …} -name: null -locale: null } App\Entity\Caliber {#2630 -id: 63 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2631 …} -orderItems: Doctrine\ORM\PersistentCollection {#2633 …} -name: null -locale: null } App\Entity\Caliber {#2635 -id: 79 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2636 …} -orderItems: Doctrine\ORM\PersistentCollection {#2638 …} -name: null -locale: null } App\Entity\Caliber {#2640 -id: 93 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2641 …} -orderItems: Doctrine\ORM\PersistentCollection {#2643 …} -name: null -locale: null } App\Entity\Caliber {#2645 -id: 107 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2646 …} -orderItems: Doctrine\ORM\PersistentCollection {#2648 …} -name: null -locale: null } App\Entity\Caliber {#2650 -id: 125 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2651 …} -orderItems: Doctrine\ORM\PersistentCollection {#2653 …} -name: null -locale: null } App\Entity\Caliber {#2655 -id: 139 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2656 …} -orderItems: Doctrine\ORM\PersistentCollection {#2658 …} -name: null -locale: null } App\Entity\Caliber {#2660 -id: 154 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2661 …} -orderItems: Doctrine\ORM\PersistentCollection {#2663 …} -name: null -locale: null } App\Entity\Caliber {#2665 -id: 168 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2666 …} -orderItems: Doctrine\ORM\PersistentCollection {#2668 …} -name: null -locale: null } App\Entity\Caliber {#2670 -id: 182 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2671 …} -orderItems: Doctrine\ORM\PersistentCollection {#2673 …} -name: null -locale: null } App\Entity\Caliber {#2675 -id: 196 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2676 …} -orderItems: Doctrine\ORM\PersistentCollection {#2678 …} -name: null -locale: null } App\Entity\Caliber {#2680 -id: 211 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2681 …} -orderItems: Doctrine\ORM\PersistentCollection {#2683 …} -name: null -locale: null } App\Entity\Caliber {#2685 -id: 226 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2686 …} -orderItems: Doctrine\ORM\PersistentCollection {#2688 …} -name: null -locale: null } App\Entity\Caliber {#2690 -id: 241 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2691 …} -orderItems: Doctrine\ORM\PersistentCollection {#2693 …} -name: null -locale: null } App\Entity\Caliber {#2695 -id: 255 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2696 …} -orderItems: Doctrine\ORM\PersistentCollection {#2698 …} -name: null -locale: null } App\Entity\Caliber {#2700 -id: 267 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2701 …} -orderItems: Doctrine\ORM\PersistentCollection {#2703 …} -name: null -locale: null } App\Entity\Caliber {#2705 -id: 275 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2706 …} -orderItems: Doctrine\ORM\PersistentCollection {#2708 …} -name: null -locale: null } App\Entity\Caliber {#2710 -id: 325 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2711 …} -orderItems: Doctrine\ORM\PersistentCollection {#2713 …} -name: null -locale: null } App\Entity\Caliber {#2715 -id: 333 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2716 …} -orderItems: Doctrine\ORM\PersistentCollection {#2718 …} -name: null -locale: null } App\Entity\Caliber {#2720 -id: 343 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2721 …} -orderItems: Doctrine\ORM\PersistentCollection {#2723 …} -name: null -locale: null } App\Entity\Caliber {#2725 -id: 357 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2726 …} -orderItems: Doctrine\ORM\PersistentCollection {#2728 …} -name: null -locale: null } App\Entity\Caliber {#2730 -id: 371 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2731 …} -orderItems: Doctrine\ORM\PersistentCollection {#2733 …} -name: null -locale: null } App\Entity\Caliber {#2735 -id: 385 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2736 …} -orderItems: Doctrine\ORM\PersistentCollection {#2738 …} -name: null -locale: null } App\Entity\Caliber {#2740 -id: 399 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2741 …} -orderItems: Doctrine\ORM\PersistentCollection {#2743 …} -name: null -locale: null } App\Entity\Caliber {#2745 -id: 413 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2746 …} -orderItems: Doctrine\ORM\PersistentCollection {#2748 …} -name: null -locale: null } App\Entity\Caliber {#2750 -id: 427 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2751 …} -orderItems: Doctrine\ORM\PersistentCollection {#2753 …} -name: null -locale: null } App\Entity\Caliber {#2755 -id: 441 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2756 …} -orderItems: Doctrine\ORM\PersistentCollection {#2758 …} -name: null -locale: null } App\Entity\Caliber {#2760 -id: 467 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2761 …} -orderItems: Doctrine\ORM\PersistentCollection {#2763 …} -name: null -locale: null } App\Entity\Caliber {#2765 -id: 481 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2766 …} -orderItems: Doctrine\ORM\PersistentCollection {#2768 …} -name: null -locale: null } App\Entity\Caliber {#2770 -id: 497 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2771 …} -orderItems: Doctrine\ORM\PersistentCollection {#2773 …} -name: null -locale: null } App\Entity\Caliber {#2775 -id: 511 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2776 …} -orderItems: Doctrine\ORM\PersistentCollection {#2778 …} -name: null -locale: null } App\Entity\Caliber {#2780 -id: 525 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2781 …} -orderItems: Doctrine\ORM\PersistentCollection {#2783 …} -name: null -locale: null } App\Entity\Caliber {#2785 -id: 319 -caliber: "2.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2787 …} -orderItems: Doctrine\ORM\PersistentCollection {#2789 …} -name: null -locale: null } App\Entity\Caliber {#2791 -id: 320 -caliber: "2.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2792 …} -orderItems: Doctrine\ORM\PersistentCollection {#2794 …} -name: null -locale: null } App\Entity\Caliber {#2796 -id: 8 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2797 …} -orderItems: Doctrine\ORM\PersistentCollection {#2799 …} -name: null -locale: null } App\Entity\Caliber {#2801 -id: 22 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2802 …} -orderItems: Doctrine\ORM\PersistentCollection {#2804 …} -name: null -locale: null } App\Entity\Caliber {#2806 -id: 36 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2807 …} -orderItems: Doctrine\ORM\PersistentCollection {#2809 …} -name: null -locale: null } App\Entity\Caliber {#2811 -id: 50 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2812 …} -orderItems: Doctrine\ORM\PersistentCollection {#2814 …} -name: null -locale: null } App\Entity\Caliber {#2816 -id: 64 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2817 …} -orderItems: Doctrine\ORM\PersistentCollection {#2819 …} -name: null -locale: null } App\Entity\Caliber {#2821 -id: 80 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2822 …} -orderItems: Doctrine\ORM\PersistentCollection {#2824 …} -name: null -locale: null } App\Entity\Caliber {#2826 -id: 94 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2827 …} -orderItems: Doctrine\ORM\PersistentCollection {#2829 …} -name: null -locale: null } App\Entity\Caliber {#2831 -id: 108 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2832 …} -orderItems: Doctrine\ORM\PersistentCollection {#2834 …} -name: null -locale: null } App\Entity\Caliber {#2836 -id: 126 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2837 …} -orderItems: Doctrine\ORM\PersistentCollection {#2839 …} -name: null -locale: null } App\Entity\Caliber {#2841 -id: 140 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2842 …} -orderItems: Doctrine\ORM\PersistentCollection {#2844 …} -name: null -locale: null } App\Entity\Caliber {#2846 -id: 155 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2847 …} -orderItems: Doctrine\ORM\PersistentCollection {#2849 …} -name: null -locale: null } App\Entity\Caliber {#2851 -id: 169 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2852 …} -orderItems: Doctrine\ORM\PersistentCollection {#2854 …} -name: null -locale: null } App\Entity\Caliber {#2856 -id: 183 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2857 …} -orderItems: Doctrine\ORM\PersistentCollection {#2859 …} -name: null -locale: null } App\Entity\Caliber {#2861 -id: 197 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2862 …} -orderItems: Doctrine\ORM\PersistentCollection {#2864 …} -name: null -locale: null } App\Entity\Caliber {#2866 -id: 212 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2867 …} -orderItems: Doctrine\ORM\PersistentCollection {#2869 …} -name: null -locale: null } App\Entity\Caliber {#2871 -id: 227 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2872 …} -orderItems: Doctrine\ORM\PersistentCollection {#2874 …} -name: null -locale: null } App\Entity\Caliber {#2876 -id: 242 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2877 …} -orderItems: Doctrine\ORM\PersistentCollection {#2879 …} -name: null -locale: null } App\Entity\Caliber {#2881 -id: 256 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2882 …} -orderItems: Doctrine\ORM\PersistentCollection {#2884 …} -name: null -locale: null } App\Entity\Caliber {#2886 -id: 268 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2887 …} -orderItems: Doctrine\ORM\PersistentCollection {#2889 …} -name: null -locale: null } App\Entity\Caliber {#2891 -id: 276 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2892 …} -orderItems: Doctrine\ORM\PersistentCollection {#2894 …} -name: null -locale: null } App\Entity\Caliber {#2896 -id: 326 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2897 …} -orderItems: Doctrine\ORM\PersistentCollection {#2899 …} -name: null -locale: null } App\Entity\Caliber {#2901 -id: 334 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2902 …} -orderItems: Doctrine\ORM\PersistentCollection {#2904 …} -name: null -locale: null } App\Entity\Caliber {#2906 -id: 344 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2907 …} -orderItems: Doctrine\ORM\PersistentCollection {#2909 …} -name: null -locale: null } App\Entity\Caliber {#2911 -id: 358 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2912 …} -orderItems: Doctrine\ORM\PersistentCollection {#2914 …} -name: null -locale: null } App\Entity\Caliber {#2916 -id: 372 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2917 …} -orderItems: Doctrine\ORM\PersistentCollection {#2919 …} -name: null -locale: null } App\Entity\Caliber {#2921 -id: 386 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2922 …} -orderItems: Doctrine\ORM\PersistentCollection {#2924 …} -name: null -locale: null } App\Entity\Caliber {#2926 -id: 400 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2927 …} -orderItems: Doctrine\ORM\PersistentCollection {#2929 …} -name: null -locale: null } App\Entity\Caliber {#2931 -id: 414 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2932 …} -orderItems: Doctrine\ORM\PersistentCollection {#2934 …} -name: null -locale: null } App\Entity\Caliber {#2936 -id: 428 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2937 …} -orderItems: Doctrine\ORM\PersistentCollection {#2939 …} -name: null -locale: null } App\Entity\Caliber {#2941 -id: 442 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2942 …} -orderItems: Doctrine\ORM\PersistentCollection {#2944 …} -name: null -locale: null } App\Entity\Caliber {#2946 -id: 468 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2947 …} -orderItems: Doctrine\ORM\PersistentCollection {#2949 …} -name: null -locale: null } App\Entity\Caliber {#2951 -id: 482 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2952 …} -orderItems: Doctrine\ORM\PersistentCollection {#2954 …} -name: null -locale: null } App\Entity\Caliber {#2956 -id: 498 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2957 …} -orderItems: Doctrine\ORM\PersistentCollection {#2959 …} -name: null -locale: null } App\Entity\Caliber {#2961 -id: 512 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2962 …} -orderItems: Doctrine\ORM\PersistentCollection {#2964 …} -name: null -locale: null } App\Entity\Caliber {#2966 -id: 526 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2967 …} -orderItems: Doctrine\ORM\PersistentCollection {#2969 …} -name: null -locale: null } App\Entity\Caliber {#2971 -id: 9 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2972 …} -orderItems: Doctrine\ORM\PersistentCollection {#2974 …} -name: null -locale: null } App\Entity\Caliber {#2976 -id: 23 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2977 …} -orderItems: Doctrine\ORM\PersistentCollection {#2979 …} -name: null -locale: null } App\Entity\Caliber {#2981 -id: 37 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2982 …} -orderItems: Doctrine\ORM\PersistentCollection {#2984 …} -name: null -locale: null } App\Entity\Caliber {#2986 -id: 51 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2987 …} -orderItems: Doctrine\ORM\PersistentCollection {#2989 …} -name: null -locale: null } App\Entity\Caliber {#2991 -id: 65 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2992 …} -orderItems: Doctrine\ORM\PersistentCollection {#2994 …} -name: null -locale: null } App\Entity\Caliber {#2996 -id: 81 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2997 …} -orderItems: Doctrine\ORM\PersistentCollection {#2999 …} -name: null -locale: null } App\Entity\Caliber {#3001 -id: 95 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3002 …} -orderItems: Doctrine\ORM\PersistentCollection {#3004 …} -name: null -locale: null } App\Entity\Caliber {#3006 -id: 109 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3007 …} -orderItems: Doctrine\ORM\PersistentCollection {#3009 …} -name: null -locale: null } App\Entity\Caliber {#3011 -id: 127 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3012 …} -orderItems: Doctrine\ORM\PersistentCollection {#3014 …} -name: null -locale: null } App\Entity\Caliber {#3016 -id: 141 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3017 …} -orderItems: Doctrine\ORM\PersistentCollection {#3019 …} -name: null -locale: null } App\Entity\Caliber {#3021 -id: 156 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3022 …} -orderItems: Doctrine\ORM\PersistentCollection {#3024 …} -name: null -locale: null } App\Entity\Caliber {#3026 -id: 170 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3027 …} -orderItems: Doctrine\ORM\PersistentCollection {#3029 …} -name: null -locale: null } App\Entity\Caliber {#3031 -id: 184 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3032 …} -orderItems: Doctrine\ORM\PersistentCollection {#3034 …} -name: null -locale: null } App\Entity\Caliber {#3036 -id: 198 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3037 …} -orderItems: Doctrine\ORM\PersistentCollection {#3039 …} -name: null -locale: null } App\Entity\Caliber {#3041 -id: 213 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3042 …} -orderItems: Doctrine\ORM\PersistentCollection {#3044 …} -name: null -locale: null } App\Entity\Caliber {#3046 -id: 228 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3047 …} -orderItems: Doctrine\ORM\PersistentCollection {#3049 …} -name: null -locale: null } App\Entity\Caliber {#3051 -id: 243 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3052 …} -orderItems: Doctrine\ORM\PersistentCollection {#3054 …} -name: null -locale: null } App\Entity\Caliber {#3056 -id: 257 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3057 …} -orderItems: Doctrine\ORM\PersistentCollection {#3059 …} -name: null -locale: null } App\Entity\Caliber {#3061 -id: 269 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3062 …} -orderItems: Doctrine\ORM\PersistentCollection {#3064 …} -name: null -locale: null } App\Entity\Caliber {#3066 -id: 277 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3067 …} -orderItems: Doctrine\ORM\PersistentCollection {#3069 …} -name: null -locale: null } App\Entity\Caliber {#3071 -id: 327 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3072 …} -orderItems: Doctrine\ORM\PersistentCollection {#3074 …} -name: null -locale: null } App\Entity\Caliber {#3076 -id: 335 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3077 …} -orderItems: Doctrine\ORM\PersistentCollection {#3079 …} -name: null -locale: null } App\Entity\Caliber {#3081 -id: 345 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3082 …} -orderItems: Doctrine\ORM\PersistentCollection {#3084 …} -name: null -locale: null } App\Entity\Caliber {#3086 -id: 359 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3087 …} -orderItems: Doctrine\ORM\PersistentCollection {#3089 …} -name: null -locale: null } App\Entity\Caliber {#3091 -id: 373 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3092 …} -orderItems: Doctrine\ORM\PersistentCollection {#3094 …} -name: null -locale: null } App\Entity\Caliber {#3096 -id: 387 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3097 …} -orderItems: Doctrine\ORM\PersistentCollection {#3099 …} -name: null -locale: null } App\Entity\Caliber {#3101 -id: 401 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3102 …} -orderItems: Doctrine\ORM\PersistentCollection {#3104 …} -name: null -locale: null } App\Entity\Caliber {#3106 -id: 415 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3107 …} -orderItems: Doctrine\ORM\PersistentCollection {#3109 …} -name: null -locale: null } App\Entity\Caliber {#3111 -id: 429 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3112 …} -orderItems: Doctrine\ORM\PersistentCollection {#3114 …} -name: null -locale: null } App\Entity\Caliber {#3116 -id: 443 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3117 …} -orderItems: Doctrine\ORM\PersistentCollection {#3119 …} -name: null -locale: null } App\Entity\Caliber {#3121 -id: 469 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3122 …} -orderItems: Doctrine\ORM\PersistentCollection {#3124 …} -name: null -locale: null } App\Entity\Caliber {#3126 -id: 483 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3127 …} -orderItems: Doctrine\ORM\PersistentCollection {#3129 …} -name: null -locale: null } App\Entity\Caliber {#3131 -id: 499 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3132 …} -orderItems: Doctrine\ORM\PersistentCollection {#3134 …} -name: null -locale: null } App\Entity\Caliber {#3136 -id: 513 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3137 …} -orderItems: Doctrine\ORM\PersistentCollection {#3139 …} -name: null -locale: null } App\Entity\Caliber {#3141 -id: 527 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3142 …} -orderItems: Doctrine\ORM\PersistentCollection {#3144 …} -name: null -locale: null } App\Entity\Caliber {#3146 -id: 10 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3147 …} -orderItems: Doctrine\ORM\PersistentCollection {#3149 …} -name: null -locale: null } App\Entity\Caliber {#3151 -id: 24 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3152 …} -orderItems: Doctrine\ORM\PersistentCollection {#3154 …} -name: null -locale: null } App\Entity\Caliber {#3156 -id: 38 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3157 …} -orderItems: Doctrine\ORM\PersistentCollection {#3159 …} -name: null -locale: null } App\Entity\Caliber {#3161 -id: 52 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3162 …} -orderItems: Doctrine\ORM\PersistentCollection {#3164 …} -name: null -locale: null } App\Entity\Caliber {#3166 -id: 66 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3167 …} -orderItems: Doctrine\ORM\PersistentCollection {#3169 …} -name: null -locale: null } App\Entity\Caliber {#3171 -id: 82 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3172 …} -orderItems: Doctrine\ORM\PersistentCollection {#3174 …} -name: null -locale: null } App\Entity\Caliber {#3176 -id: 96 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3177 …} -orderItems: Doctrine\ORM\PersistentCollection {#3179 …} -name: null -locale: null } App\Entity\Caliber {#3181 -id: 110 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3182 …} -orderItems: Doctrine\ORM\PersistentCollection {#3184 …} -name: null -locale: null } App\Entity\Caliber {#3186 -id: 128 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3187 …} -orderItems: Doctrine\ORM\PersistentCollection {#3189 …} -name: null -locale: null } App\Entity\Caliber {#3191 -id: 142 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3192 …} -orderItems: Doctrine\ORM\PersistentCollection {#3194 …} -name: null -locale: null } App\Entity\Caliber {#3196 -id: 157 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3197 …} -orderItems: Doctrine\ORM\PersistentCollection {#3199 …} -name: null -locale: null } App\Entity\Caliber {#3201 -id: 171 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3202 …} -orderItems: Doctrine\ORM\PersistentCollection {#3204 …} -name: null -locale: null } App\Entity\Caliber {#3206 -id: 185 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3207 …} -orderItems: Doctrine\ORM\PersistentCollection {#3209 …} -name: null -locale: null } App\Entity\Caliber {#3211 -id: 199 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3212 …} -orderItems: Doctrine\ORM\PersistentCollection {#3214 …} -name: null -locale: null } App\Entity\Caliber {#3216 -id: 214 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3217 …} -orderItems: Doctrine\ORM\PersistentCollection {#3219 …} -name: null -locale: null } App\Entity\Caliber {#3221 -id: 229 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3222 …} -orderItems: Doctrine\ORM\PersistentCollection {#3224 …} -name: null -locale: null } App\Entity\Caliber {#3226 -id: 244 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3227 …} -orderItems: Doctrine\ORM\PersistentCollection {#3229 …} -name: null -locale: null } App\Entity\Caliber {#3231 -id: 258 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3232 …} -orderItems: Doctrine\ORM\PersistentCollection {#3234 …} -name: null -locale: null } App\Entity\Caliber {#3236 -id: 270 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3237 …} -orderItems: Doctrine\ORM\PersistentCollection {#3239 …} -name: null -locale: null } App\Entity\Caliber {#3241 -id: 328 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3242 …} -orderItems: Doctrine\ORM\PersistentCollection {#3244 …} -name: null -locale: null } App\Entity\Caliber {#3246 -id: 346 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3247 …} -orderItems: Doctrine\ORM\PersistentCollection {#3249 …} -name: null -locale: null } App\Entity\Caliber {#3251 -id: 360 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3252 …} -orderItems: Doctrine\ORM\PersistentCollection {#3254 …} -name: null -locale: null } App\Entity\Caliber {#3256 -id: 374 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3257 …} -orderItems: Doctrine\ORM\PersistentCollection {#3259 …} -name: null -locale: null } App\Entity\Caliber {#3261 -id: 388 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3262 …} -orderItems: Doctrine\ORM\PersistentCollection {#3264 …} -name: null -locale: null } App\Entity\Caliber {#3266 -id: 402 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3267 …} -orderItems: Doctrine\ORM\PersistentCollection {#3269 …} -name: null -locale: null } App\Entity\Caliber {#3271 -id: 416 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3272 …} -orderItems: Doctrine\ORM\PersistentCollection {#3274 …} -name: null -locale: null } App\Entity\Caliber {#3276 -id: 430 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3277 …} -orderItems: Doctrine\ORM\PersistentCollection {#3279 …} -name: null -locale: null } App\Entity\Caliber {#3281 -id: 444 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3282 …} -orderItems: Doctrine\ORM\PersistentCollection {#3284 …} -name: null -locale: null } App\Entity\Caliber {#3286 -id: 470 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3287 …} -orderItems: Doctrine\ORM\PersistentCollection {#3289 …} -name: null -locale: null } App\Entity\Caliber {#3291 -id: 484 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3292 …} -orderItems: Doctrine\ORM\PersistentCollection {#3294 …} -name: null -locale: null } App\Entity\Caliber {#3296 -id: 500 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3297 …} -orderItems: Doctrine\ORM\PersistentCollection {#3299 …} -name: null -locale: null } App\Entity\Caliber {#3301 -id: 514 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3302 …} -orderItems: Doctrine\ORM\PersistentCollection {#3304 …} -name: null -locale: null } App\Entity\Caliber {#3306 -id: 528 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3307 …} -orderItems: Doctrine\ORM\PersistentCollection {#3309 …} -name: null -locale: null } App\Entity\Caliber {#3311 -id: 11 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3312 …} -orderItems: Doctrine\ORM\PersistentCollection {#3314 …} -name: null -locale: null } App\Entity\Caliber {#3316 -id: 25 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3317 …} -orderItems: Doctrine\ORM\PersistentCollection {#3319 …} -name: null -locale: null } App\Entity\Caliber {#3321 -id: 39 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3322 …} -orderItems: Doctrine\ORM\PersistentCollection {#3324 …} -name: null -locale: null } App\Entity\Caliber {#3326 -id: 53 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3327 …} -orderItems: Doctrine\ORM\PersistentCollection {#3329 …} -name: null -locale: null } App\Entity\Caliber {#3331 -id: 67 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3332 …} -orderItems: Doctrine\ORM\PersistentCollection {#3334 …} -name: null -locale: null } App\Entity\Caliber {#3336 -id: 83 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3337 …} -orderItems: Doctrine\ORM\PersistentCollection {#3339 …} -name: null -locale: null } App\Entity\Caliber {#3341 -id: 97 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3342 …} -orderItems: Doctrine\ORM\PersistentCollection {#3344 …} -name: null -locale: null } App\Entity\Caliber {#3346 -id: 111 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3347 …} -orderItems: Doctrine\ORM\PersistentCollection {#3349 …} -name: null -locale: null } App\Entity\Caliber {#3351 -id: 129 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3352 …} -orderItems: Doctrine\ORM\PersistentCollection {#3354 …} -name: null -locale: null } App\Entity\Caliber {#3356 -id: 143 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3357 …} -orderItems: Doctrine\ORM\PersistentCollection {#3359 …} -name: null -locale: null } App\Entity\Caliber {#3361 -id: 158 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3362 …} -orderItems: Doctrine\ORM\PersistentCollection {#3364 …} -name: null -locale: null } App\Entity\Caliber {#3366 -id: 172 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3367 …} -orderItems: Doctrine\ORM\PersistentCollection {#3369 …} -name: null -locale: null } App\Entity\Caliber {#3371 -id: 186 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3372 …} -orderItems: Doctrine\ORM\PersistentCollection {#3374 …} -name: null -locale: null } App\Entity\Caliber {#3376 -id: 200 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3377 …} -orderItems: Doctrine\ORM\PersistentCollection {#3379 …} -name: null -locale: null } App\Entity\Caliber {#3381 -id: 215 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3382 …} -orderItems: Doctrine\ORM\PersistentCollection {#3384 …} -name: null -locale: null } App\Entity\Caliber {#3386 -id: 230 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3387 …} -orderItems: Doctrine\ORM\PersistentCollection {#3389 …} -name: null -locale: null } App\Entity\Caliber {#3391 -id: 245 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3392 …} -orderItems: Doctrine\ORM\PersistentCollection {#3394 …} -name: null -locale: null } App\Entity\Caliber {#3396 -id: 259 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3397 …} -orderItems: Doctrine\ORM\PersistentCollection {#3399 …} -name: null -locale: null } App\Entity\Caliber {#3401 -id: 271 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3402 …} -orderItems: Doctrine\ORM\PersistentCollection {#3404 …} -name: null -locale: null } App\Entity\Caliber {#3406 -id: 278 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3407 …} -orderItems: Doctrine\ORM\PersistentCollection {#3409 …} -name: null -locale: null } App\Entity\Caliber {#3411 -id: 329 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3412 …} -orderItems: Doctrine\ORM\PersistentCollection {#3414 …} -name: null -locale: null } App\Entity\Caliber {#3416 -id: 336 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3417 …} -orderItems: Doctrine\ORM\PersistentCollection {#3419 …} -name: null -locale: null } App\Entity\Caliber {#3421 -id: 347 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3422 …} -orderItems: Doctrine\ORM\PersistentCollection {#3424 …} -name: null -locale: null } App\Entity\Caliber {#3426 -id: 361 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3427 …} -orderItems: Doctrine\ORM\PersistentCollection {#3429 …} -name: null -locale: null } App\Entity\Caliber {#3431 -id: 375 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3432 …} -orderItems: Doctrine\ORM\PersistentCollection {#3434 …} -name: null -locale: null } App\Entity\Caliber {#3436 -id: 389 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3437 …} -orderItems: Doctrine\ORM\PersistentCollection {#3439 …} -name: null -locale: null } App\Entity\Caliber {#3441 -id: 403 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3442 …} -orderItems: Doctrine\ORM\PersistentCollection {#3444 …} -name: null -locale: null } App\Entity\Caliber {#3446 -id: 417 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3447 …} -orderItems: Doctrine\ORM\PersistentCollection {#3449 …} -name: null -locale: null } App\Entity\Caliber {#3451 -id: 431 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3452 …} -orderItems: Doctrine\ORM\PersistentCollection {#3454 …} -name: null -locale: null } App\Entity\Caliber {#3456 -id: 445 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3457 …} -orderItems: Doctrine\ORM\PersistentCollection {#3459 …} -name: null -locale: null } App\Entity\Caliber {#3461 -id: 471 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3462 …} -orderItems: Doctrine\ORM\PersistentCollection {#3464 …} -name: null -locale: null } App\Entity\Caliber {#3466 -id: 485 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3467 …} -orderItems: Doctrine\ORM\PersistentCollection {#3469 …} -name: null -locale: null } App\Entity\Caliber {#3471 -id: 501 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3472 …} -orderItems: Doctrine\ORM\PersistentCollection {#3474 …} -name: null -locale: null } App\Entity\Caliber {#3476 -id: 515 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3477 …} -orderItems: Doctrine\ORM\PersistentCollection {#3479 …} -name: null -locale: null } App\Entity\Caliber {#3481 -id: 529 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3482 …} -orderItems: Doctrine\ORM\PersistentCollection {#3484 …} -name: null -locale: null } App\Entity\Caliber {#3486 -id: 12 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3487 …} -orderItems: Doctrine\ORM\PersistentCollection {#3489 …} -name: null -locale: null } App\Entity\Caliber {#3491 -id: 26 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3492 …} -orderItems: Doctrine\ORM\PersistentCollection {#3494 …} -name: null -locale: null } App\Entity\Caliber {#3496 -id: 40 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3497 …} -orderItems: Doctrine\ORM\PersistentCollection {#3499 …} -name: null -locale: null } App\Entity\Caliber {#3501 -id: 54 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3502 …} -orderItems: Doctrine\ORM\PersistentCollection {#3504 …} -name: null -locale: null } App\Entity\Caliber {#3506 -id: 68 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3507 …} -orderItems: Doctrine\ORM\PersistentCollection {#3509 …} -name: null -locale: null } App\Entity\Caliber {#3511 -id: 84 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3512 …} -orderItems: Doctrine\ORM\PersistentCollection {#3514 …} -name: null -locale: null } App\Entity\Caliber {#3516 -id: 98 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3517 …} -orderItems: Doctrine\ORM\PersistentCollection {#3519 …} -name: null -locale: null } App\Entity\Caliber {#3521 -id: 112 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3522 …} -orderItems: Doctrine\ORM\PersistentCollection {#3524 …} -name: null -locale: null } App\Entity\Caliber {#3526 -id: 130 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3527 …} -orderItems: Doctrine\ORM\PersistentCollection {#3529 …} -name: null -locale: null } App\Entity\Caliber {#3531 -id: 144 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3532 …} -orderItems: Doctrine\ORM\PersistentCollection {#3534 …} -name: null -locale: null } App\Entity\Caliber {#3536 -id: 159 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3537 …} -orderItems: Doctrine\ORM\PersistentCollection {#3539 …} -name: null -locale: null } App\Entity\Caliber {#3541 -id: 173 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3542 …} -orderItems: Doctrine\ORM\PersistentCollection {#3544 …} -name: null -locale: null } App\Entity\Caliber {#3546 -id: 187 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3547 …} -orderItems: Doctrine\ORM\PersistentCollection {#3549 …} -name: null -locale: null } App\Entity\Caliber {#3551 -id: 201 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3552 …} -orderItems: Doctrine\ORM\PersistentCollection {#3554 …} -name: null -locale: null } App\Entity\Caliber {#3556 -id: 216 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3557 …} -orderItems: Doctrine\ORM\PersistentCollection {#3559 …} -name: null -locale: null } App\Entity\Caliber {#3561 -id: 231 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3562 …} -orderItems: Doctrine\ORM\PersistentCollection {#3564 …} -name: null -locale: null } App\Entity\Caliber {#3566 -id: 246 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3567 …} -orderItems: Doctrine\ORM\PersistentCollection {#3569 …} -name: null -locale: null } App\Entity\Caliber {#3571 -id: 260 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3572 …} -orderItems: Doctrine\ORM\PersistentCollection {#3574 …} -name: null -locale: null } App\Entity\Caliber {#3576 -id: 348 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3577 …} -orderItems: Doctrine\ORM\PersistentCollection {#3579 …} -name: null -locale: null } App\Entity\Caliber {#3581 -id: 362 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3582 …} -orderItems: Doctrine\ORM\PersistentCollection {#3584 …} -name: null -locale: null } App\Entity\Caliber {#3586 -id: 376 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3587 …} -orderItems: Doctrine\ORM\PersistentCollection {#3589 …} -name: null -locale: null } App\Entity\Caliber {#3591 -id: 390 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3592 …} -orderItems: Doctrine\ORM\PersistentCollection {#3594 …} -name: null -locale: null } App\Entity\Caliber {#3596 -id: 404 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3597 …} -orderItems: Doctrine\ORM\PersistentCollection {#3599 …} -name: null -locale: null } App\Entity\Caliber {#3601 -id: 418 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3602 …} -orderItems: Doctrine\ORM\PersistentCollection {#3604 …} -name: null -locale: null } App\Entity\Caliber {#3606 -id: 432 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3607 …} -orderItems: Doctrine\ORM\PersistentCollection {#3609 …} -name: null -locale: null } App\Entity\Caliber {#3611 -id: 446 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3612 …} -orderItems: Doctrine\ORM\PersistentCollection {#3614 …} -name: null -locale: null } App\Entity\Caliber {#3616 -id: 472 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3617 …} -orderItems: Doctrine\ORM\PersistentCollection {#3619 …} -name: null -locale: null } App\Entity\Caliber {#3621 -id: 486 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3622 …} -orderItems: Doctrine\ORM\PersistentCollection {#3624 …} -name: null -locale: null } App\Entity\Caliber {#3626 -id: 502 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3627 …} -orderItems: Doctrine\ORM\PersistentCollection {#3629 …} -name: null -locale: null } App\Entity\Caliber {#3631 -id: 516 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3632 …} -orderItems: Doctrine\ORM\PersistentCollection {#3634 …} -name: null -locale: null } App\Entity\Caliber {#3636 -id: 530 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3637 …} -orderItems: Doctrine\ORM\PersistentCollection {#3639 …} -name: null -locale: null } App\Entity\Caliber {#3641 -id: 13 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3642 …} -orderItems: Doctrine\ORM\PersistentCollection {#3644 …} -name: null -locale: null } App\Entity\Caliber {#3646 -id: 27 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3647 …} -orderItems: Doctrine\ORM\PersistentCollection {#3649 …} -name: null -locale: null } App\Entity\Caliber {#3651 -id: 41 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3652 …} -orderItems: Doctrine\ORM\PersistentCollection {#3654 …} -name: null -locale: null } App\Entity\Caliber {#3656 -id: 55 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3657 …} -orderItems: Doctrine\ORM\PersistentCollection {#3659 …} -name: null -locale: null } App\Entity\Caliber {#3661 -id: 69 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3662 …} -orderItems: Doctrine\ORM\PersistentCollection {#3664 …} -name: null -locale: null } App\Entity\Caliber {#3666 -id: 85 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3667 …} -orderItems: Doctrine\ORM\PersistentCollection {#3669 …} -name: null -locale: null } App\Entity\Caliber {#3671 -id: 99 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3672 …} -orderItems: Doctrine\ORM\PersistentCollection {#3674 …} -name: null -locale: null } App\Entity\Caliber {#3676 -id: 113 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3677 …} -orderItems: Doctrine\ORM\PersistentCollection {#3679 …} -name: null -locale: null } App\Entity\Caliber {#3681 -id: 131 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3682 …} -orderItems: Doctrine\ORM\PersistentCollection {#3684 …} -name: null -locale: null } App\Entity\Caliber {#3686 -id: 145 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3687 …} -orderItems: Doctrine\ORM\PersistentCollection {#3689 …} -name: null -locale: null } App\Entity\Caliber {#3691 -id: 160 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3692 …} -orderItems: Doctrine\ORM\PersistentCollection {#3694 …} -name: null -locale: null } App\Entity\Caliber {#3696 -id: 174 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3697 …} -orderItems: Doctrine\ORM\PersistentCollection {#3699 …} -name: null -locale: null } App\Entity\Caliber {#3701 -id: 188 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3702 …} -orderItems: Doctrine\ORM\PersistentCollection {#3704 …} -name: null -locale: null } App\Entity\Caliber {#3706 -id: 202 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3707 …} -orderItems: Doctrine\ORM\PersistentCollection {#3709 …} -name: null -locale: null } App\Entity\Caliber {#3711 -id: 217 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3712 …} -orderItems: Doctrine\ORM\PersistentCollection {#3714 …} -name: null -locale: null } App\Entity\Caliber {#3716 -id: 232 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3717 …} -orderItems: Doctrine\ORM\PersistentCollection {#3719 …} -name: null -locale: null } App\Entity\Caliber {#3721 -id: 247 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3722 …} -orderItems: Doctrine\ORM\PersistentCollection {#3724 …} -name: null -locale: null } App\Entity\Caliber {#3726 -id: 261 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3727 …} -orderItems: Doctrine\ORM\PersistentCollection {#3729 …} -name: null -locale: null } App\Entity\Caliber {#3731 -id: 349 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3732 …} -orderItems: Doctrine\ORM\PersistentCollection {#3734 …} -name: null -locale: null } App\Entity\Caliber {#3736 -id: 363 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3737 …} -orderItems: Doctrine\ORM\PersistentCollection {#3739 …} -name: null -locale: null } App\Entity\Caliber {#3741 -id: 377 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3742 …} -orderItems: Doctrine\ORM\PersistentCollection {#3744 …} -name: null -locale: null } App\Entity\Caliber {#3746 -id: 391 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3747 …} -orderItems: Doctrine\ORM\PersistentCollection {#3749 …} -name: null -locale: null } App\Entity\Caliber {#3751 -id: 405 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3752 …} -orderItems: Doctrine\ORM\PersistentCollection {#3754 …} -name: null -locale: null } App\Entity\Caliber {#3756 -id: 419 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3757 …} -orderItems: Doctrine\ORM\PersistentCollection {#3759 …} -name: null -locale: null } App\Entity\Caliber {#3761 -id: 433 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3762 …} -orderItems: Doctrine\ORM\PersistentCollection {#3764 …} -name: null -locale: null } App\Entity\Caliber {#3766 -id: 447 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3767 …} -orderItems: Doctrine\ORM\PersistentCollection {#3769 …} -name: null -locale: null } App\Entity\Caliber {#3771 -id: 473 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3772 …} -orderItems: Doctrine\ORM\PersistentCollection {#3774 …} -name: null -locale: null } App\Entity\Caliber {#3776 -id: 487 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3777 …} -orderItems: Doctrine\ORM\PersistentCollection {#3779 …} -name: null -locale: null } App\Entity\Caliber {#3781 -id: 503 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3782 …} -orderItems: Doctrine\ORM\PersistentCollection {#3784 …} -name: null -locale: null } App\Entity\Caliber {#3786 -id: 517 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3787 …} -orderItems: Doctrine\ORM\PersistentCollection {#3789 …} -name: null -locale: null } App\Entity\Caliber {#3791 -id: 531 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3792 …} -orderItems: Doctrine\ORM\PersistentCollection {#3794 …} -name: null -locale: null } App\Entity\Caliber {#3796 -id: 14 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3797 …} -orderItems: Doctrine\ORM\PersistentCollection {#3799 …} -name: null -locale: null } App\Entity\Caliber {#3801 -id: 28 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3802 …} -orderItems: Doctrine\ORM\PersistentCollection {#3804 …} -name: null -locale: null } App\Entity\Caliber {#3806 -id: 42 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3807 …} -orderItems: Doctrine\ORM\PersistentCollection {#3809 …} -name: null -locale: null } App\Entity\Caliber {#3811 -id: 56 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3812 …} -orderItems: Doctrine\ORM\PersistentCollection {#3814 …} -name: null -locale: null } App\Entity\Caliber {#3816 -id: 70 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3817 …} -orderItems: Doctrine\ORM\PersistentCollection {#3819 …} -name: null -locale: null } App\Entity\Caliber {#3821 -id: 86 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3822 …} -orderItems: Doctrine\ORM\PersistentCollection {#3824 …} -name: null -locale: null } App\Entity\Caliber {#3826 -id: 100 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3827 …} -orderItems: Doctrine\ORM\PersistentCollection {#3829 …} -name: null -locale: null } App\Entity\Caliber {#3831 -id: 114 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3832 …} -orderItems: Doctrine\ORM\PersistentCollection {#3834 …} -name: null -locale: null } App\Entity\Caliber {#3836 -id: 132 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3837 …} -orderItems: Doctrine\ORM\PersistentCollection {#3839 …} -name: null -locale: null } App\Entity\Caliber {#3841 -id: 146 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3842 …} -orderItems: Doctrine\ORM\PersistentCollection {#3844 …} -name: null -locale: null } App\Entity\Caliber {#3846 -id: 161 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3847 …} -orderItems: Doctrine\ORM\PersistentCollection {#3849 …} -name: null -locale: null } App\Entity\Caliber {#3851 -id: 175 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3852 …} -orderItems: Doctrine\ORM\PersistentCollection {#3854 …} -name: null -locale: null } App\Entity\Caliber {#3856 -id: 189 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3857 …} -orderItems: Doctrine\ORM\PersistentCollection {#3859 …} -name: null -locale: null } App\Entity\Caliber {#3861 -id: 203 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3862 …} -orderItems: Doctrine\ORM\PersistentCollection {#3864 …} -name: null -locale: null } App\Entity\Caliber {#3866 -id: 218 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3867 …} -orderItems: Doctrine\ORM\PersistentCollection {#3869 …} -name: null -locale: null } App\Entity\Caliber {#3871 -id: 233 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3872 …} -orderItems: Doctrine\ORM\PersistentCollection {#3874 …} -name: null -locale: null } App\Entity\Caliber {#3876 -id: 248 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3877 …} -orderItems: Doctrine\ORM\PersistentCollection {#3879 …} -name: null -locale: null } App\Entity\Caliber {#3881 -id: 262 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3882 …} -orderItems: Doctrine\ORM\PersistentCollection {#3884 …} -name: null -locale: null } App\Entity\Caliber {#3886 -id: 350 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3887 …} -orderItems: Doctrine\ORM\PersistentCollection {#3889 …} -name: null -locale: null } App\Entity\Caliber {#3891 -id: 364 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3892 …} -orderItems: Doctrine\ORM\PersistentCollection {#3894 …} -name: null -locale: null } App\Entity\Caliber {#3896 -id: 378 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3897 …} -orderItems: Doctrine\ORM\PersistentCollection {#3899 …} -name: null -locale: null } App\Entity\Caliber {#3901 -id: 392 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3902 …} -orderItems: Doctrine\ORM\PersistentCollection {#3904 …} -name: null -locale: null } App\Entity\Caliber {#3906 -id: 406 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3907 …} -orderItems: Doctrine\ORM\PersistentCollection {#3909 …} -name: null -locale: null } App\Entity\Caliber {#3911 -id: 420 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3912 …} -orderItems: Doctrine\ORM\PersistentCollection {#3914 …} -name: null -locale: null } App\Entity\Caliber {#3916 -id: 434 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3917 …} -orderItems: Doctrine\ORM\PersistentCollection {#3919 …} -name: null -locale: null } App\Entity\Caliber {#3921 -id: 448 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3922 …} -orderItems: Doctrine\ORM\PersistentCollection {#3924 …} -name: null -locale: null } App\Entity\Caliber {#3926 -id: 474 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3927 …} -orderItems: Doctrine\ORM\PersistentCollection {#3929 …} -name: null -locale: null } App\Entity\Caliber {#3931 -id: 488 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3932 …} -orderItems: Doctrine\ORM\PersistentCollection {#3934 …} -name: null -locale: null } App\Entity\Caliber {#3936 -id: 504 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3937 …} -orderItems: Doctrine\ORM\PersistentCollection {#3939 …} -name: null -locale: null } App\Entity\Caliber {#3941 -id: 518 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3942 …} -orderItems: Doctrine\ORM\PersistentCollection {#3944 …} -name: null -locale: null } App\Entity\Caliber {#3946 -id: 532 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3947 …} -orderItems: Doctrine\ORM\PersistentCollection {#3949 …} -name: null -locale: null } App\Entity\Caliber {#3951 -id: 71 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3952 …} -orderItems: Doctrine\ORM\PersistentCollection {#3954 …} -name: null -locale: null } App\Entity\Caliber {#3956 -id: 115 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3957 …} -orderItems: Doctrine\ORM\PersistentCollection {#3959 …} -name: null -locale: null } App\Entity\Caliber {#3961 -id: 489 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3962 …} -orderItems: Doctrine\ORM\PersistentCollection {#3964 …} -name: null -locale: null } App\Entity\Caliber {#3966 -id: 533 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3967 …} -orderItems: Doctrine\ORM\PersistentCollection {#3969 …} -name: null -locale: null } App\Entity\Caliber {#3971 -id: 72 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3972 …} -orderItems: Doctrine\ORM\PersistentCollection {#3974 …} -name: null -locale: null } App\Entity\Caliber {#3976 -id: 116 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3977 …} -orderItems: Doctrine\ORM\PersistentCollection {#3979 …} -name: null -locale: null } App\Entity\Caliber {#3981 -id: 204 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3982 …} -orderItems: Doctrine\ORM\PersistentCollection {#3984 …} -name: null -locale: null } App\Entity\Caliber {#3986 -id: 490 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3987 …} -orderItems: Doctrine\ORM\PersistentCollection {#3989 …} -name: null -locale: null } App\Entity\Caliber {#3991 -id: 534 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3992 …} -orderItems: Doctrine\ORM\PersistentCollection {#3994 …} -name: null -locale: null } ] |
[ App\Entity\Caliber {#1282 -id: 305 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1336 …} -orderItems: Doctrine\ORM\PersistentCollection {#1334 …} -name: "NOS 1.0" -locale: null } App\Entity\Caliber {#1332 -id: 307 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1331 …} -orderItems: Doctrine\ORM\PersistentCollection {#1329 …} -name: "NOS 1.6" -locale: null } App\Entity\Caliber {#1327 -id: 309 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1325 …} -orderItems: Doctrine\ORM\PersistentCollection {#1323 …} -name: "NOY 1.0" -locale: null } App\Entity\Caliber {#1321 -id: 279 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1320 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1319 …} -orderItems: Doctrine\ORM\PersistentCollection {#1299 …} -name: null -locale: null } App\Entity\Caliber {#1303 -id: 280 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1304 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1305 …} -orderItems: Doctrine\ORM\PersistentCollection {#1307 …} -name: null -locale: null } App\Entity\Caliber {#1309 -id: 281 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1310 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1311 …} -orderItems: Doctrine\ORM\PersistentCollection {#1313 …} -name: null -locale: null } App\Entity\Caliber {#1315 -id: 282 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1316 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1317 …} -orderItems: Doctrine\ORM\PersistentCollection {#1339 …} -name: null -locale: null } App\Entity\Caliber {#1341 -id: 283 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1342 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1343 …} -orderItems: Doctrine\ORM\PersistentCollection {#1345 …} -name: null -locale: null } App\Entity\Caliber {#1347 -id: 284 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1348 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1349 …} -orderItems: Doctrine\ORM\PersistentCollection {#1351 …} -name: null -locale: null } App\Entity\Caliber {#1353 -id: 285 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1354 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1355 …} -orderItems: Doctrine\ORM\PersistentCollection {#1357 …} -name: null -locale: null } App\Entity\Caliber {#1359 -id: 286 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1360 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1361 …} -orderItems: Doctrine\ORM\PersistentCollection {#1363 …} -name: null -locale: null } App\Entity\Caliber {#1365 -id: 287 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1366 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1367 …} -orderItems: Doctrine\ORM\PersistentCollection {#1369 …} -name: null -locale: null } App\Entity\Caliber {#1371 -id: 288 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1372 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1373 …} -orderItems: Doctrine\ORM\PersistentCollection {#1375 …} -name: null -locale: null } App\Entity\Caliber {#1377 -id: 289 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1378 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1379 …} -orderItems: Doctrine\ORM\PersistentCollection {#1381 …} -name: null -locale: null } App\Entity\Caliber {#1383 -id: 290 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1384 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1385 …} -orderItems: Doctrine\ORM\PersistentCollection {#1387 …} -name: null -locale: null } App\Entity\Caliber {#1389 -id: 291 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1390 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1391 …} -orderItems: Doctrine\ORM\PersistentCollection {#1393 …} -name: null -locale: null } App\Entity\Caliber {#1395 -id: 292 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1396 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1397 …} -orderItems: Doctrine\ORM\PersistentCollection {#1399 …} -name: null -locale: null } App\Entity\Caliber {#1401 -id: 293 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1402 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1403 …} -orderItems: Doctrine\ORM\PersistentCollection {#1405 …} -name: null -locale: null } App\Entity\Caliber {#1407 -id: 294 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1408 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1409 …} -orderItems: Doctrine\ORM\PersistentCollection {#1411 …} -name: null -locale: null } App\Entity\Caliber {#1413 -id: 295 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1415 …} -orderItems: Doctrine\ORM\PersistentCollection {#1417 …} -name: null -locale: null } App\Entity\Caliber {#1419 -id: 1 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1421 …} -orderItems: Doctrine\ORM\PersistentCollection {#1423 …} -name: null -locale: null } App\Entity\Caliber {#1425 -id: 15 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1427 …} -orderItems: Doctrine\ORM\PersistentCollection {#1429 …} -name: null -locale: null } App\Entity\Caliber {#1431 -id: 29 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1433 …} -orderItems: Doctrine\ORM\PersistentCollection {#1435 …} -name: null -locale: null } App\Entity\Caliber {#1437 -id: 43 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1439 …} -orderItems: Doctrine\ORM\PersistentCollection {#1441 …} -name: null -locale: null } App\Entity\Caliber {#1443 -id: 57 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1445 …} -orderItems: Doctrine\ORM\PersistentCollection {#1447 …} -name: null -locale: null } App\Entity\Caliber {#1449 -id: 73 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1451 …} -orderItems: Doctrine\ORM\PersistentCollection {#1453 …} -name: null -locale: null } App\Entity\Caliber {#1455 -id: 87 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1457 …} -orderItems: Doctrine\ORM\PersistentCollection {#1459 …} -name: null -locale: null } App\Entity\Caliber {#1461 -id: 101 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1463 …} -orderItems: Doctrine\ORM\PersistentCollection {#1465 …} -name: null -locale: null } App\Entity\Caliber {#1467 -id: 117 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1469 …} -orderItems: Doctrine\ORM\PersistentCollection {#1471 …} -name: null -locale: null } App\Entity\Caliber {#1473 -id: 133 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1475 …} -orderItems: Doctrine\ORM\PersistentCollection {#1477 …} -name: null -locale: null } App\Entity\Caliber {#1479 -id: 148 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1481 …} -orderItems: Doctrine\ORM\PersistentCollection {#1483 …} -name: null -locale: null } App\Entity\Caliber {#1485 -id: 162 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1487 …} -orderItems: Doctrine\ORM\PersistentCollection {#1489 …} -name: null -locale: null } App\Entity\Caliber {#1491 -id: 176 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1493 …} -orderItems: Doctrine\ORM\PersistentCollection {#1495 …} -name: null -locale: null } App\Entity\Caliber {#1497 -id: 190 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1499 …} -orderItems: Doctrine\ORM\PersistentCollection {#1501 …} -name: null -locale: null } App\Entity\Caliber {#1503 -id: 205 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1505 …} -orderItems: Doctrine\ORM\PersistentCollection {#1507 …} -name: null -locale: null } App\Entity\Caliber {#1509 -id: 220 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1511 …} -orderItems: Doctrine\ORM\PersistentCollection {#1513 …} -name: null -locale: null } App\Entity\Caliber {#1515 -id: 235 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1517 …} -orderItems: Doctrine\ORM\PersistentCollection {#1519 …} -name: null -locale: null } App\Entity\Caliber {#1521 -id: 249 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1523 …} -orderItems: Doctrine\ORM\PersistentCollection {#1525 …} -name: null -locale: null } App\Entity\Caliber {#1527 -id: 263 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1529 …} -orderItems: Doctrine\ORM\PersistentCollection {#1531 …} -name: null -locale: null } App\Entity\Caliber {#1533 -id: 312 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1535 …} -orderItems: Doctrine\ORM\PersistentCollection {#1537 …} -name: "AS" -locale: null } App\Entity\Caliber {#1539 -id: 316 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1541 …} -orderItems: Doctrine\ORM\PersistentCollection {#1543 …} -name: "CS" -locale: null } App\Entity\Caliber {#1545 -id: 321 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1547 …} -orderItems: Doctrine\ORM\PersistentCollection {#1549 …} -name: null -locale: null } App\Entity\Caliber {#1551 -id: 337 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1553 …} -orderItems: Doctrine\ORM\PersistentCollection {#1555 …} -name: null -locale: null } App\Entity\Caliber {#1557 -id: 351 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1559 …} -orderItems: Doctrine\ORM\PersistentCollection {#1561 …} -name: null -locale: null } App\Entity\Caliber {#1563 -id: 365 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1565 …} -orderItems: Doctrine\ORM\PersistentCollection {#1567 …} -name: null -locale: null } App\Entity\Caliber {#1569 -id: 379 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1571 …} -orderItems: Doctrine\ORM\PersistentCollection {#1573 …} -name: null -locale: null } App\Entity\Caliber {#1575 -id: 393 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1577 …} -orderItems: Doctrine\ORM\PersistentCollection {#1579 …} -name: null -locale: null } App\Entity\Caliber {#1581 -id: 407 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1583 …} -orderItems: Doctrine\ORM\PersistentCollection {#1585 …} -name: null -locale: null } App\Entity\Caliber {#1587 -id: 421 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1589 …} -orderItems: Doctrine\ORM\PersistentCollection {#1591 …} -name: null -locale: null } App\Entity\Caliber {#1593 -id: 435 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1595 …} -orderItems: Doctrine\ORM\PersistentCollection {#1597 …} -name: null -locale: null } App\Entity\Caliber {#1599 -id: 453 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1601 …} -orderItems: Doctrine\ORM\PersistentCollection {#1603 …} -name: "AS" -locale: null } App\Entity\Caliber {#1605 -id: 456 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1607 …} -orderItems: Doctrine\ORM\PersistentCollection {#1609 …} -name: "CS" -locale: null } App\Entity\Caliber {#1611 -id: 459 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1613 …} -orderItems: Doctrine\ORM\PersistentCollection {#1615 …} -name: null -locale: null } App\Entity\Caliber {#1617 -id: 475 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1619 …} -orderItems: Doctrine\ORM\PersistentCollection {#1621 …} -name: null -locale: null } App\Entity\Caliber {#1623 -id: 491 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1625 …} -orderItems: Doctrine\ORM\PersistentCollection {#1627 …} -name: null -locale: null } App\Entity\Caliber {#1629 -id: 505 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1631 …} -orderItems: Doctrine\ORM\PersistentCollection {#1633 …} -name: null -locale: null } App\Entity\Caliber {#1635 -id: 519 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1637 …} -orderItems: Doctrine\ORM\PersistentCollection {#1639 …} -name: null -locale: null } App\Entity\Caliber {#1641 -id: 2 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1642 …} -orderItems: Doctrine\ORM\PersistentCollection {#1644 …} -name: null -locale: null } App\Entity\Caliber {#1646 -id: 16 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1647 …} -orderItems: Doctrine\ORM\PersistentCollection {#1649 …} -name: null -locale: null } App\Entity\Caliber {#1651 -id: 30 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1652 …} -orderItems: Doctrine\ORM\PersistentCollection {#1654 …} -name: null -locale: null } App\Entity\Caliber {#1656 -id: 44 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1657 …} -orderItems: Doctrine\ORM\PersistentCollection {#1659 …} -name: null -locale: null } App\Entity\Caliber {#1661 -id: 58 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1662 …} -orderItems: Doctrine\ORM\PersistentCollection {#1664 …} -name: null -locale: null } App\Entity\Caliber {#1666 -id: 74 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1667 …} -orderItems: Doctrine\ORM\PersistentCollection {#1669 …} -name: null -locale: null } App\Entity\Caliber {#1671 -id: 88 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1672 …} -orderItems: Doctrine\ORM\PersistentCollection {#1674 …} -name: null -locale: null } App\Entity\Caliber {#1676 -id: 102 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1677 …} -orderItems: Doctrine\ORM\PersistentCollection {#1679 …} -name: null -locale: null } App\Entity\Caliber {#1681 -id: 118 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1682 …} -orderItems: Doctrine\ORM\PersistentCollection {#1684 …} -name: null -locale: null } App\Entity\Caliber {#1686 -id: 134 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1687 …} -orderItems: Doctrine\ORM\PersistentCollection {#1689 …} -name: null -locale: null } App\Entity\Caliber {#1691 -id: 149 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1692 …} -orderItems: Doctrine\ORM\PersistentCollection {#1694 …} -name: null -locale: null } App\Entity\Caliber {#1696 -id: 163 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1697 …} -orderItems: Doctrine\ORM\PersistentCollection {#1699 …} -name: null -locale: null } App\Entity\Caliber {#1701 -id: 177 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1702 …} -orderItems: Doctrine\ORM\PersistentCollection {#1704 …} -name: null -locale: null } App\Entity\Caliber {#1706 -id: 191 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1707 …} -orderItems: Doctrine\ORM\PersistentCollection {#1709 …} -name: null -locale: null } App\Entity\Caliber {#1711 -id: 206 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1712 …} -orderItems: Doctrine\ORM\PersistentCollection {#1714 …} -name: null -locale: null } App\Entity\Caliber {#1716 -id: 221 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1717 …} -orderItems: Doctrine\ORM\PersistentCollection {#1719 …} -name: null -locale: null } App\Entity\Caliber {#1721 -id: 236 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1722 …} -orderItems: Doctrine\ORM\PersistentCollection {#1724 …} -name: null -locale: null } App\Entity\Caliber {#1726 -id: 250 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1727 …} -orderItems: Doctrine\ORM\PersistentCollection {#1729 …} -name: null -locale: null } App\Entity\Caliber {#1731 -id: 264 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1732 …} -orderItems: Doctrine\ORM\PersistentCollection {#1734 …} -name: null -locale: null } App\Entity\Caliber {#1736 -id: 272 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1738 …} -orderItems: Doctrine\ORM\PersistentCollection {#1740 …} -name: null -locale: null } App\Entity\Caliber {#1742 -id: 296 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1743 …} -orderItems: Doctrine\ORM\PersistentCollection {#1745 …} -name: null -locale: null } App\Entity\Caliber {#1747 -id: 299 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1749 …} -orderItems: Doctrine\ORM\PersistentCollection {#1751 …} -name: null -locale: null } App\Entity\Caliber {#1753 -id: 322 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1754 …} -orderItems: Doctrine\ORM\PersistentCollection {#1756 …} -name: null -locale: null } App\Entity\Caliber {#1758 -id: 330 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1760 …} -orderItems: Doctrine\ORM\PersistentCollection {#1762 …} -name: null -locale: null } App\Entity\Caliber {#1764 -id: 338 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1765 …} -orderItems: Doctrine\ORM\PersistentCollection {#1767 …} -name: null -locale: null } App\Entity\Caliber {#1769 -id: 352 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1770 …} -orderItems: Doctrine\ORM\PersistentCollection {#1772 …} -name: null -locale: null } App\Entity\Caliber {#1774 -id: 366 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1775 …} -orderItems: Doctrine\ORM\PersistentCollection {#1777 …} -name: null -locale: null } App\Entity\Caliber {#1779 -id: 380 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1780 …} -orderItems: Doctrine\ORM\PersistentCollection {#1782 …} -name: null -locale: null } App\Entity\Caliber {#1784 -id: 394 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1785 …} -orderItems: Doctrine\ORM\PersistentCollection {#1787 …} -name: null -locale: null } App\Entity\Caliber {#1789 -id: 408 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1790 …} -orderItems: Doctrine\ORM\PersistentCollection {#1792 …} -name: null -locale: null } App\Entity\Caliber {#1794 -id: 422 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1795 …} -orderItems: Doctrine\ORM\PersistentCollection {#1797 …} -name: null -locale: null } App\Entity\Caliber {#1799 -id: 436 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1800 …} -orderItems: Doctrine\ORM\PersistentCollection {#1802 …} -name: null -locale: null } App\Entity\Caliber {#1804 -id: 450 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1806 …} -orderItems: Doctrine\ORM\PersistentCollection {#1808 …} -name: "NOY" -locale: null } App\Entity\Caliber {#1810 -id: 460 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1811 …} -orderItems: Doctrine\ORM\PersistentCollection {#1813 …} -name: null -locale: null } App\Entity\Caliber {#1815 -id: 476 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1816 …} -orderItems: Doctrine\ORM\PersistentCollection {#1818 …} -name: null -locale: null } App\Entity\Caliber {#1820 -id: 492 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1821 …} -orderItems: Doctrine\ORM\PersistentCollection {#1823 …} -name: null -locale: null } App\Entity\Caliber {#1825 -id: 506 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1826 …} -orderItems: Doctrine\ORM\PersistentCollection {#1828 …} -name: null -locale: null } App\Entity\Caliber {#1830 -id: 520 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1831 …} -orderItems: Doctrine\ORM\PersistentCollection {#1833 …} -name: null -locale: null } App\Entity\Caliber {#1835 -id: 3 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1836 …} -orderItems: Doctrine\ORM\PersistentCollection {#1838 …} -name: null -locale: null } App\Entity\Caliber {#1840 -id: 17 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1841 …} -orderItems: Doctrine\ORM\PersistentCollection {#1843 …} -name: null -locale: null } App\Entity\Caliber {#1845 -id: 31 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1846 …} -orderItems: Doctrine\ORM\PersistentCollection {#1848 …} -name: null -locale: null } App\Entity\Caliber {#1850 -id: 45 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1851 …} -orderItems: Doctrine\ORM\PersistentCollection {#1853 …} -name: null -locale: null } App\Entity\Caliber {#1855 -id: 59 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1856 …} -orderItems: Doctrine\ORM\PersistentCollection {#1858 …} -name: null -locale: null } App\Entity\Caliber {#1860 -id: 75 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1861 …} -orderItems: Doctrine\ORM\PersistentCollection {#1863 …} -name: null -locale: null } App\Entity\Caliber {#1865 -id: 89 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1866 …} -orderItems: Doctrine\ORM\PersistentCollection {#1868 …} -name: null -locale: null } App\Entity\Caliber {#1870 -id: 103 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1871 …} -orderItems: Doctrine\ORM\PersistentCollection {#1873 …} -name: null -locale: null } App\Entity\Caliber {#1875 -id: 119 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1876 …} -orderItems: Doctrine\ORM\PersistentCollection {#1878 …} -name: null -locale: null } App\Entity\Caliber {#1880 -id: 135 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1881 …} -orderItems: Doctrine\ORM\PersistentCollection {#1883 …} -name: null -locale: null } App\Entity\Caliber {#1885 -id: 150 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1886 …} -orderItems: Doctrine\ORM\PersistentCollection {#1888 …} -name: null -locale: null } App\Entity\Caliber {#1890 -id: 164 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1891 …} -orderItems: Doctrine\ORM\PersistentCollection {#1893 …} -name: null -locale: null } App\Entity\Caliber {#1895 -id: 178 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1896 …} -orderItems: Doctrine\ORM\PersistentCollection {#1898 …} -name: null -locale: null } App\Entity\Caliber {#1900 -id: 192 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1901 …} -orderItems: Doctrine\ORM\PersistentCollection {#1903 …} -name: null -locale: null } App\Entity\Caliber {#1905 -id: 207 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1906 …} -orderItems: Doctrine\ORM\PersistentCollection {#1908 …} -name: null -locale: null } App\Entity\Caliber {#1910 -id: 222 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1911 …} -orderItems: Doctrine\ORM\PersistentCollection {#1913 …} -name: null -locale: null } App\Entity\Caliber {#1915 -id: 237 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1916 …} -orderItems: Doctrine\ORM\PersistentCollection {#1918 …} -name: null -locale: null } App\Entity\Caliber {#1920 -id: 251 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1921 …} -orderItems: Doctrine\ORM\PersistentCollection {#1923 …} -name: null -locale: null } App\Entity\Caliber {#1925 -id: 265 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1926 …} -orderItems: Doctrine\ORM\PersistentCollection {#1928 …} -name: null -locale: null } App\Entity\Caliber {#1930 -id: 273 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1931 …} -orderItems: Doctrine\ORM\PersistentCollection {#1933 …} -name: null -locale: null } App\Entity\Caliber {#1935 -id: 297 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1936 …} -orderItems: Doctrine\ORM\PersistentCollection {#1938 …} -name: null -locale: null } App\Entity\Caliber {#1940 -id: 300 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1941 …} -orderItems: Doctrine\ORM\PersistentCollection {#1943 …} -name: null -locale: null } App\Entity\Caliber {#1945 -id: 306 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1946 …} -orderItems: Doctrine\ORM\PersistentCollection {#1948 …} -name: "NOS" -locale: null } App\Entity\Caliber {#1950 -id: 310 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1951 …} -orderItems: Doctrine\ORM\PersistentCollection {#1953 …} -name: "NOY" -locale: null } App\Entity\Caliber {#1955 -id: 313 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1956 …} -orderItems: Doctrine\ORM\PersistentCollection {#1958 …} -name: "AS" -locale: null } App\Entity\Caliber {#1960 -id: 317 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1961 …} -orderItems: Doctrine\ORM\PersistentCollection {#1963 …} -name: "CS" -locale: null } App\Entity\Caliber {#1965 -id: 323 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1966 …} -orderItems: Doctrine\ORM\PersistentCollection {#1968 …} -name: null -locale: null } App\Entity\Caliber {#1970 -id: 331 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1971 …} -orderItems: Doctrine\ORM\PersistentCollection {#1973 …} -name: null -locale: null } App\Entity\Caliber {#1975 -id: 339 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1976 …} -orderItems: Doctrine\ORM\PersistentCollection {#1978 …} -name: null -locale: null } App\Entity\Caliber {#1980 -id: 353 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1981 …} -orderItems: Doctrine\ORM\PersistentCollection {#1983 …} -name: null -locale: null } App\Entity\Caliber {#1985 -id: 367 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1986 …} -orderItems: Doctrine\ORM\PersistentCollection {#1988 …} -name: null -locale: null } App\Entity\Caliber {#1990 -id: 381 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1991 …} -orderItems: Doctrine\ORM\PersistentCollection {#1993 …} -name: null -locale: null } App\Entity\Caliber {#1995 -id: 395 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1996 …} -orderItems: Doctrine\ORM\PersistentCollection {#1998 …} -name: null -locale: null } App\Entity\Caliber {#2000 -id: 409 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2001 …} -orderItems: Doctrine\ORM\PersistentCollection {#2003 …} -name: null -locale: null } App\Entity\Caliber {#2005 -id: 423 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2006 …} -orderItems: Doctrine\ORM\PersistentCollection {#2008 …} -name: null -locale: null } App\Entity\Caliber {#2010 -id: 437 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2011 …} -orderItems: Doctrine\ORM\PersistentCollection {#2013 …} -name: null -locale: null } App\Entity\Caliber {#2015 -id: 449 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2016 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2017 …} -orderItems: Doctrine\ORM\PersistentCollection {#2019 …} -name: "NOS" -locale: null } App\Entity\Caliber {#2021 -id: 451 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2022 …} -orderItems: Doctrine\ORM\PersistentCollection {#2024 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2026 -id: 454 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2027 …} -orderItems: Doctrine\ORM\PersistentCollection {#2029 …} -name: "AS" -locale: null } App\Entity\Caliber {#2031 -id: 457 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2032 …} -orderItems: Doctrine\ORM\PersistentCollection {#2034 …} -name: "CS" -locale: null } App\Entity\Caliber {#2036 -id: 461 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2037 …} -orderItems: Doctrine\ORM\PersistentCollection {#2039 …} -name: null -locale: null } App\Entity\Caliber {#2041 -id: 477 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2042 …} -orderItems: Doctrine\ORM\PersistentCollection {#2044 …} -name: null -locale: null } App\Entity\Caliber {#2046 -id: 493 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2047 …} -orderItems: Doctrine\ORM\PersistentCollection {#2049 …} -name: null -locale: null } App\Entity\Caliber {#2051 -id: 507 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2052 …} -orderItems: Doctrine\ORM\PersistentCollection {#2054 …} -name: null -locale: null } App\Entity\Caliber {#2056 -id: 521 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2057 …} -orderItems: Doctrine\ORM\PersistentCollection {#2059 …} -name: null -locale: null } App\Entity\Caliber {#2061 -id: 120 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2062 …} -orderItems: Doctrine\ORM\PersistentCollection {#2064 …} -name: null -locale: null } App\Entity\Caliber {#2066 -id: 462 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2067 …} -orderItems: Doctrine\ORM\PersistentCollection {#2069 …} -name: null -locale: null } App\Entity\Caliber {#2071 -id: 4 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2072 …} -orderItems: Doctrine\ORM\PersistentCollection {#2074 …} -name: null -locale: null } App\Entity\Caliber {#2076 -id: 18 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2077 …} -orderItems: Doctrine\ORM\PersistentCollection {#2079 …} -name: null -locale: null } App\Entity\Caliber {#2081 -id: 32 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2082 …} -orderItems: Doctrine\ORM\PersistentCollection {#2084 …} -name: null -locale: null } App\Entity\Caliber {#2086 -id: 46 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2087 …} -orderItems: Doctrine\ORM\PersistentCollection {#2089 …} -name: null -locale: null } App\Entity\Caliber {#2091 -id: 60 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2092 …} -orderItems: Doctrine\ORM\PersistentCollection {#2094 …} -name: null -locale: null } App\Entity\Caliber {#2096 -id: 76 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2097 …} -orderItems: Doctrine\ORM\PersistentCollection {#2099 …} -name: null -locale: null } App\Entity\Caliber {#2101 -id: 90 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2102 …} -orderItems: Doctrine\ORM\PersistentCollection {#2104 …} -name: null -locale: null } App\Entity\Caliber {#2106 -id: 104 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2107 …} -orderItems: Doctrine\ORM\PersistentCollection {#2109 …} -name: null -locale: null } App\Entity\Caliber {#2111 -id: 121 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2112 …} -orderItems: Doctrine\ORM\PersistentCollection {#2114 …} -name: null -locale: null } App\Entity\Caliber {#2116 -id: 136 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2117 …} -orderItems: Doctrine\ORM\PersistentCollection {#2119 …} -name: null -locale: null } App\Entity\Caliber {#2121 -id: 151 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2122 …} -orderItems: Doctrine\ORM\PersistentCollection {#2124 …} -name: null -locale: null } App\Entity\Caliber {#2126 -id: 165 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2127 …} -orderItems: Doctrine\ORM\PersistentCollection {#2129 …} -name: null -locale: null } App\Entity\Caliber {#2131 -id: 179 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2132 …} -orderItems: Doctrine\ORM\PersistentCollection {#2134 …} -name: null -locale: null } App\Entity\Caliber {#2136 -id: 193 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2137 …} -orderItems: Doctrine\ORM\PersistentCollection {#2139 …} -name: null -locale: null } App\Entity\Caliber {#2141 -id: 208 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2142 …} -orderItems: Doctrine\ORM\PersistentCollection {#2144 …} -name: null -locale: null } App\Entity\Caliber {#2146 -id: 223 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2147 …} -orderItems: Doctrine\ORM\PersistentCollection {#2149 …} -name: null -locale: null } App\Entity\Caliber {#2151 -id: 238 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2152 …} -orderItems: Doctrine\ORM\PersistentCollection {#2154 …} -name: null -locale: null } App\Entity\Caliber {#2156 -id: 252 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2157 …} -orderItems: Doctrine\ORM\PersistentCollection {#2159 …} -name: null -locale: null } App\Entity\Caliber {#2161 -id: 340 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2162 …} -orderItems: Doctrine\ORM\PersistentCollection {#2164 …} -name: null -locale: null } App\Entity\Caliber {#2166 -id: 354 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2167 …} -orderItems: Doctrine\ORM\PersistentCollection {#2169 …} -name: null -locale: null } App\Entity\Caliber {#2171 -id: 368 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2172 …} -orderItems: Doctrine\ORM\PersistentCollection {#2174 …} -name: null -locale: null } App\Entity\Caliber {#2176 -id: 382 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2177 …} -orderItems: Doctrine\ORM\PersistentCollection {#2179 …} -name: null -locale: null } App\Entity\Caliber {#2181 -id: 396 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2182 …} -orderItems: Doctrine\ORM\PersistentCollection {#2184 …} -name: null -locale: null } App\Entity\Caliber {#2186 -id: 410 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2187 …} -orderItems: Doctrine\ORM\PersistentCollection {#2189 …} -name: null -locale: null } App\Entity\Caliber {#2191 -id: 424 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2192 …} -orderItems: Doctrine\ORM\PersistentCollection {#2194 …} -name: null -locale: null } App\Entity\Caliber {#2196 -id: 438 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2197 …} -orderItems: Doctrine\ORM\PersistentCollection {#2199 …} -name: null -locale: null } App\Entity\Caliber {#2201 -id: 463 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2202 …} -orderItems: Doctrine\ORM\PersistentCollection {#2204 …} -name: null -locale: null } App\Entity\Caliber {#2206 -id: 478 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2207 …} -orderItems: Doctrine\ORM\PersistentCollection {#2209 …} -name: null -locale: null } App\Entity\Caliber {#2211 -id: 494 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2212 …} -orderItems: Doctrine\ORM\PersistentCollection {#2214 …} -name: null -locale: null } App\Entity\Caliber {#2216 -id: 508 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2217 …} -orderItems: Doctrine\ORM\PersistentCollection {#2219 …} -name: null -locale: null } App\Entity\Caliber {#2221 -id: 522 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2222 …} -orderItems: Doctrine\ORM\PersistentCollection {#2224 …} -name: null -locale: null } App\Entity\Caliber {#2226 -id: 5 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2227 …} -orderItems: Doctrine\ORM\PersistentCollection {#2229 …} -name: null -locale: null } App\Entity\Caliber {#2231 -id: 19 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2232 …} -orderItems: Doctrine\ORM\PersistentCollection {#2234 …} -name: null -locale: null } App\Entity\Caliber {#2236 -id: 33 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2237 …} -orderItems: Doctrine\ORM\PersistentCollection {#2239 …} -name: null -locale: null } App\Entity\Caliber {#2241 -id: 47 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2242 …} -orderItems: Doctrine\ORM\PersistentCollection {#2244 …} -name: null -locale: null } App\Entity\Caliber {#2246 -id: 61 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2247 …} -orderItems: Doctrine\ORM\PersistentCollection {#2249 …} -name: null -locale: null } App\Entity\Caliber {#2251 -id: 77 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2252 …} -orderItems: Doctrine\ORM\PersistentCollection {#2254 …} -name: null -locale: null } App\Entity\Caliber {#2256 -id: 91 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2257 …} -orderItems: Doctrine\ORM\PersistentCollection {#2259 …} -name: null -locale: null } App\Entity\Caliber {#2261 -id: 105 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2262 …} -orderItems: Doctrine\ORM\PersistentCollection {#2264 …} -name: null -locale: null } App\Entity\Caliber {#2266 -id: 122 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2267 …} -orderItems: Doctrine\ORM\PersistentCollection {#2269 …} -name: null -locale: null } App\Entity\Caliber {#2271 -id: 137 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2272 …} -orderItems: Doctrine\ORM\PersistentCollection {#2274 …} -name: null -locale: null } App\Entity\Caliber {#2276 -id: 152 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2277 …} -orderItems: Doctrine\ORM\PersistentCollection {#2279 …} -name: null -locale: null } App\Entity\Caliber {#2281 -id: 166 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2282 …} -orderItems: Doctrine\ORM\PersistentCollection {#2284 …} -name: null -locale: null } App\Entity\Caliber {#2286 -id: 180 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2287 …} -orderItems: Doctrine\ORM\PersistentCollection {#2289 …} -name: null -locale: null } App\Entity\Caliber {#2291 -id: 194 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2292 …} -orderItems: Doctrine\ORM\PersistentCollection {#2294 …} -name: null -locale: null } App\Entity\Caliber {#2296 -id: 209 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2297 …} -orderItems: Doctrine\ORM\PersistentCollection {#2299 …} -name: null -locale: null } App\Entity\Caliber {#2301 -id: 224 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2302 …} -orderItems: Doctrine\ORM\PersistentCollection {#2304 …} -name: null -locale: null } App\Entity\Caliber {#2306 -id: 239 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2307 …} -orderItems: Doctrine\ORM\PersistentCollection {#2309 …} -name: null -locale: null } App\Entity\Caliber {#2311 -id: 253 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2312 …} -orderItems: Doctrine\ORM\PersistentCollection {#2314 …} -name: null -locale: null } App\Entity\Caliber {#2316 -id: 266 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2317 …} -orderItems: Doctrine\ORM\PersistentCollection {#2319 …} -name: null -locale: null } App\Entity\Caliber {#2321 -id: 274 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2322 …} -orderItems: Doctrine\ORM\PersistentCollection {#2324 …} -name: null -locale: null } App\Entity\Caliber {#2326 -id: 324 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2327 …} -orderItems: Doctrine\ORM\PersistentCollection {#2329 …} -name: null -locale: null } App\Entity\Caliber {#2331 -id: 332 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2332 …} -orderItems: Doctrine\ORM\PersistentCollection {#2334 …} -name: null -locale: null } App\Entity\Caliber {#2336 -id: 341 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2337 …} -orderItems: Doctrine\ORM\PersistentCollection {#2339 …} -name: null -locale: null } App\Entity\Caliber {#2341 -id: 355 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2342 …} -orderItems: Doctrine\ORM\PersistentCollection {#2344 …} -name: null -locale: null } App\Entity\Caliber {#2346 -id: 369 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2347 …} -orderItems: Doctrine\ORM\PersistentCollection {#2349 …} -name: null -locale: null } App\Entity\Caliber {#2351 -id: 383 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2352 …} -orderItems: Doctrine\ORM\PersistentCollection {#2354 …} -name: null -locale: null } App\Entity\Caliber {#2356 -id: 397 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2357 …} -orderItems: Doctrine\ORM\PersistentCollection {#2359 …} -name: null -locale: null } App\Entity\Caliber {#2361 -id: 411 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2362 …} -orderItems: Doctrine\ORM\PersistentCollection {#2364 …} -name: null -locale: null } App\Entity\Caliber {#2366 -id: 425 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2367 …} -orderItems: Doctrine\ORM\PersistentCollection {#2369 …} -name: null -locale: null } App\Entity\Caliber {#2371 -id: 439 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2372 …} -orderItems: Doctrine\ORM\PersistentCollection {#2374 …} -name: null -locale: null } App\Entity\Caliber {#2376 -id: 464 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2377 …} -orderItems: Doctrine\ORM\PersistentCollection {#2379 …} -name: null -locale: null } App\Entity\Caliber {#2381 -id: 479 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2382 …} -orderItems: Doctrine\ORM\PersistentCollection {#2384 …} -name: null -locale: null } App\Entity\Caliber {#2386 -id: 495 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2387 …} -orderItems: Doctrine\ORM\PersistentCollection {#2389 …} -name: null -locale: null } App\Entity\Caliber {#2391 -id: 509 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2392 …} -orderItems: Doctrine\ORM\PersistentCollection {#2394 …} -name: null -locale: null } App\Entity\Caliber {#2396 -id: 523 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2397 …} -orderItems: Doctrine\ORM\PersistentCollection {#2399 …} -name: null -locale: null } App\Entity\Caliber {#2401 -id: 123 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2402 …} -orderItems: Doctrine\ORM\PersistentCollection {#2404 …} -name: null -locale: null } App\Entity\Caliber {#2406 -id: 298 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2407 …} -orderItems: Doctrine\ORM\PersistentCollection {#2409 …} -name: null -locale: null } App\Entity\Caliber {#2411 -id: 301 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2412 …} -orderItems: Doctrine\ORM\PersistentCollection {#2414 …} -name: null -locale: null } App\Entity\Caliber {#2416 -id: 311 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2417 …} -orderItems: Doctrine\ORM\PersistentCollection {#2419 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2421 -id: 315 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2422 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2423 …} -orderItems: Doctrine\ORM\PersistentCollection {#2425 …} -name: "BS" -locale: null } App\Entity\Caliber {#2427 -id: 318 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2428 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2429 …} -orderItems: Doctrine\ORM\PersistentCollection {#2431 …} -name: "FS" -locale: null } App\Entity\Caliber {#2433 -id: 452 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2434 …} -orderItems: Doctrine\ORM\PersistentCollection {#2436 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2438 -id: 455 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2439 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2440 …} -orderItems: Doctrine\ORM\PersistentCollection {#2442 …} -name: "BS" -locale: null } App\Entity\Caliber {#2444 -id: 458 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2445 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2446 …} -orderItems: Doctrine\ORM\PersistentCollection {#2448 …} -name: "FS" -locale: null } App\Entity\Caliber {#2450 -id: 465 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2451 …} -orderItems: Doctrine\ORM\PersistentCollection {#2453 …} -name: null -locale: null } App\Entity\Caliber {#2455 -id: 6 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2456 …} -orderItems: Doctrine\ORM\PersistentCollection {#2458 …} -name: null -locale: null } App\Entity\Caliber {#2460 -id: 20 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2461 …} -orderItems: Doctrine\ORM\PersistentCollection {#2463 …} -name: null -locale: null } App\Entity\Caliber {#2465 -id: 34 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2466 …} -orderItems: Doctrine\ORM\PersistentCollection {#2468 …} -name: null -locale: null } App\Entity\Caliber {#2470 -id: 48 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2471 …} -orderItems: Doctrine\ORM\PersistentCollection {#2473 …} -name: null -locale: null } App\Entity\Caliber {#2475 -id: 62 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2476 …} -orderItems: Doctrine\ORM\PersistentCollection {#2478 …} -name: null -locale: null } App\Entity\Caliber {#2480 -id: 78 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2481 …} -orderItems: Doctrine\ORM\PersistentCollection {#2483 …} -name: null -locale: null } App\Entity\Caliber {#2485 -id: 92 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2486 …} -orderItems: Doctrine\ORM\PersistentCollection {#2488 …} -name: null -locale: null } App\Entity\Caliber {#2490 -id: 106 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2491 …} -orderItems: Doctrine\ORM\PersistentCollection {#2493 …} -name: null -locale: null } App\Entity\Caliber {#2495 -id: 124 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2496 …} -orderItems: Doctrine\ORM\PersistentCollection {#2498 …} -name: null -locale: null } App\Entity\Caliber {#2500 -id: 138 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2501 …} -orderItems: Doctrine\ORM\PersistentCollection {#2503 …} -name: null -locale: null } App\Entity\Caliber {#2505 -id: 153 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2506 …} -orderItems: Doctrine\ORM\PersistentCollection {#2508 …} -name: null -locale: null } App\Entity\Caliber {#2510 -id: 167 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2511 …} -orderItems: Doctrine\ORM\PersistentCollection {#2513 …} -name: null -locale: null } App\Entity\Caliber {#2515 -id: 181 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2516 …} -orderItems: Doctrine\ORM\PersistentCollection {#2518 …} -name: null -locale: null } App\Entity\Caliber {#2520 -id: 195 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2521 …} -orderItems: Doctrine\ORM\PersistentCollection {#2523 …} -name: null -locale: null } App\Entity\Caliber {#2525 -id: 210 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2526 …} -orderItems: Doctrine\ORM\PersistentCollection {#2528 …} -name: null -locale: null } App\Entity\Caliber {#2530 -id: 225 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2531 …} -orderItems: Doctrine\ORM\PersistentCollection {#2533 …} -name: null -locale: null } App\Entity\Caliber {#2535 -id: 240 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2536 …} -orderItems: Doctrine\ORM\PersistentCollection {#2538 …} -name: null -locale: null } App\Entity\Caliber {#2540 -id: 254 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2541 …} -orderItems: Doctrine\ORM\PersistentCollection {#2543 …} -name: null -locale: null } App\Entity\Caliber {#2545 -id: 342 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2546 …} -orderItems: Doctrine\ORM\PersistentCollection {#2548 …} -name: null -locale: null } App\Entity\Caliber {#2550 -id: 356 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2551 …} -orderItems: Doctrine\ORM\PersistentCollection {#2553 …} -name: null -locale: null } App\Entity\Caliber {#2555 -id: 370 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2556 …} -orderItems: Doctrine\ORM\PersistentCollection {#2558 …} -name: null -locale: null } App\Entity\Caliber {#2560 -id: 384 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2561 …} -orderItems: Doctrine\ORM\PersistentCollection {#2563 …} -name: null -locale: null } App\Entity\Caliber {#2565 -id: 398 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2566 …} -orderItems: Doctrine\ORM\PersistentCollection {#2568 …} -name: null -locale: null } App\Entity\Caliber {#2570 -id: 412 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2571 …} -orderItems: Doctrine\ORM\PersistentCollection {#2573 …} -name: null -locale: null } App\Entity\Caliber {#2575 -id: 426 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2576 …} -orderItems: Doctrine\ORM\PersistentCollection {#2578 …} -name: null -locale: null } App\Entity\Caliber {#2580 -id: 440 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2581 …} -orderItems: Doctrine\ORM\PersistentCollection {#2583 …} -name: null -locale: null } App\Entity\Caliber {#2585 -id: 466 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2586 …} -orderItems: Doctrine\ORM\PersistentCollection {#2588 …} -name: null -locale: null } App\Entity\Caliber {#2590 -id: 480 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2591 …} -orderItems: Doctrine\ORM\PersistentCollection {#2593 …} -name: null -locale: null } App\Entity\Caliber {#2595 -id: 496 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2596 …} -orderItems: Doctrine\ORM\PersistentCollection {#2598 …} -name: null -locale: null } App\Entity\Caliber {#2600 -id: 510 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2601 …} -orderItems: Doctrine\ORM\PersistentCollection {#2603 …} -name: null -locale: null } App\Entity\Caliber {#2605 -id: 524 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2606 …} -orderItems: Doctrine\ORM\PersistentCollection {#2608 …} -name: null -locale: null } App\Entity\Caliber {#2610 -id: 7 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2611 …} -orderItems: Doctrine\ORM\PersistentCollection {#2613 …} -name: null -locale: null } App\Entity\Caliber {#2615 -id: 21 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2616 …} -orderItems: Doctrine\ORM\PersistentCollection {#2618 …} -name: null -locale: null } App\Entity\Caliber {#2620 -id: 35 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2621 …} -orderItems: Doctrine\ORM\PersistentCollection {#2623 …} -name: null -locale: null } App\Entity\Caliber {#2625 -id: 49 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2626 …} -orderItems: Doctrine\ORM\PersistentCollection {#2628 …} -name: null -locale: null } App\Entity\Caliber {#2630 -id: 63 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2631 …} -orderItems: Doctrine\ORM\PersistentCollection {#2633 …} -name: null -locale: null } App\Entity\Caliber {#2635 -id: 79 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2636 …} -orderItems: Doctrine\ORM\PersistentCollection {#2638 …} -name: null -locale: null } App\Entity\Caliber {#2640 -id: 93 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2641 …} -orderItems: Doctrine\ORM\PersistentCollection {#2643 …} -name: null -locale: null } App\Entity\Caliber {#2645 -id: 107 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2646 …} -orderItems: Doctrine\ORM\PersistentCollection {#2648 …} -name: null -locale: null } App\Entity\Caliber {#2650 -id: 125 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2651 …} -orderItems: Doctrine\ORM\PersistentCollection {#2653 …} -name: null -locale: null } App\Entity\Caliber {#2655 -id: 139 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2656 …} -orderItems: Doctrine\ORM\PersistentCollection {#2658 …} -name: null -locale: null } App\Entity\Caliber {#2660 -id: 154 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2661 …} -orderItems: Doctrine\ORM\PersistentCollection {#2663 …} -name: null -locale: null } App\Entity\Caliber {#2665 -id: 168 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2666 …} -orderItems: Doctrine\ORM\PersistentCollection {#2668 …} -name: null -locale: null } App\Entity\Caliber {#2670 -id: 182 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2671 …} -orderItems: Doctrine\ORM\PersistentCollection {#2673 …} -name: null -locale: null } App\Entity\Caliber {#2675 -id: 196 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2676 …} -orderItems: Doctrine\ORM\PersistentCollection {#2678 …} -name: null -locale: null } App\Entity\Caliber {#2680 -id: 211 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2681 …} -orderItems: Doctrine\ORM\PersistentCollection {#2683 …} -name: null -locale: null } App\Entity\Caliber {#2685 -id: 226 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2686 …} -orderItems: Doctrine\ORM\PersistentCollection {#2688 …} -name: null -locale: null } App\Entity\Caliber {#2690 -id: 241 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2691 …} -orderItems: Doctrine\ORM\PersistentCollection {#2693 …} -name: null -locale: null } App\Entity\Caliber {#2695 -id: 255 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2696 …} -orderItems: Doctrine\ORM\PersistentCollection {#2698 …} -name: null -locale: null } App\Entity\Caliber {#2700 -id: 267 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2701 …} -orderItems: Doctrine\ORM\PersistentCollection {#2703 …} -name: null -locale: null } App\Entity\Caliber {#2705 -id: 275 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2706 …} -orderItems: Doctrine\ORM\PersistentCollection {#2708 …} -name: null -locale: null } App\Entity\Caliber {#2710 -id: 325 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2711 …} -orderItems: Doctrine\ORM\PersistentCollection {#2713 …} -name: null -locale: null } App\Entity\Caliber {#2715 -id: 333 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2716 …} -orderItems: Doctrine\ORM\PersistentCollection {#2718 …} -name: null -locale: null } App\Entity\Caliber {#2720 -id: 343 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2721 …} -orderItems: Doctrine\ORM\PersistentCollection {#2723 …} -name: null -locale: null } App\Entity\Caliber {#2725 -id: 357 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2726 …} -orderItems: Doctrine\ORM\PersistentCollection {#2728 …} -name: null -locale: null } App\Entity\Caliber {#2730 -id: 371 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2731 …} -orderItems: Doctrine\ORM\PersistentCollection {#2733 …} -name: null -locale: null } App\Entity\Caliber {#2735 -id: 385 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2736 …} -orderItems: Doctrine\ORM\PersistentCollection {#2738 …} -name: null -locale: null } App\Entity\Caliber {#2740 -id: 399 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2741 …} -orderItems: Doctrine\ORM\PersistentCollection {#2743 …} -name: null -locale: null } App\Entity\Caliber {#2745 -id: 413 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2746 …} -orderItems: Doctrine\ORM\PersistentCollection {#2748 …} -name: null -locale: null } App\Entity\Caliber {#2750 -id: 427 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2751 …} -orderItems: Doctrine\ORM\PersistentCollection {#2753 …} -name: null -locale: null } App\Entity\Caliber {#2755 -id: 441 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2756 …} -orderItems: Doctrine\ORM\PersistentCollection {#2758 …} -name: null -locale: null } App\Entity\Caliber {#2760 -id: 467 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2761 …} -orderItems: Doctrine\ORM\PersistentCollection {#2763 …} -name: null -locale: null } App\Entity\Caliber {#2765 -id: 481 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2766 …} -orderItems: Doctrine\ORM\PersistentCollection {#2768 …} -name: null -locale: null } App\Entity\Caliber {#2770 -id: 497 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2771 …} -orderItems: Doctrine\ORM\PersistentCollection {#2773 …} -name: null -locale: null } App\Entity\Caliber {#2775 -id: 511 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2776 …} -orderItems: Doctrine\ORM\PersistentCollection {#2778 …} -name: null -locale: null } App\Entity\Caliber {#2780 -id: 525 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2781 …} -orderItems: Doctrine\ORM\PersistentCollection {#2783 …} -name: null -locale: null } App\Entity\Caliber {#2785 -id: 319 -caliber: "2.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2787 …} -orderItems: Doctrine\ORM\PersistentCollection {#2789 …} -name: null -locale: null } App\Entity\Caliber {#2791 -id: 320 -caliber: "2.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2792 …} -orderItems: Doctrine\ORM\PersistentCollection {#2794 …} -name: null -locale: null } App\Entity\Caliber {#2796 -id: 8 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2797 …} -orderItems: Doctrine\ORM\PersistentCollection {#2799 …} -name: null -locale: null } App\Entity\Caliber {#2801 -id: 22 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2802 …} -orderItems: Doctrine\ORM\PersistentCollection {#2804 …} -name: null -locale: null } App\Entity\Caliber {#2806 -id: 36 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2807 …} -orderItems: Doctrine\ORM\PersistentCollection {#2809 …} -name: null -locale: null } App\Entity\Caliber {#2811 -id: 50 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2812 …} -orderItems: Doctrine\ORM\PersistentCollection {#2814 …} -name: null -locale: null } App\Entity\Caliber {#2816 -id: 64 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2817 …} -orderItems: Doctrine\ORM\PersistentCollection {#2819 …} -name: null -locale: null } App\Entity\Caliber {#2821 -id: 80 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2822 …} -orderItems: Doctrine\ORM\PersistentCollection {#2824 …} -name: null -locale: null } App\Entity\Caliber {#2826 -id: 94 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2827 …} -orderItems: Doctrine\ORM\PersistentCollection {#2829 …} -name: null -locale: null } App\Entity\Caliber {#2831 -id: 108 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2832 …} -orderItems: Doctrine\ORM\PersistentCollection {#2834 …} -name: null -locale: null } App\Entity\Caliber {#2836 -id: 126 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2837 …} -orderItems: Doctrine\ORM\PersistentCollection {#2839 …} -name: null -locale: null } App\Entity\Caliber {#2841 -id: 140 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2842 …} -orderItems: Doctrine\ORM\PersistentCollection {#2844 …} -name: null -locale: null } App\Entity\Caliber {#2846 -id: 155 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2847 …} -orderItems: Doctrine\ORM\PersistentCollection {#2849 …} -name: null -locale: null } App\Entity\Caliber {#2851 -id: 169 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2852 …} -orderItems: Doctrine\ORM\PersistentCollection {#2854 …} -name: null -locale: null } App\Entity\Caliber {#2856 -id: 183 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2857 …} -orderItems: Doctrine\ORM\PersistentCollection {#2859 …} -name: null -locale: null } App\Entity\Caliber {#2861 -id: 197 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2862 …} -orderItems: Doctrine\ORM\PersistentCollection {#2864 …} -name: null -locale: null } App\Entity\Caliber {#2866 -id: 212 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2867 …} -orderItems: Doctrine\ORM\PersistentCollection {#2869 …} -name: null -locale: null } App\Entity\Caliber {#2871 -id: 227 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2872 …} -orderItems: Doctrine\ORM\PersistentCollection {#2874 …} -name: null -locale: null } App\Entity\Caliber {#2876 -id: 242 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2877 …} -orderItems: Doctrine\ORM\PersistentCollection {#2879 …} -name: null -locale: null } App\Entity\Caliber {#2881 -id: 256 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2882 …} -orderItems: Doctrine\ORM\PersistentCollection {#2884 …} -name: null -locale: null } App\Entity\Caliber {#2886 -id: 268 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2887 …} -orderItems: Doctrine\ORM\PersistentCollection {#2889 …} -name: null -locale: null } App\Entity\Caliber {#2891 -id: 276 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2892 …} -orderItems: Doctrine\ORM\PersistentCollection {#2894 …} -name: null -locale: null } App\Entity\Caliber {#2896 -id: 326 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2897 …} -orderItems: Doctrine\ORM\PersistentCollection {#2899 …} -name: null -locale: null } App\Entity\Caliber {#2901 -id: 334 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2902 …} -orderItems: Doctrine\ORM\PersistentCollection {#2904 …} -name: null -locale: null } App\Entity\Caliber {#2906 -id: 344 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2907 …} -orderItems: Doctrine\ORM\PersistentCollection {#2909 …} -name: null -locale: null } App\Entity\Caliber {#2911 -id: 358 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2912 …} -orderItems: Doctrine\ORM\PersistentCollection {#2914 …} -name: null -locale: null } App\Entity\Caliber {#2916 -id: 372 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2917 …} -orderItems: Doctrine\ORM\PersistentCollection {#2919 …} -name: null -locale: null } App\Entity\Caliber {#2921 -id: 386 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2922 …} -orderItems: Doctrine\ORM\PersistentCollection {#2924 …} -name: null -locale: null } App\Entity\Caliber {#2926 -id: 400 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2927 …} -orderItems: Doctrine\ORM\PersistentCollection {#2929 …} -name: null -locale: null } App\Entity\Caliber {#2931 -id: 414 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2932 …} -orderItems: Doctrine\ORM\PersistentCollection {#2934 …} -name: null -locale: null } App\Entity\Caliber {#2936 -id: 428 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2937 …} -orderItems: Doctrine\ORM\PersistentCollection {#2939 …} -name: null -locale: null } App\Entity\Caliber {#2941 -id: 442 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2942 …} -orderItems: Doctrine\ORM\PersistentCollection {#2944 …} -name: null -locale: null } App\Entity\Caliber {#2946 -id: 468 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2947 …} -orderItems: Doctrine\ORM\PersistentCollection {#2949 …} -name: null -locale: null } App\Entity\Caliber {#2951 -id: 482 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2952 …} -orderItems: Doctrine\ORM\PersistentCollection {#2954 …} -name: null -locale: null } App\Entity\Caliber {#2956 -id: 498 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2957 …} -orderItems: Doctrine\ORM\PersistentCollection {#2959 …} -name: null -locale: null } App\Entity\Caliber {#2961 -id: 512 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2962 …} -orderItems: Doctrine\ORM\PersistentCollection {#2964 …} -name: null -locale: null } App\Entity\Caliber {#2966 -id: 526 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2967 …} -orderItems: Doctrine\ORM\PersistentCollection {#2969 …} -name: null -locale: null } App\Entity\Caliber {#2971 -id: 9 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2972 …} -orderItems: Doctrine\ORM\PersistentCollection {#2974 …} -name: null -locale: null } App\Entity\Caliber {#2976 -id: 23 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2977 …} -orderItems: Doctrine\ORM\PersistentCollection {#2979 …} -name: null -locale: null } App\Entity\Caliber {#2981 -id: 37 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2982 …} -orderItems: Doctrine\ORM\PersistentCollection {#2984 …} -name: null -locale: null } App\Entity\Caliber {#2986 -id: 51 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2987 …} -orderItems: Doctrine\ORM\PersistentCollection {#2989 …} -name: null -locale: null } App\Entity\Caliber {#2991 -id: 65 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2992 …} -orderItems: Doctrine\ORM\PersistentCollection {#2994 …} -name: null -locale: null } App\Entity\Caliber {#2996 -id: 81 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2997 …} -orderItems: Doctrine\ORM\PersistentCollection {#2999 …} -name: null -locale: null } App\Entity\Caliber {#3001 -id: 95 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3002 …} -orderItems: Doctrine\ORM\PersistentCollection {#3004 …} -name: null -locale: null } App\Entity\Caliber {#3006 -id: 109 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3007 …} -orderItems: Doctrine\ORM\PersistentCollection {#3009 …} -name: null -locale: null } App\Entity\Caliber {#3011 -id: 127 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3012 …} -orderItems: Doctrine\ORM\PersistentCollection {#3014 …} -name: null -locale: null } App\Entity\Caliber {#3016 -id: 141 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3017 …} -orderItems: Doctrine\ORM\PersistentCollection {#3019 …} -name: null -locale: null } App\Entity\Caliber {#3021 -id: 156 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3022 …} -orderItems: Doctrine\ORM\PersistentCollection {#3024 …} -name: null -locale: null } App\Entity\Caliber {#3026 -id: 170 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3027 …} -orderItems: Doctrine\ORM\PersistentCollection {#3029 …} -name: null -locale: null } App\Entity\Caliber {#3031 -id: 184 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3032 …} -orderItems: Doctrine\ORM\PersistentCollection {#3034 …} -name: null -locale: null } App\Entity\Caliber {#3036 -id: 198 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3037 …} -orderItems: Doctrine\ORM\PersistentCollection {#3039 …} -name: null -locale: null } App\Entity\Caliber {#3041 -id: 213 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3042 …} -orderItems: Doctrine\ORM\PersistentCollection {#3044 …} -name: null -locale: null } App\Entity\Caliber {#3046 -id: 228 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3047 …} -orderItems: Doctrine\ORM\PersistentCollection {#3049 …} -name: null -locale: null } App\Entity\Caliber {#3051 -id: 243 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3052 …} -orderItems: Doctrine\ORM\PersistentCollection {#3054 …} -name: null -locale: null } App\Entity\Caliber {#3056 -id: 257 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3057 …} -orderItems: Doctrine\ORM\PersistentCollection {#3059 …} -name: null -locale: null } App\Entity\Caliber {#3061 -id: 269 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3062 …} -orderItems: Doctrine\ORM\PersistentCollection {#3064 …} -name: null -locale: null } App\Entity\Caliber {#3066 -id: 277 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3067 …} -orderItems: Doctrine\ORM\PersistentCollection {#3069 …} -name: null -locale: null } App\Entity\Caliber {#3071 -id: 327 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3072 …} -orderItems: Doctrine\ORM\PersistentCollection {#3074 …} -name: null -locale: null } App\Entity\Caliber {#3076 -id: 335 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3077 …} -orderItems: Doctrine\ORM\PersistentCollection {#3079 …} -name: null -locale: null } App\Entity\Caliber {#3081 -id: 345 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3082 …} -orderItems: Doctrine\ORM\PersistentCollection {#3084 …} -name: null -locale: null } App\Entity\Caliber {#3086 -id: 359 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3087 …} -orderItems: Doctrine\ORM\PersistentCollection {#3089 …} -name: null -locale: null } App\Entity\Caliber {#3091 -id: 373 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3092 …} -orderItems: Doctrine\ORM\PersistentCollection {#3094 …} -name: null -locale: null } App\Entity\Caliber {#3096 -id: 387 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3097 …} -orderItems: Doctrine\ORM\PersistentCollection {#3099 …} -name: null -locale: null } App\Entity\Caliber {#3101 -id: 401 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3102 …} -orderItems: Doctrine\ORM\PersistentCollection {#3104 …} -name: null -locale: null } App\Entity\Caliber {#3106 -id: 415 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3107 …} -orderItems: Doctrine\ORM\PersistentCollection {#3109 …} -name: null -locale: null } App\Entity\Caliber {#3111 -id: 429 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3112 …} -orderItems: Doctrine\ORM\PersistentCollection {#3114 …} -name: null -locale: null } App\Entity\Caliber {#3116 -id: 443 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3117 …} -orderItems: Doctrine\ORM\PersistentCollection {#3119 …} -name: null -locale: null } App\Entity\Caliber {#3121 -id: 469 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3122 …} -orderItems: Doctrine\ORM\PersistentCollection {#3124 …} -name: null -locale: null } App\Entity\Caliber {#3126 -id: 483 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3127 …} -orderItems: Doctrine\ORM\PersistentCollection {#3129 …} -name: null -locale: null } App\Entity\Caliber {#3131 -id: 499 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3132 …} -orderItems: Doctrine\ORM\PersistentCollection {#3134 …} -name: null -locale: null } App\Entity\Caliber {#3136 -id: 513 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3137 …} -orderItems: Doctrine\ORM\PersistentCollection {#3139 …} -name: null -locale: null } App\Entity\Caliber {#3141 -id: 527 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3142 …} -orderItems: Doctrine\ORM\PersistentCollection {#3144 …} -name: null -locale: null } App\Entity\Caliber {#3146 -id: 10 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3147 …} -orderItems: Doctrine\ORM\PersistentCollection {#3149 …} -name: null -locale: null } App\Entity\Caliber {#3151 -id: 24 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3152 …} -orderItems: Doctrine\ORM\PersistentCollection {#3154 …} -name: null -locale: null } App\Entity\Caliber {#3156 -id: 38 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3157 …} -orderItems: Doctrine\ORM\PersistentCollection {#3159 …} -name: null -locale: null } App\Entity\Caliber {#3161 -id: 52 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3162 …} -orderItems: Doctrine\ORM\PersistentCollection {#3164 …} -name: null -locale: null } App\Entity\Caliber {#3166 -id: 66 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3167 …} -orderItems: Doctrine\ORM\PersistentCollection {#3169 …} -name: null -locale: null } App\Entity\Caliber {#3171 -id: 82 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3172 …} -orderItems: Doctrine\ORM\PersistentCollection {#3174 …} -name: null -locale: null } App\Entity\Caliber {#3176 -id: 96 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3177 …} -orderItems: Doctrine\ORM\PersistentCollection {#3179 …} -name: null -locale: null } App\Entity\Caliber {#3181 -id: 110 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3182 …} -orderItems: Doctrine\ORM\PersistentCollection {#3184 …} -name: null -locale: null } App\Entity\Caliber {#3186 -id: 128 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3187 …} -orderItems: Doctrine\ORM\PersistentCollection {#3189 …} -name: null -locale: null } App\Entity\Caliber {#3191 -id: 142 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3192 …} -orderItems: Doctrine\ORM\PersistentCollection {#3194 …} -name: null -locale: null } App\Entity\Caliber {#3196 -id: 157 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3197 …} -orderItems: Doctrine\ORM\PersistentCollection {#3199 …} -name: null -locale: null } App\Entity\Caliber {#3201 -id: 171 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3202 …} -orderItems: Doctrine\ORM\PersistentCollection {#3204 …} -name: null -locale: null } App\Entity\Caliber {#3206 -id: 185 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3207 …} -orderItems: Doctrine\ORM\PersistentCollection {#3209 …} -name: null -locale: null } App\Entity\Caliber {#3211 -id: 199 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3212 …} -orderItems: Doctrine\ORM\PersistentCollection {#3214 …} -name: null -locale: null } App\Entity\Caliber {#3216 -id: 214 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3217 …} -orderItems: Doctrine\ORM\PersistentCollection {#3219 …} -name: null -locale: null } App\Entity\Caliber {#3221 -id: 229 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3222 …} -orderItems: Doctrine\ORM\PersistentCollection {#3224 …} -name: null -locale: null } App\Entity\Caliber {#3226 -id: 244 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3227 …} -orderItems: Doctrine\ORM\PersistentCollection {#3229 …} -name: null -locale: null } App\Entity\Caliber {#3231 -id: 258 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3232 …} -orderItems: Doctrine\ORM\PersistentCollection {#3234 …} -name: null -locale: null } App\Entity\Caliber {#3236 -id: 270 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3237 …} -orderItems: Doctrine\ORM\PersistentCollection {#3239 …} -name: null -locale: null } App\Entity\Caliber {#3241 -id: 328 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3242 …} -orderItems: Doctrine\ORM\PersistentCollection {#3244 …} -name: null -locale: null } App\Entity\Caliber {#3246 -id: 346 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3247 …} -orderItems: Doctrine\ORM\PersistentCollection {#3249 …} -name: null -locale: null } App\Entity\Caliber {#3251 -id: 360 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3252 …} -orderItems: Doctrine\ORM\PersistentCollection {#3254 …} -name: null -locale: null } App\Entity\Caliber {#3256 -id: 374 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3257 …} -orderItems: Doctrine\ORM\PersistentCollection {#3259 …} -name: null -locale: null } App\Entity\Caliber {#3261 -id: 388 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3262 …} -orderItems: Doctrine\ORM\PersistentCollection {#3264 …} -name: null -locale: null } App\Entity\Caliber {#3266 -id: 402 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3267 …} -orderItems: Doctrine\ORM\PersistentCollection {#3269 …} -name: null -locale: null } App\Entity\Caliber {#3271 -id: 416 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3272 …} -orderItems: Doctrine\ORM\PersistentCollection {#3274 …} -name: null -locale: null } App\Entity\Caliber {#3276 -id: 430 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3277 …} -orderItems: Doctrine\ORM\PersistentCollection {#3279 …} -name: null -locale: null } App\Entity\Caliber {#3281 -id: 444 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3282 …} -orderItems: Doctrine\ORM\PersistentCollection {#3284 …} -name: null -locale: null } App\Entity\Caliber {#3286 -id: 470 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3287 …} -orderItems: Doctrine\ORM\PersistentCollection {#3289 …} -name: null -locale: null } App\Entity\Caliber {#3291 -id: 484 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3292 …} -orderItems: Doctrine\ORM\PersistentCollection {#3294 …} -name: null -locale: null } App\Entity\Caliber {#3296 -id: 500 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3297 …} -orderItems: Doctrine\ORM\PersistentCollection {#3299 …} -name: null -locale: null } App\Entity\Caliber {#3301 -id: 514 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3302 …} -orderItems: Doctrine\ORM\PersistentCollection {#3304 …} -name: null -locale: null } App\Entity\Caliber {#3306 -id: 528 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3307 …} -orderItems: Doctrine\ORM\PersistentCollection {#3309 …} -name: null -locale: null } App\Entity\Caliber {#3311 -id: 11 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3312 …} -orderItems: Doctrine\ORM\PersistentCollection {#3314 …} -name: null -locale: null } App\Entity\Caliber {#3316 -id: 25 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3317 …} -orderItems: Doctrine\ORM\PersistentCollection {#3319 …} -name: null -locale: null } App\Entity\Caliber {#3321 -id: 39 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3322 …} -orderItems: Doctrine\ORM\PersistentCollection {#3324 …} -name: null -locale: null } App\Entity\Caliber {#3326 -id: 53 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3327 …} -orderItems: Doctrine\ORM\PersistentCollection {#3329 …} -name: null -locale: null } App\Entity\Caliber {#3331 -id: 67 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3332 …} -orderItems: Doctrine\ORM\PersistentCollection {#3334 …} -name: null -locale: null } App\Entity\Caliber {#3336 -id: 83 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3337 …} -orderItems: Doctrine\ORM\PersistentCollection {#3339 …} -name: null -locale: null } App\Entity\Caliber {#3341 -id: 97 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3342 …} -orderItems: Doctrine\ORM\PersistentCollection {#3344 …} -name: null -locale: null } App\Entity\Caliber {#3346 -id: 111 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3347 …} -orderItems: Doctrine\ORM\PersistentCollection {#3349 …} -name: null -locale: null } App\Entity\Caliber {#3351 -id: 129 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3352 …} -orderItems: Doctrine\ORM\PersistentCollection {#3354 …} -name: null -locale: null } App\Entity\Caliber {#3356 -id: 143 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3357 …} -orderItems: Doctrine\ORM\PersistentCollection {#3359 …} -name: null -locale: null } App\Entity\Caliber {#3361 -id: 158 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3362 …} -orderItems: Doctrine\ORM\PersistentCollection {#3364 …} -name: null -locale: null } App\Entity\Caliber {#3366 -id: 172 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3367 …} -orderItems: Doctrine\ORM\PersistentCollection {#3369 …} -name: null -locale: null } App\Entity\Caliber {#3371 -id: 186 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3372 …} -orderItems: Doctrine\ORM\PersistentCollection {#3374 …} -name: null -locale: null } App\Entity\Caliber {#3376 -id: 200 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3377 …} -orderItems: Doctrine\ORM\PersistentCollection {#3379 …} -name: null -locale: null } App\Entity\Caliber {#3381 -id: 215 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3382 …} -orderItems: Doctrine\ORM\PersistentCollection {#3384 …} -name: null -locale: null } App\Entity\Caliber {#3386 -id: 230 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3387 …} -orderItems: Doctrine\ORM\PersistentCollection {#3389 …} -name: null -locale: null } App\Entity\Caliber {#3391 -id: 245 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3392 …} -orderItems: Doctrine\ORM\PersistentCollection {#3394 …} -name: null -locale: null } App\Entity\Caliber {#3396 -id: 259 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3397 …} -orderItems: Doctrine\ORM\PersistentCollection {#3399 …} -name: null -locale: null } App\Entity\Caliber {#3401 -id: 271 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3402 …} -orderItems: Doctrine\ORM\PersistentCollection {#3404 …} -name: null -locale: null } App\Entity\Caliber {#3406 -id: 278 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3407 …} -orderItems: Doctrine\ORM\PersistentCollection {#3409 …} -name: null -locale: null } App\Entity\Caliber {#3411 -id: 329 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3412 …} -orderItems: Doctrine\ORM\PersistentCollection {#3414 …} -name: null -locale: null } App\Entity\Caliber {#3416 -id: 336 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3417 …} -orderItems: Doctrine\ORM\PersistentCollection {#3419 …} -name: null -locale: null } App\Entity\Caliber {#3421 -id: 347 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3422 …} -orderItems: Doctrine\ORM\PersistentCollection {#3424 …} -name: null -locale: null } App\Entity\Caliber {#3426 -id: 361 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3427 …} -orderItems: Doctrine\ORM\PersistentCollection {#3429 …} -name: null -locale: null } App\Entity\Caliber {#3431 -id: 375 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3432 …} -orderItems: Doctrine\ORM\PersistentCollection {#3434 …} -name: null -locale: null } App\Entity\Caliber {#3436 -id: 389 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3437 …} -orderItems: Doctrine\ORM\PersistentCollection {#3439 …} -name: null -locale: null } App\Entity\Caliber {#3441 -id: 403 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3442 …} -orderItems: Doctrine\ORM\PersistentCollection {#3444 …} -name: null -locale: null } App\Entity\Caliber {#3446 -id: 417 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3447 …} -orderItems: Doctrine\ORM\PersistentCollection {#3449 …} -name: null -locale: null } App\Entity\Caliber {#3451 -id: 431 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3452 …} -orderItems: Doctrine\ORM\PersistentCollection {#3454 …} -name: null -locale: null } App\Entity\Caliber {#3456 -id: 445 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3457 …} -orderItems: Doctrine\ORM\PersistentCollection {#3459 …} -name: null -locale: null } App\Entity\Caliber {#3461 -id: 471 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3462 …} -orderItems: Doctrine\ORM\PersistentCollection {#3464 …} -name: null -locale: null } App\Entity\Caliber {#3466 -id: 485 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3467 …} -orderItems: Doctrine\ORM\PersistentCollection {#3469 …} -name: null -locale: null } App\Entity\Caliber {#3471 -id: 501 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3472 …} -orderItems: Doctrine\ORM\PersistentCollection {#3474 …} -name: null -locale: null } App\Entity\Caliber {#3476 -id: 515 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3477 …} -orderItems: Doctrine\ORM\PersistentCollection {#3479 …} -name: null -locale: null } App\Entity\Caliber {#3481 -id: 529 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3482 …} -orderItems: Doctrine\ORM\PersistentCollection {#3484 …} -name: null -locale: null } App\Entity\Caliber {#3486 -id: 12 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3487 …} -orderItems: Doctrine\ORM\PersistentCollection {#3489 …} -name: null -locale: null } App\Entity\Caliber {#3491 -id: 26 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3492 …} -orderItems: Doctrine\ORM\PersistentCollection {#3494 …} -name: null -locale: null } App\Entity\Caliber {#3496 -id: 40 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3497 …} -orderItems: Doctrine\ORM\PersistentCollection {#3499 …} -name: null -locale: null } App\Entity\Caliber {#3501 -id: 54 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3502 …} -orderItems: Doctrine\ORM\PersistentCollection {#3504 …} -name: null -locale: null } App\Entity\Caliber {#3506 -id: 68 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3507 …} -orderItems: Doctrine\ORM\PersistentCollection {#3509 …} -name: null -locale: null } App\Entity\Caliber {#3511 -id: 84 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3512 …} -orderItems: Doctrine\ORM\PersistentCollection {#3514 …} -name: null -locale: null } App\Entity\Caliber {#3516 -id: 98 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3517 …} -orderItems: Doctrine\ORM\PersistentCollection {#3519 …} -name: null -locale: null } App\Entity\Caliber {#3521 -id: 112 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3522 …} -orderItems: Doctrine\ORM\PersistentCollection {#3524 …} -name: null -locale: null } App\Entity\Caliber {#3526 -id: 130 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3527 …} -orderItems: Doctrine\ORM\PersistentCollection {#3529 …} -name: null -locale: null } App\Entity\Caliber {#3531 -id: 144 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3532 …} -orderItems: Doctrine\ORM\PersistentCollection {#3534 …} -name: null -locale: null } App\Entity\Caliber {#3536 -id: 159 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3537 …} -orderItems: Doctrine\ORM\PersistentCollection {#3539 …} -name: null -locale: null } App\Entity\Caliber {#3541 -id: 173 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3542 …} -orderItems: Doctrine\ORM\PersistentCollection {#3544 …} -name: null -locale: null } App\Entity\Caliber {#3546 -id: 187 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3547 …} -orderItems: Doctrine\ORM\PersistentCollection {#3549 …} -name: null -locale: null } App\Entity\Caliber {#3551 -id: 201 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3552 …} -orderItems: Doctrine\ORM\PersistentCollection {#3554 …} -name: null -locale: null } App\Entity\Caliber {#3556 -id: 216 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3557 …} -orderItems: Doctrine\ORM\PersistentCollection {#3559 …} -name: null -locale: null } App\Entity\Caliber {#3561 -id: 231 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3562 …} -orderItems: Doctrine\ORM\PersistentCollection {#3564 …} -name: null -locale: null } App\Entity\Caliber {#3566 -id: 246 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3567 …} -orderItems: Doctrine\ORM\PersistentCollection {#3569 …} -name: null -locale: null } App\Entity\Caliber {#3571 -id: 260 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3572 …} -orderItems: Doctrine\ORM\PersistentCollection {#3574 …} -name: null -locale: null } App\Entity\Caliber {#3576 -id: 348 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3577 …} -orderItems: Doctrine\ORM\PersistentCollection {#3579 …} -name: null -locale: null } App\Entity\Caliber {#3581 -id: 362 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3582 …} -orderItems: Doctrine\ORM\PersistentCollection {#3584 …} -name: null -locale: null } App\Entity\Caliber {#3586 -id: 376 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3587 …} -orderItems: Doctrine\ORM\PersistentCollection {#3589 …} -name: null -locale: null } App\Entity\Caliber {#3591 -id: 390 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3592 …} -orderItems: Doctrine\ORM\PersistentCollection {#3594 …} -name: null -locale: null } App\Entity\Caliber {#3596 -id: 404 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3597 …} -orderItems: Doctrine\ORM\PersistentCollection {#3599 …} -name: null -locale: null } App\Entity\Caliber {#3601 -id: 418 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3602 …} -orderItems: Doctrine\ORM\PersistentCollection {#3604 …} -name: null -locale: null } App\Entity\Caliber {#3606 -id: 432 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3607 …} -orderItems: Doctrine\ORM\PersistentCollection {#3609 …} -name: null -locale: null } App\Entity\Caliber {#3611 -id: 446 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3612 …} -orderItems: Doctrine\ORM\PersistentCollection {#3614 …} -name: null -locale: null } App\Entity\Caliber {#3616 -id: 472 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3617 …} -orderItems: Doctrine\ORM\PersistentCollection {#3619 …} -name: null -locale: null } App\Entity\Caliber {#3621 -id: 486 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3622 …} -orderItems: Doctrine\ORM\PersistentCollection {#3624 …} -name: null -locale: null } App\Entity\Caliber {#3626 -id: 502 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3627 …} -orderItems: Doctrine\ORM\PersistentCollection {#3629 …} -name: null -locale: null } App\Entity\Caliber {#3631 -id: 516 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3632 …} -orderItems: Doctrine\ORM\PersistentCollection {#3634 …} -name: null -locale: null } App\Entity\Caliber {#3636 -id: 530 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3637 …} -orderItems: Doctrine\ORM\PersistentCollection {#3639 …} -name: null -locale: null } App\Entity\Caliber {#3641 -id: 13 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3642 …} -orderItems: Doctrine\ORM\PersistentCollection {#3644 …} -name: null -locale: null } App\Entity\Caliber {#3646 -id: 27 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3647 …} -orderItems: Doctrine\ORM\PersistentCollection {#3649 …} -name: null -locale: null } App\Entity\Caliber {#3651 -id: 41 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3652 …} -orderItems: Doctrine\ORM\PersistentCollection {#3654 …} -name: null -locale: null } App\Entity\Caliber {#3656 -id: 55 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3657 …} -orderItems: Doctrine\ORM\PersistentCollection {#3659 …} -name: null -locale: null } App\Entity\Caliber {#3661 -id: 69 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3662 …} -orderItems: Doctrine\ORM\PersistentCollection {#3664 …} -name: null -locale: null } App\Entity\Caliber {#3666 -id: 85 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3667 …} -orderItems: Doctrine\ORM\PersistentCollection {#3669 …} -name: null -locale: null } App\Entity\Caliber {#3671 -id: 99 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3672 …} -orderItems: Doctrine\ORM\PersistentCollection {#3674 …} -name: null -locale: null } App\Entity\Caliber {#3676 -id: 113 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3677 …} -orderItems: Doctrine\ORM\PersistentCollection {#3679 …} -name: null -locale: null } App\Entity\Caliber {#3681 -id: 131 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3682 …} -orderItems: Doctrine\ORM\PersistentCollection {#3684 …} -name: null -locale: null } App\Entity\Caliber {#3686 -id: 145 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3687 …} -orderItems: Doctrine\ORM\PersistentCollection {#3689 …} -name: null -locale: null } App\Entity\Caliber {#3691 -id: 160 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3692 …} -orderItems: Doctrine\ORM\PersistentCollection {#3694 …} -name: null -locale: null } App\Entity\Caliber {#3696 -id: 174 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3697 …} -orderItems: Doctrine\ORM\PersistentCollection {#3699 …} -name: null -locale: null } App\Entity\Caliber {#3701 -id: 188 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3702 …} -orderItems: Doctrine\ORM\PersistentCollection {#3704 …} -name: null -locale: null } App\Entity\Caliber {#3706 -id: 202 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3707 …} -orderItems: Doctrine\ORM\PersistentCollection {#3709 …} -name: null -locale: null } App\Entity\Caliber {#3711 -id: 217 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3712 …} -orderItems: Doctrine\ORM\PersistentCollection {#3714 …} -name: null -locale: null } App\Entity\Caliber {#3716 -id: 232 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3717 …} -orderItems: Doctrine\ORM\PersistentCollection {#3719 …} -name: null -locale: null } App\Entity\Caliber {#3721 -id: 247 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3722 …} -orderItems: Doctrine\ORM\PersistentCollection {#3724 …} -name: null -locale: null } App\Entity\Caliber {#3726 -id: 261 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3727 …} -orderItems: Doctrine\ORM\PersistentCollection {#3729 …} -name: null -locale: null } App\Entity\Caliber {#3731 -id: 349 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3732 …} -orderItems: Doctrine\ORM\PersistentCollection {#3734 …} -name: null -locale: null } App\Entity\Caliber {#3736 -id: 363 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3737 …} -orderItems: Doctrine\ORM\PersistentCollection {#3739 …} -name: null -locale: null } App\Entity\Caliber {#3741 -id: 377 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3742 …} -orderItems: Doctrine\ORM\PersistentCollection {#3744 …} -name: null -locale: null } App\Entity\Caliber {#3746 -id: 391 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3747 …} -orderItems: Doctrine\ORM\PersistentCollection {#3749 …} -name: null -locale: null } App\Entity\Caliber {#3751 -id: 405 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3752 …} -orderItems: Doctrine\ORM\PersistentCollection {#3754 …} -name: null -locale: null } App\Entity\Caliber {#3756 -id: 419 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3757 …} -orderItems: Doctrine\ORM\PersistentCollection {#3759 …} -name: null -locale: null } App\Entity\Caliber {#3761 -id: 433 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3762 …} -orderItems: Doctrine\ORM\PersistentCollection {#3764 …} -name: null -locale: null } App\Entity\Caliber {#3766 -id: 447 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3767 …} -orderItems: Doctrine\ORM\PersistentCollection {#3769 …} -name: null -locale: null } App\Entity\Caliber {#3771 -id: 473 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3772 …} -orderItems: Doctrine\ORM\PersistentCollection {#3774 …} -name: null -locale: null } App\Entity\Caliber {#3776 -id: 487 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3777 …} -orderItems: Doctrine\ORM\PersistentCollection {#3779 …} -name: null -locale: null } App\Entity\Caliber {#3781 -id: 503 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3782 …} -orderItems: Doctrine\ORM\PersistentCollection {#3784 …} -name: null -locale: null } App\Entity\Caliber {#3786 -id: 517 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3787 …} -orderItems: Doctrine\ORM\PersistentCollection {#3789 …} -name: null -locale: null } App\Entity\Caliber {#3791 -id: 531 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3792 …} -orderItems: Doctrine\ORM\PersistentCollection {#3794 …} -name: null -locale: null } App\Entity\Caliber {#3796 -id: 14 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3797 …} -orderItems: Doctrine\ORM\PersistentCollection {#3799 …} -name: null -locale: null } App\Entity\Caliber {#3801 -id: 28 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3802 …} -orderItems: Doctrine\ORM\PersistentCollection {#3804 …} -name: null -locale: null } App\Entity\Caliber {#3806 -id: 42 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3807 …} -orderItems: Doctrine\ORM\PersistentCollection {#3809 …} -name: null -locale: null } App\Entity\Caliber {#3811 -id: 56 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3812 …} -orderItems: Doctrine\ORM\PersistentCollection {#3814 …} -name: null -locale: null } App\Entity\Caliber {#3816 -id: 70 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3817 …} -orderItems: Doctrine\ORM\PersistentCollection {#3819 …} -name: null -locale: null } App\Entity\Caliber {#3821 -id: 86 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3822 …} -orderItems: Doctrine\ORM\PersistentCollection {#3824 …} -name: null -locale: null } App\Entity\Caliber {#3826 -id: 100 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3827 …} -orderItems: Doctrine\ORM\PersistentCollection {#3829 …} -name: null -locale: null } App\Entity\Caliber {#3831 -id: 114 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3832 …} -orderItems: Doctrine\ORM\PersistentCollection {#3834 …} -name: null -locale: null } App\Entity\Caliber {#3836 -id: 132 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3837 …} -orderItems: Doctrine\ORM\PersistentCollection {#3839 …} -name: null -locale: null } App\Entity\Caliber {#3841 -id: 146 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3842 …} -orderItems: Doctrine\ORM\PersistentCollection {#3844 …} -name: null -locale: null } App\Entity\Caliber {#3846 -id: 161 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3847 …} -orderItems: Doctrine\ORM\PersistentCollection {#3849 …} -name: null -locale: null } App\Entity\Caliber {#3851 -id: 175 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3852 …} -orderItems: Doctrine\ORM\PersistentCollection {#3854 …} -name: null -locale: null } App\Entity\Caliber {#3856 -id: 189 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3857 …} -orderItems: Doctrine\ORM\PersistentCollection {#3859 …} -name: null -locale: null } App\Entity\Caliber {#3861 -id: 203 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3862 …} -orderItems: Doctrine\ORM\PersistentCollection {#3864 …} -name: null -locale: null } App\Entity\Caliber {#3866 -id: 218 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3867 …} -orderItems: Doctrine\ORM\PersistentCollection {#3869 …} -name: null -locale: null } App\Entity\Caliber {#3871 -id: 233 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3872 …} -orderItems: Doctrine\ORM\PersistentCollection {#3874 …} -name: null -locale: null } App\Entity\Caliber {#3876 -id: 248 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3877 …} -orderItems: Doctrine\ORM\PersistentCollection {#3879 …} -name: null -locale: null } App\Entity\Caliber {#3881 -id: 262 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3882 …} -orderItems: Doctrine\ORM\PersistentCollection {#3884 …} -name: null -locale: null } App\Entity\Caliber {#3886 -id: 350 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3887 …} -orderItems: Doctrine\ORM\PersistentCollection {#3889 …} -name: null -locale: null } App\Entity\Caliber {#3891 -id: 364 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3892 …} -orderItems: Doctrine\ORM\PersistentCollection {#3894 …} -name: null -locale: null } App\Entity\Caliber {#3896 -id: 378 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3897 …} -orderItems: Doctrine\ORM\PersistentCollection {#3899 …} -name: null -locale: null } App\Entity\Caliber {#3901 -id: 392 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3902 …} -orderItems: Doctrine\ORM\PersistentCollection {#3904 …} -name: null -locale: null } App\Entity\Caliber {#3906 -id: 406 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3907 …} -orderItems: Doctrine\ORM\PersistentCollection {#3909 …} -name: null -locale: null } App\Entity\Caliber {#3911 -id: 420 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3912 …} -orderItems: Doctrine\ORM\PersistentCollection {#3914 …} -name: null -locale: null } App\Entity\Caliber {#3916 -id: 434 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3917 …} -orderItems: Doctrine\ORM\PersistentCollection {#3919 …} -name: null -locale: null } App\Entity\Caliber {#3921 -id: 448 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3922 …} -orderItems: Doctrine\ORM\PersistentCollection {#3924 …} -name: null -locale: null } App\Entity\Caliber {#3926 -id: 474 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3927 …} -orderItems: Doctrine\ORM\PersistentCollection {#3929 …} -name: null -locale: null } App\Entity\Caliber {#3931 -id: 488 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3932 …} -orderItems: Doctrine\ORM\PersistentCollection {#3934 …} -name: null -locale: null } App\Entity\Caliber {#3936 -id: 504 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3937 …} -orderItems: Doctrine\ORM\PersistentCollection {#3939 …} -name: null -locale: null } App\Entity\Caliber {#3941 -id: 518 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3942 …} -orderItems: Doctrine\ORM\PersistentCollection {#3944 …} -name: null -locale: null } App\Entity\Caliber {#3946 -id: 532 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3947 …} -orderItems: Doctrine\ORM\PersistentCollection {#3949 …} -name: null -locale: null } App\Entity\Caliber {#3951 -id: 71 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3952 …} -orderItems: Doctrine\ORM\PersistentCollection {#3954 …} -name: null -locale: null } App\Entity\Caliber {#3956 -id: 115 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3957 …} -orderItems: Doctrine\ORM\PersistentCollection {#3959 …} -name: null -locale: null } App\Entity\Caliber {#3961 -id: 489 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3962 …} -orderItems: Doctrine\ORM\PersistentCollection {#3964 …} -name: null -locale: null } App\Entity\Caliber {#3966 -id: 533 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3967 …} -orderItems: Doctrine\ORM\PersistentCollection {#3969 …} -name: null -locale: null } App\Entity\Caliber {#3971 -id: 72 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3972 …} -orderItems: Doctrine\ORM\PersistentCollection {#3974 …} -name: null -locale: null } App\Entity\Caliber {#3976 -id: 116 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3977 …} -orderItems: Doctrine\ORM\PersistentCollection {#3979 …} -name: null -locale: null } App\Entity\Caliber {#3981 -id: 204 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3982 …} -orderItems: Doctrine\ORM\PersistentCollection {#3984 …} -name: null -locale: null } App\Entity\Caliber {#3986 -id: 490 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3987 …} -orderItems: Doctrine\ORM\PersistentCollection {#3989 …} -name: null -locale: null } App\Entity\Caliber {#3991 -id: 534 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3992 …} -orderItems: Doctrine\ORM\PersistentCollection {#3994 …} -name: null -locale: null } ] |
class | "App\Entity\Caliber" |
same as passed value |
label | "Kalibar" |
same as passed value |
placeholder | "Odaberi kalibar/dimenzije" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | Closure(?Caliber $entity) {#1281 class: "App\Form\AddToCartType" this: App\Form\AddToCartType {#1080 …} } |
choice_filter | null |
choice_label | Closure(Caliber $entity = null) {#1230 class: "App\Form\AddToCartType" this: App\Form\AddToCartType {#1080 …} } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4051 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#4036 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Closure(Caliber $entity = null) {#1220 class: "App\Form\AddToCartType" this: App\Form\AddToCartType {#1080 …} } |
choices | [ App\Entity\Caliber {#1282 -id: 305 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1336 …} -orderItems: Doctrine\ORM\PersistentCollection {#1334 …} -name: "NOS 1.0" -locale: null } App\Entity\Caliber {#1332 -id: 307 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1331 …} -orderItems: Doctrine\ORM\PersistentCollection {#1329 …} -name: "NOS 1.6" -locale: null } App\Entity\Caliber {#1327 -id: 309 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1325 …} -orderItems: Doctrine\ORM\PersistentCollection {#1323 …} -name: "NOY 1.0" -locale: null } App\Entity\Caliber {#1321 -id: 279 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1320 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1319 …} -orderItems: Doctrine\ORM\PersistentCollection {#1299 …} -name: null -locale: null } App\Entity\Caliber {#1303 -id: 280 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1304 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1305 …} -orderItems: Doctrine\ORM\PersistentCollection {#1307 …} -name: null -locale: null } App\Entity\Caliber {#1309 -id: 281 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1310 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1311 …} -orderItems: Doctrine\ORM\PersistentCollection {#1313 …} -name: null -locale: null } App\Entity\Caliber {#1315 -id: 282 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1316 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1317 …} -orderItems: Doctrine\ORM\PersistentCollection {#1339 …} -name: null -locale: null } App\Entity\Caliber {#1341 -id: 283 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1342 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1343 …} -orderItems: Doctrine\ORM\PersistentCollection {#1345 …} -name: null -locale: null } App\Entity\Caliber {#1347 -id: 284 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1348 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1349 …} -orderItems: Doctrine\ORM\PersistentCollection {#1351 …} -name: null -locale: null } App\Entity\Caliber {#1353 -id: 285 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1354 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1355 …} -orderItems: Doctrine\ORM\PersistentCollection {#1357 …} -name: null -locale: null } App\Entity\Caliber {#1359 -id: 286 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1360 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1361 …} -orderItems: Doctrine\ORM\PersistentCollection {#1363 …} -name: null -locale: null } App\Entity\Caliber {#1365 -id: 287 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1366 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1367 …} -orderItems: Doctrine\ORM\PersistentCollection {#1369 …} -name: null -locale: null } App\Entity\Caliber {#1371 -id: 288 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1372 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1373 …} -orderItems: Doctrine\ORM\PersistentCollection {#1375 …} -name: null -locale: null } App\Entity\Caliber {#1377 -id: 289 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1378 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1379 …} -orderItems: Doctrine\ORM\PersistentCollection {#1381 …} -name: null -locale: null } App\Entity\Caliber {#1383 -id: 290 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1384 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1385 …} -orderItems: Doctrine\ORM\PersistentCollection {#1387 …} -name: null -locale: null } App\Entity\Caliber {#1389 -id: 291 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1390 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1391 …} -orderItems: Doctrine\ORM\PersistentCollection {#1393 …} -name: null -locale: null } App\Entity\Caliber {#1395 -id: 292 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1396 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1397 …} -orderItems: Doctrine\ORM\PersistentCollection {#1399 …} -name: null -locale: null } App\Entity\Caliber {#1401 -id: 293 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1402 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1403 …} -orderItems: Doctrine\ORM\PersistentCollection {#1405 …} -name: null -locale: null } App\Entity\Caliber {#1407 -id: 294 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1408 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1409 …} -orderItems: Doctrine\ORM\PersistentCollection {#1411 …} -name: null -locale: null } App\Entity\Caliber {#1413 -id: 295 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1415 …} -orderItems: Doctrine\ORM\PersistentCollection {#1417 …} -name: null -locale: null } App\Entity\Caliber {#1419 -id: 1 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1421 …} -orderItems: Doctrine\ORM\PersistentCollection {#1423 …} -name: null -locale: null } App\Entity\Caliber {#1425 -id: 15 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1427 …} -orderItems: Doctrine\ORM\PersistentCollection {#1429 …} -name: null -locale: null } App\Entity\Caliber {#1431 -id: 29 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1433 …} -orderItems: Doctrine\ORM\PersistentCollection {#1435 …} -name: null -locale: null } App\Entity\Caliber {#1437 -id: 43 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1439 …} -orderItems: Doctrine\ORM\PersistentCollection {#1441 …} -name: null -locale: null } App\Entity\Caliber {#1443 -id: 57 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1445 …} -orderItems: Doctrine\ORM\PersistentCollection {#1447 …} -name: null -locale: null } App\Entity\Caliber {#1449 -id: 73 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1451 …} -orderItems: Doctrine\ORM\PersistentCollection {#1453 …} -name: null -locale: null } App\Entity\Caliber {#1455 -id: 87 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1457 …} -orderItems: Doctrine\ORM\PersistentCollection {#1459 …} -name: null -locale: null } App\Entity\Caliber {#1461 -id: 101 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1463 …} -orderItems: Doctrine\ORM\PersistentCollection {#1465 …} -name: null -locale: null } App\Entity\Caliber {#1467 -id: 117 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1469 …} -orderItems: Doctrine\ORM\PersistentCollection {#1471 …} -name: null -locale: null } App\Entity\Caliber {#1473 -id: 133 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1475 …} -orderItems: Doctrine\ORM\PersistentCollection {#1477 …} -name: null -locale: null } App\Entity\Caliber {#1479 -id: 148 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1481 …} -orderItems: Doctrine\ORM\PersistentCollection {#1483 …} -name: null -locale: null } App\Entity\Caliber {#1485 -id: 162 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1487 …} -orderItems: Doctrine\ORM\PersistentCollection {#1489 …} -name: null -locale: null } App\Entity\Caliber {#1491 -id: 176 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1493 …} -orderItems: Doctrine\ORM\PersistentCollection {#1495 …} -name: null -locale: null } App\Entity\Caliber {#1497 -id: 190 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1499 …} -orderItems: Doctrine\ORM\PersistentCollection {#1501 …} -name: null -locale: null } App\Entity\Caliber {#1503 -id: 205 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1505 …} -orderItems: Doctrine\ORM\PersistentCollection {#1507 …} -name: null -locale: null } App\Entity\Caliber {#1509 -id: 220 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1511 …} -orderItems: Doctrine\ORM\PersistentCollection {#1513 …} -name: null -locale: null } App\Entity\Caliber {#1515 -id: 235 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1517 …} -orderItems: Doctrine\ORM\PersistentCollection {#1519 …} -name: null -locale: null } App\Entity\Caliber {#1521 -id: 249 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1523 …} -orderItems: Doctrine\ORM\PersistentCollection {#1525 …} -name: null -locale: null } App\Entity\Caliber {#1527 -id: 263 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1529 …} -orderItems: Doctrine\ORM\PersistentCollection {#1531 …} -name: null -locale: null } App\Entity\Caliber {#1533 -id: 312 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1535 …} -orderItems: Doctrine\ORM\PersistentCollection {#1537 …} -name: "AS" -locale: null } App\Entity\Caliber {#1539 -id: 316 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1541 …} -orderItems: Doctrine\ORM\PersistentCollection {#1543 …} -name: "CS" -locale: null } App\Entity\Caliber {#1545 -id: 321 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1547 …} -orderItems: Doctrine\ORM\PersistentCollection {#1549 …} -name: null -locale: null } App\Entity\Caliber {#1551 -id: 337 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1553 …} -orderItems: Doctrine\ORM\PersistentCollection {#1555 …} -name: null -locale: null } App\Entity\Caliber {#1557 -id: 351 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1559 …} -orderItems: Doctrine\ORM\PersistentCollection {#1561 …} -name: null -locale: null } App\Entity\Caliber {#1563 -id: 365 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1565 …} -orderItems: Doctrine\ORM\PersistentCollection {#1567 …} -name: null -locale: null } App\Entity\Caliber {#1569 -id: 379 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1571 …} -orderItems: Doctrine\ORM\PersistentCollection {#1573 …} -name: null -locale: null } App\Entity\Caliber {#1575 -id: 393 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1577 …} -orderItems: Doctrine\ORM\PersistentCollection {#1579 …} -name: null -locale: null } App\Entity\Caliber {#1581 -id: 407 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1583 …} -orderItems: Doctrine\ORM\PersistentCollection {#1585 …} -name: null -locale: null } App\Entity\Caliber {#1587 -id: 421 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1589 …} -orderItems: Doctrine\ORM\PersistentCollection {#1591 …} -name: null -locale: null } App\Entity\Caliber {#1593 -id: 435 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1595 …} -orderItems: Doctrine\ORM\PersistentCollection {#1597 …} -name: null -locale: null } App\Entity\Caliber {#1599 -id: 453 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1601 …} -orderItems: Doctrine\ORM\PersistentCollection {#1603 …} -name: "AS" -locale: null } App\Entity\Caliber {#1605 -id: 456 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1607 …} -orderItems: Doctrine\ORM\PersistentCollection {#1609 …} -name: "CS" -locale: null } App\Entity\Caliber {#1611 -id: 459 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1613 …} -orderItems: Doctrine\ORM\PersistentCollection {#1615 …} -name: null -locale: null } App\Entity\Caliber {#1617 -id: 475 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1619 …} -orderItems: Doctrine\ORM\PersistentCollection {#1621 …} -name: null -locale: null } App\Entity\Caliber {#1623 -id: 491 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1625 …} -orderItems: Doctrine\ORM\PersistentCollection {#1627 …} -name: null -locale: null } App\Entity\Caliber {#1629 -id: 505 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1631 …} -orderItems: Doctrine\ORM\PersistentCollection {#1633 …} -name: null -locale: null } App\Entity\Caliber {#1635 -id: 519 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1637 …} -orderItems: Doctrine\ORM\PersistentCollection {#1639 …} -name: null -locale: null } App\Entity\Caliber {#1641 -id: 2 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1642 …} -orderItems: Doctrine\ORM\PersistentCollection {#1644 …} -name: null -locale: null } App\Entity\Caliber {#1646 -id: 16 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1647 …} -orderItems: Doctrine\ORM\PersistentCollection {#1649 …} -name: null -locale: null } App\Entity\Caliber {#1651 -id: 30 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1652 …} -orderItems: Doctrine\ORM\PersistentCollection {#1654 …} -name: null -locale: null } App\Entity\Caliber {#1656 -id: 44 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1657 …} -orderItems: Doctrine\ORM\PersistentCollection {#1659 …} -name: null -locale: null } App\Entity\Caliber {#1661 -id: 58 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1662 …} -orderItems: Doctrine\ORM\PersistentCollection {#1664 …} -name: null -locale: null } App\Entity\Caliber {#1666 -id: 74 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1667 …} -orderItems: Doctrine\ORM\PersistentCollection {#1669 …} -name: null -locale: null } App\Entity\Caliber {#1671 -id: 88 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1672 …} -orderItems: Doctrine\ORM\PersistentCollection {#1674 …} -name: null -locale: null } App\Entity\Caliber {#1676 -id: 102 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1677 …} -orderItems: Doctrine\ORM\PersistentCollection {#1679 …} -name: null -locale: null } App\Entity\Caliber {#1681 -id: 118 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1682 …} -orderItems: Doctrine\ORM\PersistentCollection {#1684 …} -name: null -locale: null } App\Entity\Caliber {#1686 -id: 134 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1687 …} -orderItems: Doctrine\ORM\PersistentCollection {#1689 …} -name: null -locale: null } App\Entity\Caliber {#1691 -id: 149 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1692 …} -orderItems: Doctrine\ORM\PersistentCollection {#1694 …} -name: null -locale: null } App\Entity\Caliber {#1696 -id: 163 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1697 …} -orderItems: Doctrine\ORM\PersistentCollection {#1699 …} -name: null -locale: null } App\Entity\Caliber {#1701 -id: 177 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1702 …} -orderItems: Doctrine\ORM\PersistentCollection {#1704 …} -name: null -locale: null } App\Entity\Caliber {#1706 -id: 191 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1707 …} -orderItems: Doctrine\ORM\PersistentCollection {#1709 …} -name: null -locale: null } App\Entity\Caliber {#1711 -id: 206 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1712 …} -orderItems: Doctrine\ORM\PersistentCollection {#1714 …} -name: null -locale: null } App\Entity\Caliber {#1716 -id: 221 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1717 …} -orderItems: Doctrine\ORM\PersistentCollection {#1719 …} -name: null -locale: null } App\Entity\Caliber {#1721 -id: 236 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1722 …} -orderItems: Doctrine\ORM\PersistentCollection {#1724 …} -name: null -locale: null } App\Entity\Caliber {#1726 -id: 250 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1727 …} -orderItems: Doctrine\ORM\PersistentCollection {#1729 …} -name: null -locale: null } App\Entity\Caliber {#1731 -id: 264 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1732 …} -orderItems: Doctrine\ORM\PersistentCollection {#1734 …} -name: null -locale: null } App\Entity\Caliber {#1736 -id: 272 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1738 …} -orderItems: Doctrine\ORM\PersistentCollection {#1740 …} -name: null -locale: null } App\Entity\Caliber {#1742 -id: 296 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1743 …} -orderItems: Doctrine\ORM\PersistentCollection {#1745 …} -name: null -locale: null } App\Entity\Caliber {#1747 -id: 299 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1749 …} -orderItems: Doctrine\ORM\PersistentCollection {#1751 …} -name: null -locale: null } App\Entity\Caliber {#1753 -id: 322 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1754 …} -orderItems: Doctrine\ORM\PersistentCollection {#1756 …} -name: null -locale: null } App\Entity\Caliber {#1758 -id: 330 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1760 …} -orderItems: Doctrine\ORM\PersistentCollection {#1762 …} -name: null -locale: null } App\Entity\Caliber {#1764 -id: 338 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1765 …} -orderItems: Doctrine\ORM\PersistentCollection {#1767 …} -name: null -locale: null } App\Entity\Caliber {#1769 -id: 352 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1770 …} -orderItems: Doctrine\ORM\PersistentCollection {#1772 …} -name: null -locale: null } App\Entity\Caliber {#1774 -id: 366 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1775 …} -orderItems: Doctrine\ORM\PersistentCollection {#1777 …} -name: null -locale: null } App\Entity\Caliber {#1779 -id: 380 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1780 …} -orderItems: Doctrine\ORM\PersistentCollection {#1782 …} -name: null -locale: null } App\Entity\Caliber {#1784 -id: 394 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1785 …} -orderItems: Doctrine\ORM\PersistentCollection {#1787 …} -name: null -locale: null } App\Entity\Caliber {#1789 -id: 408 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1790 …} -orderItems: Doctrine\ORM\PersistentCollection {#1792 …} -name: null -locale: null } App\Entity\Caliber {#1794 -id: 422 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1795 …} -orderItems: Doctrine\ORM\PersistentCollection {#1797 …} -name: null -locale: null } App\Entity\Caliber {#1799 -id: 436 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1800 …} -orderItems: Doctrine\ORM\PersistentCollection {#1802 …} -name: null -locale: null } App\Entity\Caliber {#1804 -id: 450 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1806 …} -orderItems: Doctrine\ORM\PersistentCollection {#1808 …} -name: "NOY" -locale: null } App\Entity\Caliber {#1810 -id: 460 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1811 …} -orderItems: Doctrine\ORM\PersistentCollection {#1813 …} -name: null -locale: null } App\Entity\Caliber {#1815 -id: 476 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1816 …} -orderItems: Doctrine\ORM\PersistentCollection {#1818 …} -name: null -locale: null } App\Entity\Caliber {#1820 -id: 492 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1821 …} -orderItems: Doctrine\ORM\PersistentCollection {#1823 …} -name: null -locale: null } App\Entity\Caliber {#1825 -id: 506 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1826 …} -orderItems: Doctrine\ORM\PersistentCollection {#1828 …} -name: null -locale: null } App\Entity\Caliber {#1830 -id: 520 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1831 …} -orderItems: Doctrine\ORM\PersistentCollection {#1833 …} -name: null -locale: null } App\Entity\Caliber {#1835 -id: 3 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1836 …} -orderItems: Doctrine\ORM\PersistentCollection {#1838 …} -name: null -locale: null } App\Entity\Caliber {#1840 -id: 17 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1841 …} -orderItems: Doctrine\ORM\PersistentCollection {#1843 …} -name: null -locale: null } App\Entity\Caliber {#1845 -id: 31 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1846 …} -orderItems: Doctrine\ORM\PersistentCollection {#1848 …} -name: null -locale: null } App\Entity\Caliber {#1850 -id: 45 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1851 …} -orderItems: Doctrine\ORM\PersistentCollection {#1853 …} -name: null -locale: null } App\Entity\Caliber {#1855 -id: 59 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1856 …} -orderItems: Doctrine\ORM\PersistentCollection {#1858 …} -name: null -locale: null } App\Entity\Caliber {#1860 -id: 75 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1861 …} -orderItems: Doctrine\ORM\PersistentCollection {#1863 …} -name: null -locale: null } App\Entity\Caliber {#1865 -id: 89 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1866 …} -orderItems: Doctrine\ORM\PersistentCollection {#1868 …} -name: null -locale: null } App\Entity\Caliber {#1870 -id: 103 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1871 …} -orderItems: Doctrine\ORM\PersistentCollection {#1873 …} -name: null -locale: null } App\Entity\Caliber {#1875 -id: 119 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1876 …} -orderItems: Doctrine\ORM\PersistentCollection {#1878 …} -name: null -locale: null } App\Entity\Caliber {#1880 -id: 135 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1881 …} -orderItems: Doctrine\ORM\PersistentCollection {#1883 …} -name: null -locale: null } App\Entity\Caliber {#1885 -id: 150 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1886 …} -orderItems: Doctrine\ORM\PersistentCollection {#1888 …} -name: null -locale: null } App\Entity\Caliber {#1890 -id: 164 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1891 …} -orderItems: Doctrine\ORM\PersistentCollection {#1893 …} -name: null -locale: null } App\Entity\Caliber {#1895 -id: 178 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1896 …} -orderItems: Doctrine\ORM\PersistentCollection {#1898 …} -name: null -locale: null } App\Entity\Caliber {#1900 -id: 192 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1901 …} -orderItems: Doctrine\ORM\PersistentCollection {#1903 …} -name: null -locale: null } App\Entity\Caliber {#1905 -id: 207 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1906 …} -orderItems: Doctrine\ORM\PersistentCollection {#1908 …} -name: null -locale: null } App\Entity\Caliber {#1910 -id: 222 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1911 …} -orderItems: Doctrine\ORM\PersistentCollection {#1913 …} -name: null -locale: null } App\Entity\Caliber {#1915 -id: 237 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1916 …} -orderItems: Doctrine\ORM\PersistentCollection {#1918 …} -name: null -locale: null } App\Entity\Caliber {#1920 -id: 251 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1921 …} -orderItems: Doctrine\ORM\PersistentCollection {#1923 …} -name: null -locale: null } App\Entity\Caliber {#1925 -id: 265 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1926 …} -orderItems: Doctrine\ORM\PersistentCollection {#1928 …} -name: null -locale: null } App\Entity\Caliber {#1930 -id: 273 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1931 …} -orderItems: Doctrine\ORM\PersistentCollection {#1933 …} -name: null -locale: null } App\Entity\Caliber {#1935 -id: 297 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1936 …} -orderItems: Doctrine\ORM\PersistentCollection {#1938 …} -name: null -locale: null } App\Entity\Caliber {#1940 -id: 300 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1941 …} -orderItems: Doctrine\ORM\PersistentCollection {#1943 …} -name: null -locale: null } App\Entity\Caliber {#1945 -id: 306 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1946 …} -orderItems: Doctrine\ORM\PersistentCollection {#1948 …} -name: "NOS" -locale: null } App\Entity\Caliber {#1950 -id: 310 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1951 …} -orderItems: Doctrine\ORM\PersistentCollection {#1953 …} -name: "NOY" -locale: null } App\Entity\Caliber {#1955 -id: 313 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1956 …} -orderItems: Doctrine\ORM\PersistentCollection {#1958 …} -name: "AS" -locale: null } App\Entity\Caliber {#1960 -id: 317 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1961 …} -orderItems: Doctrine\ORM\PersistentCollection {#1963 …} -name: "CS" -locale: null } App\Entity\Caliber {#1965 -id: 323 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1966 …} -orderItems: Doctrine\ORM\PersistentCollection {#1968 …} -name: null -locale: null } App\Entity\Caliber {#1970 -id: 331 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1971 …} -orderItems: Doctrine\ORM\PersistentCollection {#1973 …} -name: null -locale: null } App\Entity\Caliber {#1975 -id: 339 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1976 …} -orderItems: Doctrine\ORM\PersistentCollection {#1978 …} -name: null -locale: null } App\Entity\Caliber {#1980 -id: 353 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1981 …} -orderItems: Doctrine\ORM\PersistentCollection {#1983 …} -name: null -locale: null } App\Entity\Caliber {#1985 -id: 367 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1986 …} -orderItems: Doctrine\ORM\PersistentCollection {#1988 …} -name: null -locale: null } App\Entity\Caliber {#1990 -id: 381 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1991 …} -orderItems: Doctrine\ORM\PersistentCollection {#1993 …} -name: null -locale: null } App\Entity\Caliber {#1995 -id: 395 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1996 …} -orderItems: Doctrine\ORM\PersistentCollection {#1998 …} -name: null -locale: null } App\Entity\Caliber {#2000 -id: 409 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2001 …} -orderItems: Doctrine\ORM\PersistentCollection {#2003 …} -name: null -locale: null } App\Entity\Caliber {#2005 -id: 423 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2006 …} -orderItems: Doctrine\ORM\PersistentCollection {#2008 …} -name: null -locale: null } App\Entity\Caliber {#2010 -id: 437 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2011 …} -orderItems: Doctrine\ORM\PersistentCollection {#2013 …} -name: null -locale: null } App\Entity\Caliber {#2015 -id: 449 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2016 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2017 …} -orderItems: Doctrine\ORM\PersistentCollection {#2019 …} -name: "NOS" -locale: null } App\Entity\Caliber {#2021 -id: 451 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2022 …} -orderItems: Doctrine\ORM\PersistentCollection {#2024 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2026 -id: 454 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2027 …} -orderItems: Doctrine\ORM\PersistentCollection {#2029 …} -name: "AS" -locale: null } App\Entity\Caliber {#2031 -id: 457 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2032 …} -orderItems: Doctrine\ORM\PersistentCollection {#2034 …} -name: "CS" -locale: null } App\Entity\Caliber {#2036 -id: 461 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2037 …} -orderItems: Doctrine\ORM\PersistentCollection {#2039 …} -name: null -locale: null } App\Entity\Caliber {#2041 -id: 477 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2042 …} -orderItems: Doctrine\ORM\PersistentCollection {#2044 …} -name: null -locale: null } App\Entity\Caliber {#2046 -id: 493 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2047 …} -orderItems: Doctrine\ORM\PersistentCollection {#2049 …} -name: null -locale: null } App\Entity\Caliber {#2051 -id: 507 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2052 …} -orderItems: Doctrine\ORM\PersistentCollection {#2054 …} -name: null -locale: null } App\Entity\Caliber {#2056 -id: 521 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2057 …} -orderItems: Doctrine\ORM\PersistentCollection {#2059 …} -name: null -locale: null } App\Entity\Caliber {#2061 -id: 120 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2062 …} -orderItems: Doctrine\ORM\PersistentCollection {#2064 …} -name: null -locale: null } App\Entity\Caliber {#2066 -id: 462 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2067 …} -orderItems: Doctrine\ORM\PersistentCollection {#2069 …} -name: null -locale: null } App\Entity\Caliber {#2071 -id: 4 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2072 …} -orderItems: Doctrine\ORM\PersistentCollection {#2074 …} -name: null -locale: null } App\Entity\Caliber {#2076 -id: 18 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2077 …} -orderItems: Doctrine\ORM\PersistentCollection {#2079 …} -name: null -locale: null } App\Entity\Caliber {#2081 -id: 32 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2082 …} -orderItems: Doctrine\ORM\PersistentCollection {#2084 …} -name: null -locale: null } App\Entity\Caliber {#2086 -id: 46 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2087 …} -orderItems: Doctrine\ORM\PersistentCollection {#2089 …} -name: null -locale: null } App\Entity\Caliber {#2091 -id: 60 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2092 …} -orderItems: Doctrine\ORM\PersistentCollection {#2094 …} -name: null -locale: null } App\Entity\Caliber {#2096 -id: 76 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2097 …} -orderItems: Doctrine\ORM\PersistentCollection {#2099 …} -name: null -locale: null } App\Entity\Caliber {#2101 -id: 90 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2102 …} -orderItems: Doctrine\ORM\PersistentCollection {#2104 …} -name: null -locale: null } App\Entity\Caliber {#2106 -id: 104 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2107 …} -orderItems: Doctrine\ORM\PersistentCollection {#2109 …} -name: null -locale: null } App\Entity\Caliber {#2111 -id: 121 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2112 …} -orderItems: Doctrine\ORM\PersistentCollection {#2114 …} -name: null -locale: null } App\Entity\Caliber {#2116 -id: 136 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2117 …} -orderItems: Doctrine\ORM\PersistentCollection {#2119 …} -name: null -locale: null } App\Entity\Caliber {#2121 -id: 151 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2122 …} -orderItems: Doctrine\ORM\PersistentCollection {#2124 …} -name: null -locale: null } App\Entity\Caliber {#2126 -id: 165 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2127 …} -orderItems: Doctrine\ORM\PersistentCollection {#2129 …} -name: null -locale: null } App\Entity\Caliber {#2131 -id: 179 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2132 …} -orderItems: Doctrine\ORM\PersistentCollection {#2134 …} -name: null -locale: null } App\Entity\Caliber {#2136 -id: 193 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2137 …} -orderItems: Doctrine\ORM\PersistentCollection {#2139 …} -name: null -locale: null } App\Entity\Caliber {#2141 -id: 208 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2142 …} -orderItems: Doctrine\ORM\PersistentCollection {#2144 …} -name: null -locale: null } App\Entity\Caliber {#2146 -id: 223 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2147 …} -orderItems: Doctrine\ORM\PersistentCollection {#2149 …} -name: null -locale: null } App\Entity\Caliber {#2151 -id: 238 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2152 …} -orderItems: Doctrine\ORM\PersistentCollection {#2154 …} -name: null -locale: null } App\Entity\Caliber {#2156 -id: 252 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2157 …} -orderItems: Doctrine\ORM\PersistentCollection {#2159 …} -name: null -locale: null } App\Entity\Caliber {#2161 -id: 340 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2162 …} -orderItems: Doctrine\ORM\PersistentCollection {#2164 …} -name: null -locale: null } App\Entity\Caliber {#2166 -id: 354 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2167 …} -orderItems: Doctrine\ORM\PersistentCollection {#2169 …} -name: null -locale: null } App\Entity\Caliber {#2171 -id: 368 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2172 …} -orderItems: Doctrine\ORM\PersistentCollection {#2174 …} -name: null -locale: null } App\Entity\Caliber {#2176 -id: 382 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2177 …} -orderItems: Doctrine\ORM\PersistentCollection {#2179 …} -name: null -locale: null } App\Entity\Caliber {#2181 -id: 396 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2182 …} -orderItems: Doctrine\ORM\PersistentCollection {#2184 …} -name: null -locale: null } App\Entity\Caliber {#2186 -id: 410 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2187 …} -orderItems: Doctrine\ORM\PersistentCollection {#2189 …} -name: null -locale: null } App\Entity\Caliber {#2191 -id: 424 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2192 …} -orderItems: Doctrine\ORM\PersistentCollection {#2194 …} -name: null -locale: null } App\Entity\Caliber {#2196 -id: 438 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2197 …} -orderItems: Doctrine\ORM\PersistentCollection {#2199 …} -name: null -locale: null } App\Entity\Caliber {#2201 -id: 463 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2202 …} -orderItems: Doctrine\ORM\PersistentCollection {#2204 …} -name: null -locale: null } App\Entity\Caliber {#2206 -id: 478 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2207 …} -orderItems: Doctrine\ORM\PersistentCollection {#2209 …} -name: null -locale: null } App\Entity\Caliber {#2211 -id: 494 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2212 …} -orderItems: Doctrine\ORM\PersistentCollection {#2214 …} -name: null -locale: null } App\Entity\Caliber {#2216 -id: 508 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2217 …} -orderItems: Doctrine\ORM\PersistentCollection {#2219 …} -name: null -locale: null } App\Entity\Caliber {#2221 -id: 522 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2222 …} -orderItems: Doctrine\ORM\PersistentCollection {#2224 …} -name: null -locale: null } App\Entity\Caliber {#2226 -id: 5 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2227 …} -orderItems: Doctrine\ORM\PersistentCollection {#2229 …} -name: null -locale: null } App\Entity\Caliber {#2231 -id: 19 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2232 …} -orderItems: Doctrine\ORM\PersistentCollection {#2234 …} -name: null -locale: null } App\Entity\Caliber {#2236 -id: 33 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2237 …} -orderItems: Doctrine\ORM\PersistentCollection {#2239 …} -name: null -locale: null } App\Entity\Caliber {#2241 -id: 47 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2242 …} -orderItems: Doctrine\ORM\PersistentCollection {#2244 …} -name: null -locale: null } App\Entity\Caliber {#2246 -id: 61 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2247 …} -orderItems: Doctrine\ORM\PersistentCollection {#2249 …} -name: null -locale: null } App\Entity\Caliber {#2251 -id: 77 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2252 …} -orderItems: Doctrine\ORM\PersistentCollection {#2254 …} -name: null -locale: null } App\Entity\Caliber {#2256 -id: 91 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2257 …} -orderItems: Doctrine\ORM\PersistentCollection {#2259 …} -name: null -locale: null } App\Entity\Caliber {#2261 -id: 105 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2262 …} -orderItems: Doctrine\ORM\PersistentCollection {#2264 …} -name: null -locale: null } App\Entity\Caliber {#2266 -id: 122 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2267 …} -orderItems: Doctrine\ORM\PersistentCollection {#2269 …} -name: null -locale: null } App\Entity\Caliber {#2271 -id: 137 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2272 …} -orderItems: Doctrine\ORM\PersistentCollection {#2274 …} -name: null -locale: null } App\Entity\Caliber {#2276 -id: 152 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2277 …} -orderItems: Doctrine\ORM\PersistentCollection {#2279 …} -name: null -locale: null } App\Entity\Caliber {#2281 -id: 166 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2282 …} -orderItems: Doctrine\ORM\PersistentCollection {#2284 …} -name: null -locale: null } App\Entity\Caliber {#2286 -id: 180 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2287 …} -orderItems: Doctrine\ORM\PersistentCollection {#2289 …} -name: null -locale: null } App\Entity\Caliber {#2291 -id: 194 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2292 …} -orderItems: Doctrine\ORM\PersistentCollection {#2294 …} -name: null -locale: null } App\Entity\Caliber {#2296 -id: 209 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2297 …} -orderItems: Doctrine\ORM\PersistentCollection {#2299 …} -name: null -locale: null } App\Entity\Caliber {#2301 -id: 224 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2302 …} -orderItems: Doctrine\ORM\PersistentCollection {#2304 …} -name: null -locale: null } App\Entity\Caliber {#2306 -id: 239 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2307 …} -orderItems: Doctrine\ORM\PersistentCollection {#2309 …} -name: null -locale: null } App\Entity\Caliber {#2311 -id: 253 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2312 …} -orderItems: Doctrine\ORM\PersistentCollection {#2314 …} -name: null -locale: null } App\Entity\Caliber {#2316 -id: 266 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2317 …} -orderItems: Doctrine\ORM\PersistentCollection {#2319 …} -name: null -locale: null } App\Entity\Caliber {#2321 -id: 274 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2322 …} -orderItems: Doctrine\ORM\PersistentCollection {#2324 …} -name: null -locale: null } App\Entity\Caliber {#2326 -id: 324 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2327 …} -orderItems: Doctrine\ORM\PersistentCollection {#2329 …} -name: null -locale: null } App\Entity\Caliber {#2331 -id: 332 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2332 …} -orderItems: Doctrine\ORM\PersistentCollection {#2334 …} -name: null -locale: null } App\Entity\Caliber {#2336 -id: 341 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2337 …} -orderItems: Doctrine\ORM\PersistentCollection {#2339 …} -name: null -locale: null } App\Entity\Caliber {#2341 -id: 355 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2342 …} -orderItems: Doctrine\ORM\PersistentCollection {#2344 …} -name: null -locale: null } App\Entity\Caliber {#2346 -id: 369 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2347 …} -orderItems: Doctrine\ORM\PersistentCollection {#2349 …} -name: null -locale: null } App\Entity\Caliber {#2351 -id: 383 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2352 …} -orderItems: Doctrine\ORM\PersistentCollection {#2354 …} -name: null -locale: null } App\Entity\Caliber {#2356 -id: 397 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2357 …} -orderItems: Doctrine\ORM\PersistentCollection {#2359 …} -name: null -locale: null } App\Entity\Caliber {#2361 -id: 411 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2362 …} -orderItems: Doctrine\ORM\PersistentCollection {#2364 …} -name: null -locale: null } App\Entity\Caliber {#2366 -id: 425 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2367 …} -orderItems: Doctrine\ORM\PersistentCollection {#2369 …} -name: null -locale: null } App\Entity\Caliber {#2371 -id: 439 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2372 …} -orderItems: Doctrine\ORM\PersistentCollection {#2374 …} -name: null -locale: null } App\Entity\Caliber {#2376 -id: 464 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2377 …} -orderItems: Doctrine\ORM\PersistentCollection {#2379 …} -name: null -locale: null } App\Entity\Caliber {#2381 -id: 479 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2382 …} -orderItems: Doctrine\ORM\PersistentCollection {#2384 …} -name: null -locale: null } App\Entity\Caliber {#2386 -id: 495 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2387 …} -orderItems: Doctrine\ORM\PersistentCollection {#2389 …} -name: null -locale: null } App\Entity\Caliber {#2391 -id: 509 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2392 …} -orderItems: Doctrine\ORM\PersistentCollection {#2394 …} -name: null -locale: null } App\Entity\Caliber {#2396 -id: 523 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2397 …} -orderItems: Doctrine\ORM\PersistentCollection {#2399 …} -name: null -locale: null } App\Entity\Caliber {#2401 -id: 123 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2402 …} -orderItems: Doctrine\ORM\PersistentCollection {#2404 …} -name: null -locale: null } App\Entity\Caliber {#2406 -id: 298 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2407 …} -orderItems: Doctrine\ORM\PersistentCollection {#2409 …} -name: null -locale: null } App\Entity\Caliber {#2411 -id: 301 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2412 …} -orderItems: Doctrine\ORM\PersistentCollection {#2414 …} -name: null -locale: null } App\Entity\Caliber {#2416 -id: 311 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2417 …} -orderItems: Doctrine\ORM\PersistentCollection {#2419 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2421 -id: 315 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2422 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2423 …} -orderItems: Doctrine\ORM\PersistentCollection {#2425 …} -name: "BS" -locale: null } App\Entity\Caliber {#2427 -id: 318 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2428 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2429 …} -orderItems: Doctrine\ORM\PersistentCollection {#2431 …} -name: "FS" -locale: null } App\Entity\Caliber {#2433 -id: 452 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2434 …} -orderItems: Doctrine\ORM\PersistentCollection {#2436 …} -name: "NOY" -locale: null } App\Entity\Caliber {#2438 -id: 455 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2439 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2440 …} -orderItems: Doctrine\ORM\PersistentCollection {#2442 …} -name: "BS" -locale: null } App\Entity\Caliber {#2444 -id: 458 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2445 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2446 …} -orderItems: Doctrine\ORM\PersistentCollection {#2448 …} -name: "FS" -locale: null } App\Entity\Caliber {#2450 -id: 465 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2451 …} -orderItems: Doctrine\ORM\PersistentCollection {#2453 …} -name: null -locale: null } App\Entity\Caliber {#2455 -id: 6 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2456 …} -orderItems: Doctrine\ORM\PersistentCollection {#2458 …} -name: null -locale: null } App\Entity\Caliber {#2460 -id: 20 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2461 …} -orderItems: Doctrine\ORM\PersistentCollection {#2463 …} -name: null -locale: null } App\Entity\Caliber {#2465 -id: 34 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2466 …} -orderItems: Doctrine\ORM\PersistentCollection {#2468 …} -name: null -locale: null } App\Entity\Caliber {#2470 -id: 48 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2471 …} -orderItems: Doctrine\ORM\PersistentCollection {#2473 …} -name: null -locale: null } App\Entity\Caliber {#2475 -id: 62 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2476 …} -orderItems: Doctrine\ORM\PersistentCollection {#2478 …} -name: null -locale: null } App\Entity\Caliber {#2480 -id: 78 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2481 …} -orderItems: Doctrine\ORM\PersistentCollection {#2483 …} -name: null -locale: null } App\Entity\Caliber {#2485 -id: 92 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2486 …} -orderItems: Doctrine\ORM\PersistentCollection {#2488 …} -name: null -locale: null } App\Entity\Caliber {#2490 -id: 106 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2491 …} -orderItems: Doctrine\ORM\PersistentCollection {#2493 …} -name: null -locale: null } App\Entity\Caliber {#2495 -id: 124 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2496 …} -orderItems: Doctrine\ORM\PersistentCollection {#2498 …} -name: null -locale: null } App\Entity\Caliber {#2500 -id: 138 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2501 …} -orderItems: Doctrine\ORM\PersistentCollection {#2503 …} -name: null -locale: null } App\Entity\Caliber {#2505 -id: 153 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2506 …} -orderItems: Doctrine\ORM\PersistentCollection {#2508 …} -name: null -locale: null } App\Entity\Caliber {#2510 -id: 167 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2511 …} -orderItems: Doctrine\ORM\PersistentCollection {#2513 …} -name: null -locale: null } App\Entity\Caliber {#2515 -id: 181 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2516 …} -orderItems: Doctrine\ORM\PersistentCollection {#2518 …} -name: null -locale: null } App\Entity\Caliber {#2520 -id: 195 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2521 …} -orderItems: Doctrine\ORM\PersistentCollection {#2523 …} -name: null -locale: null } App\Entity\Caliber {#2525 -id: 210 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2526 …} -orderItems: Doctrine\ORM\PersistentCollection {#2528 …} -name: null -locale: null } App\Entity\Caliber {#2530 -id: 225 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2531 …} -orderItems: Doctrine\ORM\PersistentCollection {#2533 …} -name: null -locale: null } App\Entity\Caliber {#2535 -id: 240 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2536 …} -orderItems: Doctrine\ORM\PersistentCollection {#2538 …} -name: null -locale: null } App\Entity\Caliber {#2540 -id: 254 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2541 …} -orderItems: Doctrine\ORM\PersistentCollection {#2543 …} -name: null -locale: null } App\Entity\Caliber {#2545 -id: 342 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2546 …} -orderItems: Doctrine\ORM\PersistentCollection {#2548 …} -name: null -locale: null } App\Entity\Caliber {#2550 -id: 356 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2551 …} -orderItems: Doctrine\ORM\PersistentCollection {#2553 …} -name: null -locale: null } App\Entity\Caliber {#2555 -id: 370 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2556 …} -orderItems: Doctrine\ORM\PersistentCollection {#2558 …} -name: null -locale: null } App\Entity\Caliber {#2560 -id: 384 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2561 …} -orderItems: Doctrine\ORM\PersistentCollection {#2563 …} -name: null -locale: null } App\Entity\Caliber {#2565 -id: 398 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2566 …} -orderItems: Doctrine\ORM\PersistentCollection {#2568 …} -name: null -locale: null } App\Entity\Caliber {#2570 -id: 412 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2571 …} -orderItems: Doctrine\ORM\PersistentCollection {#2573 …} -name: null -locale: null } App\Entity\Caliber {#2575 -id: 426 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2576 …} -orderItems: Doctrine\ORM\PersistentCollection {#2578 …} -name: null -locale: null } App\Entity\Caliber {#2580 -id: 440 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2581 …} -orderItems: Doctrine\ORM\PersistentCollection {#2583 …} -name: null -locale: null } App\Entity\Caliber {#2585 -id: 466 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2586 …} -orderItems: Doctrine\ORM\PersistentCollection {#2588 …} -name: null -locale: null } App\Entity\Caliber {#2590 -id: 480 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2591 …} -orderItems: Doctrine\ORM\PersistentCollection {#2593 …} -name: null -locale: null } App\Entity\Caliber {#2595 -id: 496 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2596 …} -orderItems: Doctrine\ORM\PersistentCollection {#2598 …} -name: null -locale: null } App\Entity\Caliber {#2600 -id: 510 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2601 …} -orderItems: Doctrine\ORM\PersistentCollection {#2603 …} -name: null -locale: null } App\Entity\Caliber {#2605 -id: 524 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2606 …} -orderItems: Doctrine\ORM\PersistentCollection {#2608 …} -name: null -locale: null } App\Entity\Caliber {#2610 -id: 7 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2611 …} -orderItems: Doctrine\ORM\PersistentCollection {#2613 …} -name: null -locale: null } App\Entity\Caliber {#2615 -id: 21 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2616 …} -orderItems: Doctrine\ORM\PersistentCollection {#2618 …} -name: null -locale: null } App\Entity\Caliber {#2620 -id: 35 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2621 …} -orderItems: Doctrine\ORM\PersistentCollection {#2623 …} -name: null -locale: null } App\Entity\Caliber {#2625 -id: 49 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2626 …} -orderItems: Doctrine\ORM\PersistentCollection {#2628 …} -name: null -locale: null } App\Entity\Caliber {#2630 -id: 63 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2631 …} -orderItems: Doctrine\ORM\PersistentCollection {#2633 …} -name: null -locale: null } App\Entity\Caliber {#2635 -id: 79 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2636 …} -orderItems: Doctrine\ORM\PersistentCollection {#2638 …} -name: null -locale: null } App\Entity\Caliber {#2640 -id: 93 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2641 …} -orderItems: Doctrine\ORM\PersistentCollection {#2643 …} -name: null -locale: null } App\Entity\Caliber {#2645 -id: 107 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2646 …} -orderItems: Doctrine\ORM\PersistentCollection {#2648 …} -name: null -locale: null } App\Entity\Caliber {#2650 -id: 125 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2651 …} -orderItems: Doctrine\ORM\PersistentCollection {#2653 …} -name: null -locale: null } App\Entity\Caliber {#2655 -id: 139 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2656 …} -orderItems: Doctrine\ORM\PersistentCollection {#2658 …} -name: null -locale: null } App\Entity\Caliber {#2660 -id: 154 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2661 …} -orderItems: Doctrine\ORM\PersistentCollection {#2663 …} -name: null -locale: null } App\Entity\Caliber {#2665 -id: 168 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2666 …} -orderItems: Doctrine\ORM\PersistentCollection {#2668 …} -name: null -locale: null } App\Entity\Caliber {#2670 -id: 182 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2671 …} -orderItems: Doctrine\ORM\PersistentCollection {#2673 …} -name: null -locale: null } App\Entity\Caliber {#2675 -id: 196 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2676 …} -orderItems: Doctrine\ORM\PersistentCollection {#2678 …} -name: null -locale: null } App\Entity\Caliber {#2680 -id: 211 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2681 …} -orderItems: Doctrine\ORM\PersistentCollection {#2683 …} -name: null -locale: null } App\Entity\Caliber {#2685 -id: 226 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2686 …} -orderItems: Doctrine\ORM\PersistentCollection {#2688 …} -name: null -locale: null } App\Entity\Caliber {#2690 -id: 241 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2691 …} -orderItems: Doctrine\ORM\PersistentCollection {#2693 …} -name: null -locale: null } App\Entity\Caliber {#2695 -id: 255 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2696 …} -orderItems: Doctrine\ORM\PersistentCollection {#2698 …} -name: null -locale: null } App\Entity\Caliber {#2700 -id: 267 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2701 …} -orderItems: Doctrine\ORM\PersistentCollection {#2703 …} -name: null -locale: null } App\Entity\Caliber {#2705 -id: 275 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2706 …} -orderItems: Doctrine\ORM\PersistentCollection {#2708 …} -name: null -locale: null } App\Entity\Caliber {#2710 -id: 325 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2711 …} -orderItems: Doctrine\ORM\PersistentCollection {#2713 …} -name: null -locale: null } App\Entity\Caliber {#2715 -id: 333 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2716 …} -orderItems: Doctrine\ORM\PersistentCollection {#2718 …} -name: null -locale: null } App\Entity\Caliber {#2720 -id: 343 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2721 …} -orderItems: Doctrine\ORM\PersistentCollection {#2723 …} -name: null -locale: null } App\Entity\Caliber {#2725 -id: 357 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2726 …} -orderItems: Doctrine\ORM\PersistentCollection {#2728 …} -name: null -locale: null } App\Entity\Caliber {#2730 -id: 371 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2731 …} -orderItems: Doctrine\ORM\PersistentCollection {#2733 …} -name: null -locale: null } App\Entity\Caliber {#2735 -id: 385 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2736 …} -orderItems: Doctrine\ORM\PersistentCollection {#2738 …} -name: null -locale: null } App\Entity\Caliber {#2740 -id: 399 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2741 …} -orderItems: Doctrine\ORM\PersistentCollection {#2743 …} -name: null -locale: null } App\Entity\Caliber {#2745 -id: 413 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2746 …} -orderItems: Doctrine\ORM\PersistentCollection {#2748 …} -name: null -locale: null } App\Entity\Caliber {#2750 -id: 427 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2751 …} -orderItems: Doctrine\ORM\PersistentCollection {#2753 …} -name: null -locale: null } App\Entity\Caliber {#2755 -id: 441 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2756 …} -orderItems: Doctrine\ORM\PersistentCollection {#2758 …} -name: null -locale: null } App\Entity\Caliber {#2760 -id: 467 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2761 …} -orderItems: Doctrine\ORM\PersistentCollection {#2763 …} -name: null -locale: null } App\Entity\Caliber {#2765 -id: 481 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2766 …} -orderItems: Doctrine\ORM\PersistentCollection {#2768 …} -name: null -locale: null } App\Entity\Caliber {#2770 -id: 497 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2771 …} -orderItems: Doctrine\ORM\PersistentCollection {#2773 …} -name: null -locale: null } App\Entity\Caliber {#2775 -id: 511 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2776 …} -orderItems: Doctrine\ORM\PersistentCollection {#2778 …} -name: null -locale: null } App\Entity\Caliber {#2780 -id: 525 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2781 …} -orderItems: Doctrine\ORM\PersistentCollection {#2783 …} -name: null -locale: null } App\Entity\Caliber {#2785 -id: 319 -caliber: "2.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2787 …} -orderItems: Doctrine\ORM\PersistentCollection {#2789 …} -name: null -locale: null } App\Entity\Caliber {#2791 -id: 320 -caliber: "2.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2792 …} -orderItems: Doctrine\ORM\PersistentCollection {#2794 …} -name: null -locale: null } App\Entity\Caliber {#2796 -id: 8 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2797 …} -orderItems: Doctrine\ORM\PersistentCollection {#2799 …} -name: null -locale: null } App\Entity\Caliber {#2801 -id: 22 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2802 …} -orderItems: Doctrine\ORM\PersistentCollection {#2804 …} -name: null -locale: null } App\Entity\Caliber {#2806 -id: 36 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2807 …} -orderItems: Doctrine\ORM\PersistentCollection {#2809 …} -name: null -locale: null } App\Entity\Caliber {#2811 -id: 50 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2812 …} -orderItems: Doctrine\ORM\PersistentCollection {#2814 …} -name: null -locale: null } App\Entity\Caliber {#2816 -id: 64 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2817 …} -orderItems: Doctrine\ORM\PersistentCollection {#2819 …} -name: null -locale: null } App\Entity\Caliber {#2821 -id: 80 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2822 …} -orderItems: Doctrine\ORM\PersistentCollection {#2824 …} -name: null -locale: null } App\Entity\Caliber {#2826 -id: 94 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2827 …} -orderItems: Doctrine\ORM\PersistentCollection {#2829 …} -name: null -locale: null } App\Entity\Caliber {#2831 -id: 108 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2832 …} -orderItems: Doctrine\ORM\PersistentCollection {#2834 …} -name: null -locale: null } App\Entity\Caliber {#2836 -id: 126 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2837 …} -orderItems: Doctrine\ORM\PersistentCollection {#2839 …} -name: null -locale: null } App\Entity\Caliber {#2841 -id: 140 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2842 …} -orderItems: Doctrine\ORM\PersistentCollection {#2844 …} -name: null -locale: null } App\Entity\Caliber {#2846 -id: 155 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2847 …} -orderItems: Doctrine\ORM\PersistentCollection {#2849 …} -name: null -locale: null } App\Entity\Caliber {#2851 -id: 169 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2852 …} -orderItems: Doctrine\ORM\PersistentCollection {#2854 …} -name: null -locale: null } App\Entity\Caliber {#2856 -id: 183 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2857 …} -orderItems: Doctrine\ORM\PersistentCollection {#2859 …} -name: null -locale: null } App\Entity\Caliber {#2861 -id: 197 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2862 …} -orderItems: Doctrine\ORM\PersistentCollection {#2864 …} -name: null -locale: null } App\Entity\Caliber {#2866 -id: 212 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2867 …} -orderItems: Doctrine\ORM\PersistentCollection {#2869 …} -name: null -locale: null } App\Entity\Caliber {#2871 -id: 227 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2872 …} -orderItems: Doctrine\ORM\PersistentCollection {#2874 …} -name: null -locale: null } App\Entity\Caliber {#2876 -id: 242 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2877 …} -orderItems: Doctrine\ORM\PersistentCollection {#2879 …} -name: null -locale: null } App\Entity\Caliber {#2881 -id: 256 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2882 …} -orderItems: Doctrine\ORM\PersistentCollection {#2884 …} -name: null -locale: null } App\Entity\Caliber {#2886 -id: 268 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2887 …} -orderItems: Doctrine\ORM\PersistentCollection {#2889 …} -name: null -locale: null } App\Entity\Caliber {#2891 -id: 276 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2892 …} -orderItems: Doctrine\ORM\PersistentCollection {#2894 …} -name: null -locale: null } App\Entity\Caliber {#2896 -id: 326 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2897 …} -orderItems: Doctrine\ORM\PersistentCollection {#2899 …} -name: null -locale: null } App\Entity\Caliber {#2901 -id: 334 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2902 …} -orderItems: Doctrine\ORM\PersistentCollection {#2904 …} -name: null -locale: null } App\Entity\Caliber {#2906 -id: 344 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2907 …} -orderItems: Doctrine\ORM\PersistentCollection {#2909 …} -name: null -locale: null } App\Entity\Caliber {#2911 -id: 358 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2912 …} -orderItems: Doctrine\ORM\PersistentCollection {#2914 …} -name: null -locale: null } App\Entity\Caliber {#2916 -id: 372 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2917 …} -orderItems: Doctrine\ORM\PersistentCollection {#2919 …} -name: null -locale: null } App\Entity\Caliber {#2921 -id: 386 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2922 …} -orderItems: Doctrine\ORM\PersistentCollection {#2924 …} -name: null -locale: null } App\Entity\Caliber {#2926 -id: 400 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2927 …} -orderItems: Doctrine\ORM\PersistentCollection {#2929 …} -name: null -locale: null } App\Entity\Caliber {#2931 -id: 414 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2932 …} -orderItems: Doctrine\ORM\PersistentCollection {#2934 …} -name: null -locale: null } App\Entity\Caliber {#2936 -id: 428 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2937 …} -orderItems: Doctrine\ORM\PersistentCollection {#2939 …} -name: null -locale: null } App\Entity\Caliber {#2941 -id: 442 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2942 …} -orderItems: Doctrine\ORM\PersistentCollection {#2944 …} -name: null -locale: null } App\Entity\Caliber {#2946 -id: 468 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2947 …} -orderItems: Doctrine\ORM\PersistentCollection {#2949 …} -name: null -locale: null } App\Entity\Caliber {#2951 -id: 482 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2952 …} -orderItems: Doctrine\ORM\PersistentCollection {#2954 …} -name: null -locale: null } App\Entity\Caliber {#2956 -id: 498 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2957 …} -orderItems: Doctrine\ORM\PersistentCollection {#2959 …} -name: null -locale: null } App\Entity\Caliber {#2961 -id: 512 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2962 …} -orderItems: Doctrine\ORM\PersistentCollection {#2964 …} -name: null -locale: null } App\Entity\Caliber {#2966 -id: 526 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2967 …} -orderItems: Doctrine\ORM\PersistentCollection {#2969 …} -name: null -locale: null } App\Entity\Caliber {#2971 -id: 9 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2972 …} -orderItems: Doctrine\ORM\PersistentCollection {#2974 …} -name: null -locale: null } App\Entity\Caliber {#2976 -id: 23 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2977 …} -orderItems: Doctrine\ORM\PersistentCollection {#2979 …} -name: null -locale: null } App\Entity\Caliber {#2981 -id: 37 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2982 …} -orderItems: Doctrine\ORM\PersistentCollection {#2984 …} -name: null -locale: null } App\Entity\Caliber {#2986 -id: 51 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2987 …} -orderItems: Doctrine\ORM\PersistentCollection {#2989 …} -name: null -locale: null } App\Entity\Caliber {#2991 -id: 65 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2992 …} -orderItems: Doctrine\ORM\PersistentCollection {#2994 …} -name: null -locale: null } App\Entity\Caliber {#2996 -id: 81 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2997 …} -orderItems: Doctrine\ORM\PersistentCollection {#2999 …} -name: null -locale: null } App\Entity\Caliber {#3001 -id: 95 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3002 …} -orderItems: Doctrine\ORM\PersistentCollection {#3004 …} -name: null -locale: null } App\Entity\Caliber {#3006 -id: 109 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3007 …} -orderItems: Doctrine\ORM\PersistentCollection {#3009 …} -name: null -locale: null } App\Entity\Caliber {#3011 -id: 127 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3012 …} -orderItems: Doctrine\ORM\PersistentCollection {#3014 …} -name: null -locale: null } App\Entity\Caliber {#3016 -id: 141 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3017 …} -orderItems: Doctrine\ORM\PersistentCollection {#3019 …} -name: null -locale: null } App\Entity\Caliber {#3021 -id: 156 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3022 …} -orderItems: Doctrine\ORM\PersistentCollection {#3024 …} -name: null -locale: null } App\Entity\Caliber {#3026 -id: 170 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3027 …} -orderItems: Doctrine\ORM\PersistentCollection {#3029 …} -name: null -locale: null } App\Entity\Caliber {#3031 -id: 184 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3032 …} -orderItems: Doctrine\ORM\PersistentCollection {#3034 …} -name: null -locale: null } App\Entity\Caliber {#3036 -id: 198 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3037 …} -orderItems: Doctrine\ORM\PersistentCollection {#3039 …} -name: null -locale: null } App\Entity\Caliber {#3041 -id: 213 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3042 …} -orderItems: Doctrine\ORM\PersistentCollection {#3044 …} -name: null -locale: null } App\Entity\Caliber {#3046 -id: 228 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3047 …} -orderItems: Doctrine\ORM\PersistentCollection {#3049 …} -name: null -locale: null } App\Entity\Caliber {#3051 -id: 243 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3052 …} -orderItems: Doctrine\ORM\PersistentCollection {#3054 …} -name: null -locale: null } App\Entity\Caliber {#3056 -id: 257 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3057 …} -orderItems: Doctrine\ORM\PersistentCollection {#3059 …} -name: null -locale: null } App\Entity\Caliber {#3061 -id: 269 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3062 …} -orderItems: Doctrine\ORM\PersistentCollection {#3064 …} -name: null -locale: null } App\Entity\Caliber {#3066 -id: 277 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3067 …} -orderItems: Doctrine\ORM\PersistentCollection {#3069 …} -name: null -locale: null } App\Entity\Caliber {#3071 -id: 327 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3072 …} -orderItems: Doctrine\ORM\PersistentCollection {#3074 …} -name: null -locale: null } App\Entity\Caliber {#3076 -id: 335 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3077 …} -orderItems: Doctrine\ORM\PersistentCollection {#3079 …} -name: null -locale: null } App\Entity\Caliber {#3081 -id: 345 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3082 …} -orderItems: Doctrine\ORM\PersistentCollection {#3084 …} -name: null -locale: null } App\Entity\Caliber {#3086 -id: 359 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3087 …} -orderItems: Doctrine\ORM\PersistentCollection {#3089 …} -name: null -locale: null } App\Entity\Caliber {#3091 -id: 373 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3092 …} -orderItems: Doctrine\ORM\PersistentCollection {#3094 …} -name: null -locale: null } App\Entity\Caliber {#3096 -id: 387 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3097 …} -orderItems: Doctrine\ORM\PersistentCollection {#3099 …} -name: null -locale: null } App\Entity\Caliber {#3101 -id: 401 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3102 …} -orderItems: Doctrine\ORM\PersistentCollection {#3104 …} -name: null -locale: null } App\Entity\Caliber {#3106 -id: 415 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3107 …} -orderItems: Doctrine\ORM\PersistentCollection {#3109 …} -name: null -locale: null } App\Entity\Caliber {#3111 -id: 429 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3112 …} -orderItems: Doctrine\ORM\PersistentCollection {#3114 …} -name: null -locale: null } App\Entity\Caliber {#3116 -id: 443 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3117 …} -orderItems: Doctrine\ORM\PersistentCollection {#3119 …} -name: null -locale: null } App\Entity\Caliber {#3121 -id: 469 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3122 …} -orderItems: Doctrine\ORM\PersistentCollection {#3124 …} -name: null -locale: null } App\Entity\Caliber {#3126 -id: 483 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3127 …} -orderItems: Doctrine\ORM\PersistentCollection {#3129 …} -name: null -locale: null } App\Entity\Caliber {#3131 -id: 499 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3132 …} -orderItems: Doctrine\ORM\PersistentCollection {#3134 …} -name: null -locale: null } App\Entity\Caliber {#3136 -id: 513 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3137 …} -orderItems: Doctrine\ORM\PersistentCollection {#3139 …} -name: null -locale: null } App\Entity\Caliber {#3141 -id: 527 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3142 …} -orderItems: Doctrine\ORM\PersistentCollection {#3144 …} -name: null -locale: null } App\Entity\Caliber {#3146 -id: 10 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3147 …} -orderItems: Doctrine\ORM\PersistentCollection {#3149 …} -name: null -locale: null } App\Entity\Caliber {#3151 -id: 24 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3152 …} -orderItems: Doctrine\ORM\PersistentCollection {#3154 …} -name: null -locale: null } App\Entity\Caliber {#3156 -id: 38 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3157 …} -orderItems: Doctrine\ORM\PersistentCollection {#3159 …} -name: null -locale: null } App\Entity\Caliber {#3161 -id: 52 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3162 …} -orderItems: Doctrine\ORM\PersistentCollection {#3164 …} -name: null -locale: null } App\Entity\Caliber {#3166 -id: 66 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3167 …} -orderItems: Doctrine\ORM\PersistentCollection {#3169 …} -name: null -locale: null } App\Entity\Caliber {#3171 -id: 82 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3172 …} -orderItems: Doctrine\ORM\PersistentCollection {#3174 …} -name: null -locale: null } App\Entity\Caliber {#3176 -id: 96 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3177 …} -orderItems: Doctrine\ORM\PersistentCollection {#3179 …} -name: null -locale: null } App\Entity\Caliber {#3181 -id: 110 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3182 …} -orderItems: Doctrine\ORM\PersistentCollection {#3184 …} -name: null -locale: null } App\Entity\Caliber {#3186 -id: 128 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3187 …} -orderItems: Doctrine\ORM\PersistentCollection {#3189 …} -name: null -locale: null } App\Entity\Caliber {#3191 -id: 142 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3192 …} -orderItems: Doctrine\ORM\PersistentCollection {#3194 …} -name: null -locale: null } App\Entity\Caliber {#3196 -id: 157 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3197 …} -orderItems: Doctrine\ORM\PersistentCollection {#3199 …} -name: null -locale: null } App\Entity\Caliber {#3201 -id: 171 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3202 …} -orderItems: Doctrine\ORM\PersistentCollection {#3204 …} -name: null -locale: null } App\Entity\Caliber {#3206 -id: 185 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3207 …} -orderItems: Doctrine\ORM\PersistentCollection {#3209 …} -name: null -locale: null } App\Entity\Caliber {#3211 -id: 199 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3212 …} -orderItems: Doctrine\ORM\PersistentCollection {#3214 …} -name: null -locale: null } App\Entity\Caliber {#3216 -id: 214 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3217 …} -orderItems: Doctrine\ORM\PersistentCollection {#3219 …} -name: null -locale: null } App\Entity\Caliber {#3221 -id: 229 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3222 …} -orderItems: Doctrine\ORM\PersistentCollection {#3224 …} -name: null -locale: null } App\Entity\Caliber {#3226 -id: 244 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3227 …} -orderItems: Doctrine\ORM\PersistentCollection {#3229 …} -name: null -locale: null } App\Entity\Caliber {#3231 -id: 258 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3232 …} -orderItems: Doctrine\ORM\PersistentCollection {#3234 …} -name: null -locale: null } App\Entity\Caliber {#3236 -id: 270 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3237 …} -orderItems: Doctrine\ORM\PersistentCollection {#3239 …} -name: null -locale: null } App\Entity\Caliber {#3241 -id: 328 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3242 …} -orderItems: Doctrine\ORM\PersistentCollection {#3244 …} -name: null -locale: null } App\Entity\Caliber {#3246 -id: 346 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3247 …} -orderItems: Doctrine\ORM\PersistentCollection {#3249 …} -name: null -locale: null } App\Entity\Caliber {#3251 -id: 360 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3252 …} -orderItems: Doctrine\ORM\PersistentCollection {#3254 …} -name: null -locale: null } App\Entity\Caliber {#3256 -id: 374 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3257 …} -orderItems: Doctrine\ORM\PersistentCollection {#3259 …} -name: null -locale: null } App\Entity\Caliber {#3261 -id: 388 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3262 …} -orderItems: Doctrine\ORM\PersistentCollection {#3264 …} -name: null -locale: null } App\Entity\Caliber {#3266 -id: 402 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3267 …} -orderItems: Doctrine\ORM\PersistentCollection {#3269 …} -name: null -locale: null } App\Entity\Caliber {#3271 -id: 416 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3272 …} -orderItems: Doctrine\ORM\PersistentCollection {#3274 …} -name: null -locale: null } App\Entity\Caliber {#3276 -id: 430 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3277 …} -orderItems: Doctrine\ORM\PersistentCollection {#3279 …} -name: null -locale: null } App\Entity\Caliber {#3281 -id: 444 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3282 …} -orderItems: Doctrine\ORM\PersistentCollection {#3284 …} -name: null -locale: null } App\Entity\Caliber {#3286 -id: 470 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3287 …} -orderItems: Doctrine\ORM\PersistentCollection {#3289 …} -name: null -locale: null } App\Entity\Caliber {#3291 -id: 484 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3292 …} -orderItems: Doctrine\ORM\PersistentCollection {#3294 …} -name: null -locale: null } App\Entity\Caliber {#3296 -id: 500 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3297 …} -orderItems: Doctrine\ORM\PersistentCollection {#3299 …} -name: null -locale: null } App\Entity\Caliber {#3301 -id: 514 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3302 …} -orderItems: Doctrine\ORM\PersistentCollection {#3304 …} -name: null -locale: null } App\Entity\Caliber {#3306 -id: 528 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3307 …} -orderItems: Doctrine\ORM\PersistentCollection {#3309 …} -name: null -locale: null } App\Entity\Caliber {#3311 -id: 11 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3312 …} -orderItems: Doctrine\ORM\PersistentCollection {#3314 …} -name: null -locale: null } App\Entity\Caliber {#3316 -id: 25 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3317 …} -orderItems: Doctrine\ORM\PersistentCollection {#3319 …} -name: null -locale: null } App\Entity\Caliber {#3321 -id: 39 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3322 …} -orderItems: Doctrine\ORM\PersistentCollection {#3324 …} -name: null -locale: null } App\Entity\Caliber {#3326 -id: 53 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3327 …} -orderItems: Doctrine\ORM\PersistentCollection {#3329 …} -name: null -locale: null } App\Entity\Caliber {#3331 -id: 67 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3332 …} -orderItems: Doctrine\ORM\PersistentCollection {#3334 …} -name: null -locale: null } App\Entity\Caliber {#3336 -id: 83 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3337 …} -orderItems: Doctrine\ORM\PersistentCollection {#3339 …} -name: null -locale: null } App\Entity\Caliber {#3341 -id: 97 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3342 …} -orderItems: Doctrine\ORM\PersistentCollection {#3344 …} -name: null -locale: null } App\Entity\Caliber {#3346 -id: 111 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3347 …} -orderItems: Doctrine\ORM\PersistentCollection {#3349 …} -name: null -locale: null } App\Entity\Caliber {#3351 -id: 129 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3352 …} -orderItems: Doctrine\ORM\PersistentCollection {#3354 …} -name: null -locale: null } App\Entity\Caliber {#3356 -id: 143 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3357 …} -orderItems: Doctrine\ORM\PersistentCollection {#3359 …} -name: null -locale: null } App\Entity\Caliber {#3361 -id: 158 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3362 …} -orderItems: Doctrine\ORM\PersistentCollection {#3364 …} -name: null -locale: null } App\Entity\Caliber {#3366 -id: 172 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3367 …} -orderItems: Doctrine\ORM\PersistentCollection {#3369 …} -name: null -locale: null } App\Entity\Caliber {#3371 -id: 186 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3372 …} -orderItems: Doctrine\ORM\PersistentCollection {#3374 …} -name: null -locale: null } App\Entity\Caliber {#3376 -id: 200 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3377 …} -orderItems: Doctrine\ORM\PersistentCollection {#3379 …} -name: null -locale: null } App\Entity\Caliber {#3381 -id: 215 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3382 …} -orderItems: Doctrine\ORM\PersistentCollection {#3384 …} -name: null -locale: null } App\Entity\Caliber {#3386 -id: 230 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3387 …} -orderItems: Doctrine\ORM\PersistentCollection {#3389 …} -name: null -locale: null } App\Entity\Caliber {#3391 -id: 245 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3392 …} -orderItems: Doctrine\ORM\PersistentCollection {#3394 …} -name: null -locale: null } App\Entity\Caliber {#3396 -id: 259 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3397 …} -orderItems: Doctrine\ORM\PersistentCollection {#3399 …} -name: null -locale: null } App\Entity\Caliber {#3401 -id: 271 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3402 …} -orderItems: Doctrine\ORM\PersistentCollection {#3404 …} -name: null -locale: null } App\Entity\Caliber {#3406 -id: 278 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3407 …} -orderItems: Doctrine\ORM\PersistentCollection {#3409 …} -name: null -locale: null } App\Entity\Caliber {#3411 -id: 329 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3412 …} -orderItems: Doctrine\ORM\PersistentCollection {#3414 …} -name: null -locale: null } App\Entity\Caliber {#3416 -id: 336 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3417 …} -orderItems: Doctrine\ORM\PersistentCollection {#3419 …} -name: null -locale: null } App\Entity\Caliber {#3421 -id: 347 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3422 …} -orderItems: Doctrine\ORM\PersistentCollection {#3424 …} -name: null -locale: null } App\Entity\Caliber {#3426 -id: 361 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3427 …} -orderItems: Doctrine\ORM\PersistentCollection {#3429 …} -name: null -locale: null } App\Entity\Caliber {#3431 -id: 375 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3432 …} -orderItems: Doctrine\ORM\PersistentCollection {#3434 …} -name: null -locale: null } App\Entity\Caliber {#3436 -id: 389 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3437 …} -orderItems: Doctrine\ORM\PersistentCollection {#3439 …} -name: null -locale: null } App\Entity\Caliber {#3441 -id: 403 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3442 …} -orderItems: Doctrine\ORM\PersistentCollection {#3444 …} -name: null -locale: null } App\Entity\Caliber {#3446 -id: 417 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3447 …} -orderItems: Doctrine\ORM\PersistentCollection {#3449 …} -name: null -locale: null } App\Entity\Caliber {#3451 -id: 431 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3452 …} -orderItems: Doctrine\ORM\PersistentCollection {#3454 …} -name: null -locale: null } App\Entity\Caliber {#3456 -id: 445 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3457 …} -orderItems: Doctrine\ORM\PersistentCollection {#3459 …} -name: null -locale: null } App\Entity\Caliber {#3461 -id: 471 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3462 …} -orderItems: Doctrine\ORM\PersistentCollection {#3464 …} -name: null -locale: null } App\Entity\Caliber {#3466 -id: 485 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3467 …} -orderItems: Doctrine\ORM\PersistentCollection {#3469 …} -name: null -locale: null } App\Entity\Caliber {#3471 -id: 501 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3472 …} -orderItems: Doctrine\ORM\PersistentCollection {#3474 …} -name: null -locale: null } App\Entity\Caliber {#3476 -id: 515 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3477 …} -orderItems: Doctrine\ORM\PersistentCollection {#3479 …} -name: null -locale: null } App\Entity\Caliber {#3481 -id: 529 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3482 …} -orderItems: Doctrine\ORM\PersistentCollection {#3484 …} -name: null -locale: null } App\Entity\Caliber {#3486 -id: 12 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3487 …} -orderItems: Doctrine\ORM\PersistentCollection {#3489 …} -name: null -locale: null } App\Entity\Caliber {#3491 -id: 26 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3492 …} -orderItems: Doctrine\ORM\PersistentCollection {#3494 …} -name: null -locale: null } App\Entity\Caliber {#3496 -id: 40 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3497 …} -orderItems: Doctrine\ORM\PersistentCollection {#3499 …} -name: null -locale: null } App\Entity\Caliber {#3501 -id: 54 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3502 …} -orderItems: Doctrine\ORM\PersistentCollection {#3504 …} -name: null -locale: null } App\Entity\Caliber {#3506 -id: 68 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3507 …} -orderItems: Doctrine\ORM\PersistentCollection {#3509 …} -name: null -locale: null } App\Entity\Caliber {#3511 -id: 84 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3512 …} -orderItems: Doctrine\ORM\PersistentCollection {#3514 …} -name: null -locale: null } App\Entity\Caliber {#3516 -id: 98 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3517 …} -orderItems: Doctrine\ORM\PersistentCollection {#3519 …} -name: null -locale: null } App\Entity\Caliber {#3521 -id: 112 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3522 …} -orderItems: Doctrine\ORM\PersistentCollection {#3524 …} -name: null -locale: null } App\Entity\Caliber {#3526 -id: 130 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3527 …} -orderItems: Doctrine\ORM\PersistentCollection {#3529 …} -name: null -locale: null } App\Entity\Caliber {#3531 -id: 144 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3532 …} -orderItems: Doctrine\ORM\PersistentCollection {#3534 …} -name: null -locale: null } App\Entity\Caliber {#3536 -id: 159 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3537 …} -orderItems: Doctrine\ORM\PersistentCollection {#3539 …} -name: null -locale: null } App\Entity\Caliber {#3541 -id: 173 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3542 …} -orderItems: Doctrine\ORM\PersistentCollection {#3544 …} -name: null -locale: null } App\Entity\Caliber {#3546 -id: 187 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3547 …} -orderItems: Doctrine\ORM\PersistentCollection {#3549 …} -name: null -locale: null } App\Entity\Caliber {#3551 -id: 201 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3552 …} -orderItems: Doctrine\ORM\PersistentCollection {#3554 …} -name: null -locale: null } App\Entity\Caliber {#3556 -id: 216 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3557 …} -orderItems: Doctrine\ORM\PersistentCollection {#3559 …} -name: null -locale: null } App\Entity\Caliber {#3561 -id: 231 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3562 …} -orderItems: Doctrine\ORM\PersistentCollection {#3564 …} -name: null -locale: null } App\Entity\Caliber {#3566 -id: 246 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3567 …} -orderItems: Doctrine\ORM\PersistentCollection {#3569 …} -name: null -locale: null } App\Entity\Caliber {#3571 -id: 260 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3572 …} -orderItems: Doctrine\ORM\PersistentCollection {#3574 …} -name: null -locale: null } App\Entity\Caliber {#3576 -id: 348 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3577 …} -orderItems: Doctrine\ORM\PersistentCollection {#3579 …} -name: null -locale: null } App\Entity\Caliber {#3581 -id: 362 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3582 …} -orderItems: Doctrine\ORM\PersistentCollection {#3584 …} -name: null -locale: null } App\Entity\Caliber {#3586 -id: 376 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3587 …} -orderItems: Doctrine\ORM\PersistentCollection {#3589 …} -name: null -locale: null } App\Entity\Caliber {#3591 -id: 390 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3592 …} -orderItems: Doctrine\ORM\PersistentCollection {#3594 …} -name: null -locale: null } App\Entity\Caliber {#3596 -id: 404 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3597 …} -orderItems: Doctrine\ORM\PersistentCollection {#3599 …} -name: null -locale: null } App\Entity\Caliber {#3601 -id: 418 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3602 …} -orderItems: Doctrine\ORM\PersistentCollection {#3604 …} -name: null -locale: null } App\Entity\Caliber {#3606 -id: 432 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3607 …} -orderItems: Doctrine\ORM\PersistentCollection {#3609 …} -name: null -locale: null } App\Entity\Caliber {#3611 -id: 446 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3612 …} -orderItems: Doctrine\ORM\PersistentCollection {#3614 …} -name: null -locale: null } App\Entity\Caliber {#3616 -id: 472 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3617 …} -orderItems: Doctrine\ORM\PersistentCollection {#3619 …} -name: null -locale: null } App\Entity\Caliber {#3621 -id: 486 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3622 …} -orderItems: Doctrine\ORM\PersistentCollection {#3624 …} -name: null -locale: null } App\Entity\Caliber {#3626 -id: 502 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3627 …} -orderItems: Doctrine\ORM\PersistentCollection {#3629 …} -name: null -locale: null } App\Entity\Caliber {#3631 -id: 516 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3632 …} -orderItems: Doctrine\ORM\PersistentCollection {#3634 …} -name: null -locale: null } App\Entity\Caliber {#3636 -id: 530 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3637 …} -orderItems: Doctrine\ORM\PersistentCollection {#3639 …} -name: null -locale: null } App\Entity\Caliber {#3641 -id: 13 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3642 …} -orderItems: Doctrine\ORM\PersistentCollection {#3644 …} -name: null -locale: null } App\Entity\Caliber {#3646 -id: 27 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3647 …} -orderItems: Doctrine\ORM\PersistentCollection {#3649 …} -name: null -locale: null } App\Entity\Caliber {#3651 -id: 41 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3652 …} -orderItems: Doctrine\ORM\PersistentCollection {#3654 …} -name: null -locale: null } App\Entity\Caliber {#3656 -id: 55 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3657 …} -orderItems: Doctrine\ORM\PersistentCollection {#3659 …} -name: null -locale: null } App\Entity\Caliber {#3661 -id: 69 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3662 …} -orderItems: Doctrine\ORM\PersistentCollection {#3664 …} -name: null -locale: null } App\Entity\Caliber {#3666 -id: 85 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3667 …} -orderItems: Doctrine\ORM\PersistentCollection {#3669 …} -name: null -locale: null } App\Entity\Caliber {#3671 -id: 99 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3672 …} -orderItems: Doctrine\ORM\PersistentCollection {#3674 …} -name: null -locale: null } App\Entity\Caliber {#3676 -id: 113 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3677 …} -orderItems: Doctrine\ORM\PersistentCollection {#3679 …} -name: null -locale: null } App\Entity\Caliber {#3681 -id: 131 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3682 …} -orderItems: Doctrine\ORM\PersistentCollection {#3684 …} -name: null -locale: null } App\Entity\Caliber {#3686 -id: 145 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3687 …} -orderItems: Doctrine\ORM\PersistentCollection {#3689 …} -name: null -locale: null } App\Entity\Caliber {#3691 -id: 160 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3692 …} -orderItems: Doctrine\ORM\PersistentCollection {#3694 …} -name: null -locale: null } App\Entity\Caliber {#3696 -id: 174 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3697 …} -orderItems: Doctrine\ORM\PersistentCollection {#3699 …} -name: null -locale: null } App\Entity\Caliber {#3701 -id: 188 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3702 …} -orderItems: Doctrine\ORM\PersistentCollection {#3704 …} -name: null -locale: null } App\Entity\Caliber {#3706 -id: 202 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3707 …} -orderItems: Doctrine\ORM\PersistentCollection {#3709 …} -name: null -locale: null } App\Entity\Caliber {#3711 -id: 217 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3712 …} -orderItems: Doctrine\ORM\PersistentCollection {#3714 …} -name: null -locale: null } App\Entity\Caliber {#3716 -id: 232 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3717 …} -orderItems: Doctrine\ORM\PersistentCollection {#3719 …} -name: null -locale: null } App\Entity\Caliber {#3721 -id: 247 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3722 …} -orderItems: Doctrine\ORM\PersistentCollection {#3724 …} -name: null -locale: null } App\Entity\Caliber {#3726 -id: 261 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3727 …} -orderItems: Doctrine\ORM\PersistentCollection {#3729 …} -name: null -locale: null } App\Entity\Caliber {#3731 -id: 349 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3732 …} -orderItems: Doctrine\ORM\PersistentCollection {#3734 …} -name: null -locale: null } App\Entity\Caliber {#3736 -id: 363 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3737 …} -orderItems: Doctrine\ORM\PersistentCollection {#3739 …} -name: null -locale: null } App\Entity\Caliber {#3741 -id: 377 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3742 …} -orderItems: Doctrine\ORM\PersistentCollection {#3744 …} -name: null -locale: null } App\Entity\Caliber {#3746 -id: 391 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3747 …} -orderItems: Doctrine\ORM\PersistentCollection {#3749 …} -name: null -locale: null } App\Entity\Caliber {#3751 -id: 405 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3752 …} -orderItems: Doctrine\ORM\PersistentCollection {#3754 …} -name: null -locale: null } App\Entity\Caliber {#3756 -id: 419 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3757 …} -orderItems: Doctrine\ORM\PersistentCollection {#3759 …} -name: null -locale: null } App\Entity\Caliber {#3761 -id: 433 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3762 …} -orderItems: Doctrine\ORM\PersistentCollection {#3764 …} -name: null -locale: null } App\Entity\Caliber {#3766 -id: 447 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3767 …} -orderItems: Doctrine\ORM\PersistentCollection {#3769 …} -name: null -locale: null } App\Entity\Caliber {#3771 -id: 473 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3772 …} -orderItems: Doctrine\ORM\PersistentCollection {#3774 …} -name: null -locale: null } App\Entity\Caliber {#3776 -id: 487 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3777 …} -orderItems: Doctrine\ORM\PersistentCollection {#3779 …} -name: null -locale: null } App\Entity\Caliber {#3781 -id: 503 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3782 …} -orderItems: Doctrine\ORM\PersistentCollection {#3784 …} -name: null -locale: null } App\Entity\Caliber {#3786 -id: 517 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3787 …} -orderItems: Doctrine\ORM\PersistentCollection {#3789 …} -name: null -locale: null } App\Entity\Caliber {#3791 -id: 531 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3792 …} -orderItems: Doctrine\ORM\PersistentCollection {#3794 …} -name: null -locale: null } App\Entity\Caliber {#3796 -id: 14 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3797 …} -orderItems: Doctrine\ORM\PersistentCollection {#3799 …} -name: null -locale: null } App\Entity\Caliber {#3801 -id: 28 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3802 …} -orderItems: Doctrine\ORM\PersistentCollection {#3804 …} -name: null -locale: null } App\Entity\Caliber {#3806 -id: 42 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3807 …} -orderItems: Doctrine\ORM\PersistentCollection {#3809 …} -name: null -locale: null } App\Entity\Caliber {#3811 -id: 56 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3812 …} -orderItems: Doctrine\ORM\PersistentCollection {#3814 …} -name: null -locale: null } App\Entity\Caliber {#3816 -id: 70 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3817 …} -orderItems: Doctrine\ORM\PersistentCollection {#3819 …} -name: null -locale: null } App\Entity\Caliber {#3821 -id: 86 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3822 …} -orderItems: Doctrine\ORM\PersistentCollection {#3824 …} -name: null -locale: null } App\Entity\Caliber {#3826 -id: 100 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3827 …} -orderItems: Doctrine\ORM\PersistentCollection {#3829 …} -name: null -locale: null } App\Entity\Caliber {#3831 -id: 114 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3832 …} -orderItems: Doctrine\ORM\PersistentCollection {#3834 …} -name: null -locale: null } App\Entity\Caliber {#3836 -id: 132 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3837 …} -orderItems: Doctrine\ORM\PersistentCollection {#3839 …} -name: null -locale: null } App\Entity\Caliber {#3841 -id: 146 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3842 …} -orderItems: Doctrine\ORM\PersistentCollection {#3844 …} -name: null -locale: null } App\Entity\Caliber {#3846 -id: 161 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3847 …} -orderItems: Doctrine\ORM\PersistentCollection {#3849 …} -name: null -locale: null } App\Entity\Caliber {#3851 -id: 175 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3852 …} -orderItems: Doctrine\ORM\PersistentCollection {#3854 …} -name: null -locale: null } App\Entity\Caliber {#3856 -id: 189 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3857 …} -orderItems: Doctrine\ORM\PersistentCollection {#3859 …} -name: null -locale: null } App\Entity\Caliber {#3861 -id: 203 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3862 …} -orderItems: Doctrine\ORM\PersistentCollection {#3864 …} -name: null -locale: null } App\Entity\Caliber {#3866 -id: 218 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3867 …} -orderItems: Doctrine\ORM\PersistentCollection {#3869 …} -name: null -locale: null } App\Entity\Caliber {#3871 -id: 233 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3872 …} -orderItems: Doctrine\ORM\PersistentCollection {#3874 …} -name: null -locale: null } App\Entity\Caliber {#3876 -id: 248 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3877 …} -orderItems: Doctrine\ORM\PersistentCollection {#3879 …} -name: null -locale: null } App\Entity\Caliber {#3881 -id: 262 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3882 …} -orderItems: Doctrine\ORM\PersistentCollection {#3884 …} -name: null -locale: null } App\Entity\Caliber {#3886 -id: 350 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3887 …} -orderItems: Doctrine\ORM\PersistentCollection {#3889 …} -name: null -locale: null } App\Entity\Caliber {#3891 -id: 364 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3892 …} -orderItems: Doctrine\ORM\PersistentCollection {#3894 …} -name: null -locale: null } App\Entity\Caliber {#3896 -id: 378 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3897 …} -orderItems: Doctrine\ORM\PersistentCollection {#3899 …} -name: null -locale: null } App\Entity\Caliber {#3901 -id: 392 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3902 …} -orderItems: Doctrine\ORM\PersistentCollection {#3904 …} -name: null -locale: null } App\Entity\Caliber {#3906 -id: 406 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3907 …} -orderItems: Doctrine\ORM\PersistentCollection {#3909 …} -name: null -locale: null } App\Entity\Caliber {#3911 -id: 420 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3912 …} -orderItems: Doctrine\ORM\PersistentCollection {#3914 …} -name: null -locale: null } App\Entity\Caliber {#3916 -id: 434 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3917 …} -orderItems: Doctrine\ORM\PersistentCollection {#3919 …} -name: null -locale: null } App\Entity\Caliber {#3921 -id: 448 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3922 …} -orderItems: Doctrine\ORM\PersistentCollection {#3924 …} -name: null -locale: null } App\Entity\Caliber {#3926 -id: 474 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3927 …} -orderItems: Doctrine\ORM\PersistentCollection {#3929 …} -name: null -locale: null } App\Entity\Caliber {#3931 -id: 488 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3932 …} -orderItems: Doctrine\ORM\PersistentCollection {#3934 …} -name: null -locale: null } App\Entity\Caliber {#3936 -id: 504 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3937 …} -orderItems: Doctrine\ORM\PersistentCollection {#3939 …} -name: null -locale: null } App\Entity\Caliber {#3941 -id: 518 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3942 …} -orderItems: Doctrine\ORM\PersistentCollection {#3944 …} -name: null -locale: null } App\Entity\Caliber {#3946 -id: 532 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3947 …} -orderItems: Doctrine\ORM\PersistentCollection {#3949 …} -name: null -locale: null } App\Entity\Caliber {#3951 -id: 71 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3952 …} -orderItems: Doctrine\ORM\PersistentCollection {#3954 …} -name: null -locale: null } App\Entity\Caliber {#3956 -id: 115 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3957 …} -orderItems: Doctrine\ORM\PersistentCollection {#3959 …} -name: null -locale: null } App\Entity\Caliber {#3961 -id: 489 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3962 …} -orderItems: Doctrine\ORM\PersistentCollection {#3964 …} -name: null -locale: null } App\Entity\Caliber {#3966 -id: 533 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3967 …} -orderItems: Doctrine\ORM\PersistentCollection {#3969 …} -name: null -locale: null } App\Entity\Caliber {#3971 -id: 72 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3972 …} -orderItems: Doctrine\ORM\PersistentCollection {#3974 …} -name: null -locale: null } App\Entity\Caliber {#3976 -id: 116 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3977 …} -orderItems: Doctrine\ORM\PersistentCollection {#3979 …} -name: null -locale: null } App\Entity\Caliber {#3981 -id: 204 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3982 …} -orderItems: Doctrine\ORM\PersistentCollection {#3984 …} -name: null -locale: null } App\Entity\Caliber {#3986 -id: 490 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3987 …} -orderItems: Doctrine\ORM\PersistentCollection {#3989 …} -name: null -locale: null } App\Entity\Caliber {#3991 -id: 534 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3992 …} -orderItems: Doctrine\ORM\PersistentCollection {#3994 …} -name: null -locale: null } ] |
class | "App\Entity\Caliber" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1202 …} -namespace: Closure() {#1204 …} } |
data_class | null |
disabled | false |
em | Container7FbFCmy\EntityManagerGhostEbeb667 {#333 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4047 -om: Container7FbFCmy\EntityManagerGhostEbeb667 {#333 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1235 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Kalibar" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Odaberi kalibar/dimenzije" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#403 …} $message: Closure() {#4045 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_add_to_cart_caliber" ] |
cache_key | "_add_to_cart_caliber_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +label: "NOS 1.0 " +value: "305" +data: App\Entity\Caliber {#1282 -id: 305 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1336 …} -orderItems: Doctrine\ORM\PersistentCollection {#1334 …} -name: "NOS 1.0" -locale: null } +attr: [ "data-chained" => 63 ] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +label: "NOS 1.6 " +value: "307" +data: App\Entity\Caliber {#1332 -id: 307 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1331 …} -orderItems: Doctrine\ORM\PersistentCollection {#1329 …} -name: "NOS 1.6" -locale: null } +attr: [ "data-chained" => 63 ] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +label: "NOY 1.0 " +value: "309" +data: App\Entity\Caliber {#1327 -id: 309 -caliber: null -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1325 …} -orderItems: Doctrine\ORM\PersistentCollection {#1323 …} -name: "NOY 1.0" -locale: null } +attr: [ "data-chained" => 69 ] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4190 +label: " 0.00" +value: "279" +data: App\Entity\Caliber {#1321 -id: 279 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1320 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1319 …} -orderItems: Doctrine\ORM\PersistentCollection {#1299 …} -name: null -locale: null } +attr: [ "data-chained" => 26 ] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +label: " 0.00" +value: "280" +data: App\Entity\Caliber {#1303 -id: 280 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1304 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1305 …} -orderItems: Doctrine\ORM\PersistentCollection {#1307 …} -name: null -locale: null } +attr: [ "data-chained" => 37 ] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +label: " 0.00" +value: "281" +data: App\Entity\Caliber {#1309 -id: 281 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1310 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1311 …} -orderItems: Doctrine\ORM\PersistentCollection {#1313 …} -name: null -locale: null } +attr: [ "data-chained" => 38 ] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +label: " 0.00" +value: "282" +data: App\Entity\Caliber {#1315 -id: 282 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1316 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1317 …} -orderItems: Doctrine\ORM\PersistentCollection {#1339 …} -name: null -locale: null } +attr: [ "data-chained" => 39 ] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +label: " 0.00" +value: "283" +data: App\Entity\Caliber {#1341 -id: 283 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1342 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1343 …} -orderItems: Doctrine\ORM\PersistentCollection {#1345 …} -name: null -locale: null } +attr: [ "data-chained" => 40 ] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +label: " 0.00" +value: "284" +data: App\Entity\Caliber {#1347 -id: 284 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1348 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1349 …} -orderItems: Doctrine\ORM\PersistentCollection {#1351 …} -name: null -locale: null } +attr: [ "data-chained" => 47 ] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +label: " 0.00" +value: "285" +data: App\Entity\Caliber {#1353 -id: 285 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1354 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1355 …} -orderItems: Doctrine\ORM\PersistentCollection {#1357 …} -name: null -locale: null } +attr: [ "data-chained" => 48 ] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +label: " 0.00" +value: "286" +data: App\Entity\Caliber {#1359 -id: 286 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1360 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1361 …} -orderItems: Doctrine\ORM\PersistentCollection {#1363 …} -name: null -locale: null } +attr: [ "data-chained" => 49 ] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +label: " 0.00" +value: "287" +data: App\Entity\Caliber {#1365 -id: 287 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1366 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1367 …} -orderItems: Doctrine\ORM\PersistentCollection {#1369 …} -name: null -locale: null } +attr: [ "data-chained" => 50 ] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +label: " 0.00" +value: "288" +data: App\Entity\Caliber {#1371 -id: 288 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1372 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1373 …} -orderItems: Doctrine\ORM\PersistentCollection {#1375 …} -name: null -locale: null } +attr: [ "data-chained" => 51 ] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +label: " 0.00" +value: "289" +data: App\Entity\Caliber {#1377 -id: 289 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1378 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1379 …} -orderItems: Doctrine\ORM\PersistentCollection {#1381 …} -name: null -locale: null } +attr: [ "data-chained" => 52 ] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +label: " 0.00" +value: "290" +data: App\Entity\Caliber {#1383 -id: 290 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1384 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1385 …} -orderItems: Doctrine\ORM\PersistentCollection {#1387 …} -name: null -locale: null } +attr: [ "data-chained" => 53 ] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +label: " 0.00" +value: "291" +data: App\Entity\Caliber {#1389 -id: 291 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1390 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1391 …} -orderItems: Doctrine\ORM\PersistentCollection {#1393 …} -name: null -locale: null } +attr: [ "data-chained" => 36 ] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +label: " 0.00" +value: "292" +data: App\Entity\Caliber {#1395 -id: 292 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1396 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1397 …} -orderItems: Doctrine\ORM\PersistentCollection {#1399 …} -name: null -locale: null } +attr: [ "data-chained" => 35 ] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +label: " 0.00" +value: "293" +data: App\Entity\Caliber {#1401 -id: 293 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1402 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1403 …} -orderItems: Doctrine\ORM\PersistentCollection {#1405 …} -name: null -locale: null } +attr: [ "data-chained" => 34 ] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +label: " 0.00" +value: "294" +data: App\Entity\Caliber {#1407 -id: 294 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1408 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1409 …} -orderItems: Doctrine\ORM\PersistentCollection {#1411 …} -name: null -locale: null } +attr: [ "data-chained" => 33 ] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +label: " 0.00" +value: "295" +data: App\Entity\Caliber {#1413 -id: 295 -caliber: "0.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1415 …} -orderItems: Doctrine\ORM\PersistentCollection {#1417 …} -name: null -locale: null } +attr: [ "data-chained" => 54 ] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +label: " 0.80" +value: "1" +data: App\Entity\Caliber {#1419 -id: 1 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1421 …} -orderItems: Doctrine\ORM\PersistentCollection {#1423 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +label: " 0.80" +value: "15" +data: App\Entity\Caliber {#1425 -id: 15 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1427 …} -orderItems: Doctrine\ORM\PersistentCollection {#1429 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +label: " 0.80" +value: "29" +data: App\Entity\Caliber {#1431 -id: 29 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1433 …} -orderItems: Doctrine\ORM\PersistentCollection {#1435 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +label: " 0.80" +value: "43" +data: App\Entity\Caliber {#1437 -id: 43 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1439 …} -orderItems: Doctrine\ORM\PersistentCollection {#1441 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +label: " 0.80" +value: "57" +data: App\Entity\Caliber {#1443 -id: 57 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1445 …} -orderItems: Doctrine\ORM\PersistentCollection {#1447 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +label: " 0.80" +value: "73" +data: App\Entity\Caliber {#1449 -id: 73 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1451 …} -orderItems: Doctrine\ORM\PersistentCollection {#1453 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +label: " 0.80" +value: "87" +data: App\Entity\Caliber {#1455 -id: 87 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1457 …} -orderItems: Doctrine\ORM\PersistentCollection {#1459 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +label: " 0.80" +value: "101" +data: App\Entity\Caliber {#1461 -id: 101 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1463 …} -orderItems: Doctrine\ORM\PersistentCollection {#1465 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +label: " 0.80" +value: "117" +data: App\Entity\Caliber {#1467 -id: 117 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1469 …} -orderItems: Doctrine\ORM\PersistentCollection {#1471 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +label: " 0.80" +value: "133" +data: App\Entity\Caliber {#1473 -id: 133 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1475 …} -orderItems: Doctrine\ORM\PersistentCollection {#1477 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +label: " 0.80" +value: "148" +data: App\Entity\Caliber {#1479 -id: 148 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1481 …} -orderItems: Doctrine\ORM\PersistentCollection {#1483 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +label: " 0.80" +value: "162" +data: App\Entity\Caliber {#1485 -id: 162 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1487 …} -orderItems: Doctrine\ORM\PersistentCollection {#1489 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +label: " 0.80" +value: "176" +data: App\Entity\Caliber {#1491 -id: 176 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1493 …} -orderItems: Doctrine\ORM\PersistentCollection {#1495 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +label: " 0.80" +value: "190" +data: App\Entity\Caliber {#1497 -id: 190 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1499 …} -orderItems: Doctrine\ORM\PersistentCollection {#1501 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +label: " 0.80" +value: "205" +data: App\Entity\Caliber {#1503 -id: 205 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1505 …} -orderItems: Doctrine\ORM\PersistentCollection {#1507 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +label: " 0.80" +value: "220" +data: App\Entity\Caliber {#1509 -id: 220 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1511 …} -orderItems: Doctrine\ORM\PersistentCollection {#1513 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +label: " 0.80" +value: "235" +data: App\Entity\Caliber {#1515 -id: 235 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1517 …} -orderItems: Doctrine\ORM\PersistentCollection {#1519 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +label: " 0.80" +value: "249" +data: App\Entity\Caliber {#1521 -id: 249 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1523 …} -orderItems: Doctrine\ORM\PersistentCollection {#1525 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +label: " 0.80" +value: "263" +data: App\Entity\Caliber {#1527 -id: 263 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1529 …} -orderItems: Doctrine\ORM\PersistentCollection {#1531 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +label: "AS 0.80" +value: "312" +data: App\Entity\Caliber {#1533 -id: 312 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1535 …} -orderItems: Doctrine\ORM\PersistentCollection {#1537 …} -name: "AS" -locale: null } +attr: [ "data-chained" => 70 ] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +label: "CS 0.80" +value: "316" +data: App\Entity\Caliber {#1539 -id: 316 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1541 …} -orderItems: Doctrine\ORM\PersistentCollection {#1543 …} -name: "CS" -locale: null } +attr: [ "data-chained" => 72 ] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +label: " 0.80" +value: "321" +data: App\Entity\Caliber {#1545 -id: 321 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1547 …} -orderItems: Doctrine\ORM\PersistentCollection {#1549 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +label: " 0.80" +value: "337" +data: App\Entity\Caliber {#1551 -id: 337 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1553 …} -orderItems: Doctrine\ORM\PersistentCollection {#1555 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +label: " 0.80" +value: "351" +data: App\Entity\Caliber {#1557 -id: 351 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1559 …} -orderItems: Doctrine\ORM\PersistentCollection {#1561 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +label: " 0.80" +value: "365" +data: App\Entity\Caliber {#1563 -id: 365 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1565 …} -orderItems: Doctrine\ORM\PersistentCollection {#1567 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +label: " 0.80" +value: "379" +data: App\Entity\Caliber {#1569 -id: 379 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1571 …} -orderItems: Doctrine\ORM\PersistentCollection {#1573 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +label: " 0.80" +value: "393" +data: App\Entity\Caliber {#1575 -id: 393 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1577 …} -orderItems: Doctrine\ORM\PersistentCollection {#1579 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +label: " 0.80" +value: "407" +data: App\Entity\Caliber {#1581 -id: 407 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1583 …} -orderItems: Doctrine\ORM\PersistentCollection {#1585 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +label: " 0.80" +value: "421" +data: App\Entity\Caliber {#1587 -id: 421 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1589 …} -orderItems: Doctrine\ORM\PersistentCollection {#1591 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +label: " 0.80" +value: "435" +data: App\Entity\Caliber {#1593 -id: 435 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1595 …} -orderItems: Doctrine\ORM\PersistentCollection {#1597 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +label: "AS 0.80" +value: "453" +data: App\Entity\Caliber {#1599 -id: 453 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1601 …} -orderItems: Doctrine\ORM\PersistentCollection {#1603 …} -name: "AS" -locale: null } +attr: [ "data-chained" => 145 ] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +label: "CS 0.80" +value: "456" +data: App\Entity\Caliber {#1605 -id: 456 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1607 …} -orderItems: Doctrine\ORM\PersistentCollection {#1609 …} -name: "CS" -locale: null } +attr: [ "data-chained" => 147 ] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +label: " 0.80" +value: "459" +data: App\Entity\Caliber {#1611 -id: 459 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1613 …} -orderItems: Doctrine\ORM\PersistentCollection {#1615 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +label: " 0.80" +value: "475" +data: App\Entity\Caliber {#1617 -id: 475 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1619 …} -orderItems: Doctrine\ORM\PersistentCollection {#1621 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +label: " 0.80" +value: "491" +data: App\Entity\Caliber {#1623 -id: 491 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1625 …} -orderItems: Doctrine\ORM\PersistentCollection {#1627 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +label: " 0.80" +value: "505" +data: App\Entity\Caliber {#1629 -id: 505 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1631 …} -orderItems: Doctrine\ORM\PersistentCollection {#1633 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +label: " 0.80" +value: "519" +data: App\Entity\Caliber {#1635 -id: 519 -caliber: "0.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1637 …} -orderItems: Doctrine\ORM\PersistentCollection {#1639 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +label: " 1.00" +value: "2" +data: App\Entity\Caliber {#1641 -id: 2 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1642 …} -orderItems: Doctrine\ORM\PersistentCollection {#1644 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +label: " 1.00" +value: "16" +data: App\Entity\Caliber {#1646 -id: 16 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1647 …} -orderItems: Doctrine\ORM\PersistentCollection {#1649 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +label: " 1.00" +value: "30" +data: App\Entity\Caliber {#1651 -id: 30 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1652 …} -orderItems: Doctrine\ORM\PersistentCollection {#1654 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +label: " 1.00" +value: "44" +data: App\Entity\Caliber {#1656 -id: 44 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1657 …} -orderItems: Doctrine\ORM\PersistentCollection {#1659 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +label: " 1.00" +value: "58" +data: App\Entity\Caliber {#1661 -id: 58 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1662 …} -orderItems: Doctrine\ORM\PersistentCollection {#1664 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +label: " 1.00" +value: "74" +data: App\Entity\Caliber {#1666 -id: 74 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1667 …} -orderItems: Doctrine\ORM\PersistentCollection {#1669 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +label: " 1.00" +value: "88" +data: App\Entity\Caliber {#1671 -id: 88 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1672 …} -orderItems: Doctrine\ORM\PersistentCollection {#1674 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +label: " 1.00" +value: "102" +data: App\Entity\Caliber {#1676 -id: 102 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1677 …} -orderItems: Doctrine\ORM\PersistentCollection {#1679 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +label: " 1.00" +value: "118" +data: App\Entity\Caliber {#1681 -id: 118 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1682 …} -orderItems: Doctrine\ORM\PersistentCollection {#1684 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +label: " 1.00" +value: "134" +data: App\Entity\Caliber {#1686 -id: 134 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1687 …} -orderItems: Doctrine\ORM\PersistentCollection {#1689 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +label: " 1.00" +value: "149" +data: App\Entity\Caliber {#1691 -id: 149 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1692 …} -orderItems: Doctrine\ORM\PersistentCollection {#1694 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +label: " 1.00" +value: "163" +data: App\Entity\Caliber {#1696 -id: 163 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1697 …} -orderItems: Doctrine\ORM\PersistentCollection {#1699 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +label: " 1.00" +value: "177" +data: App\Entity\Caliber {#1701 -id: 177 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1702 …} -orderItems: Doctrine\ORM\PersistentCollection {#1704 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +label: " 1.00" +value: "191" +data: App\Entity\Caliber {#1706 -id: 191 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1707 …} -orderItems: Doctrine\ORM\PersistentCollection {#1709 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +label: " 1.00" +value: "206" +data: App\Entity\Caliber {#1711 -id: 206 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1712 …} -orderItems: Doctrine\ORM\PersistentCollection {#1714 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +label: " 1.00" +value: "221" +data: App\Entity\Caliber {#1716 -id: 221 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1717 …} -orderItems: Doctrine\ORM\PersistentCollection {#1719 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +label: " 1.00" +value: "236" +data: App\Entity\Caliber {#1721 -id: 236 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1722 …} -orderItems: Doctrine\ORM\PersistentCollection {#1724 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +label: " 1.00" +value: "250" +data: App\Entity\Caliber {#1726 -id: 250 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1727 …} -orderItems: Doctrine\ORM\PersistentCollection {#1729 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +label: " 1.00" +value: "264" +data: App\Entity\Caliber {#1731 -id: 264 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1732 …} -orderItems: Doctrine\ORM\PersistentCollection {#1734 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +label: " 1.00" +value: "272" +data: App\Entity\Caliber {#1736 -id: 272 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1738 …} -orderItems: Doctrine\ORM\PersistentCollection {#1740 …} -name: null -locale: null } +attr: [ "data-chained" => 24 ] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +label: " 1.00" +value: "296" +data: App\Entity\Caliber {#1742 -id: 296 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1743 …} -orderItems: Doctrine\ORM\PersistentCollection {#1745 …} -name: null -locale: null } +attr: [ "data-chained" => 54 ] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +label: " 1.00" +value: "299" +data: App\Entity\Caliber {#1747 -id: 299 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1749 …} -orderItems: Doctrine\ORM\PersistentCollection {#1751 …} -name: null -locale: null } +attr: [ "data-chained" => 55 ] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +label: " 1.00" +value: "322" +data: App\Entity\Caliber {#1753 -id: 322 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1754 …} -orderItems: Doctrine\ORM\PersistentCollection {#1756 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +label: " 1.00" +value: "330" +data: App\Entity\Caliber {#1758 -id: 330 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1760 …} -orderItems: Doctrine\ORM\PersistentCollection {#1762 …} -name: null -locale: null } +attr: [ "data-chained" => 118 ] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +label: " 1.00" +value: "338" +data: App\Entity\Caliber {#1764 -id: 338 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1765 …} -orderItems: Doctrine\ORM\PersistentCollection {#1767 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +label: " 1.00" +value: "352" +data: App\Entity\Caliber {#1769 -id: 352 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1770 …} -orderItems: Doctrine\ORM\PersistentCollection {#1772 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +label: " 1.00" +value: "366" +data: App\Entity\Caliber {#1774 -id: 366 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1775 …} -orderItems: Doctrine\ORM\PersistentCollection {#1777 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +label: " 1.00" +value: "380" +data: App\Entity\Caliber {#1779 -id: 380 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1780 …} -orderItems: Doctrine\ORM\PersistentCollection {#1782 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +label: " 1.00" +value: "394" +data: App\Entity\Caliber {#1784 -id: 394 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1785 …} -orderItems: Doctrine\ORM\PersistentCollection {#1787 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +label: " 1.00" +value: "408" +data: App\Entity\Caliber {#1789 -id: 408 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1790 …} -orderItems: Doctrine\ORM\PersistentCollection {#1792 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +label: " 1.00" +value: "422" +data: App\Entity\Caliber {#1794 -id: 422 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1795 …} -orderItems: Doctrine\ORM\PersistentCollection {#1797 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +label: " 1.00" +value: "436" +data: App\Entity\Caliber {#1799 -id: 436 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1800 …} -orderItems: Doctrine\ORM\PersistentCollection {#1802 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +label: "NOY 1.00" +value: "450" +data: App\Entity\Caliber {#1804 -id: 450 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1806 …} -orderItems: Doctrine\ORM\PersistentCollection {#1808 …} -name: "NOY" -locale: null } +attr: [ "data-chained" => 141 ] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +label: " 1.00" +value: "460" +data: App\Entity\Caliber {#1810 -id: 460 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1811 …} -orderItems: Doctrine\ORM\PersistentCollection {#1813 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +label: " 1.00" +value: "476" +data: App\Entity\Caliber {#1815 -id: 476 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1816 …} -orderItems: Doctrine\ORM\PersistentCollection {#1818 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +label: " 1.00" +value: "492" +data: App\Entity\Caliber {#1820 -id: 492 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1821 …} -orderItems: Doctrine\ORM\PersistentCollection {#1823 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +label: " 1.00" +value: "506" +data: App\Entity\Caliber {#1825 -id: 506 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1826 …} -orderItems: Doctrine\ORM\PersistentCollection {#1828 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +label: " 1.00" +value: "520" +data: App\Entity\Caliber {#1830 -id: 520 -caliber: "1.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1831 …} -orderItems: Doctrine\ORM\PersistentCollection {#1833 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +label: " 1.20" +value: "3" +data: App\Entity\Caliber {#1835 -id: 3 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1836 …} -orderItems: Doctrine\ORM\PersistentCollection {#1838 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +label: " 1.20" +value: "17" +data: App\Entity\Caliber {#1840 -id: 17 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1841 …} -orderItems: Doctrine\ORM\PersistentCollection {#1843 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +label: " 1.20" +value: "31" +data: App\Entity\Caliber {#1845 -id: 31 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1846 …} -orderItems: Doctrine\ORM\PersistentCollection {#1848 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +label: " 1.20" +value: "45" +data: App\Entity\Caliber {#1850 -id: 45 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1851 …} -orderItems: Doctrine\ORM\PersistentCollection {#1853 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +label: " 1.20" +value: "59" +data: App\Entity\Caliber {#1855 -id: 59 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1856 …} -orderItems: Doctrine\ORM\PersistentCollection {#1858 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +label: " 1.20" +value: "75" +data: App\Entity\Caliber {#1860 -id: 75 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1861 …} -orderItems: Doctrine\ORM\PersistentCollection {#1863 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +label: " 1.20" +value: "89" +data: App\Entity\Caliber {#1865 -id: 89 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1866 …} -orderItems: Doctrine\ORM\PersistentCollection {#1868 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +label: " 1.20" +value: "103" +data: App\Entity\Caliber {#1870 -id: 103 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1871 …} -orderItems: Doctrine\ORM\PersistentCollection {#1873 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +label: " 1.20" +value: "119" +data: App\Entity\Caliber {#1875 -id: 119 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1876 …} -orderItems: Doctrine\ORM\PersistentCollection {#1878 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +label: " 1.20" +value: "135" +data: App\Entity\Caliber {#1880 -id: 135 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1881 …} -orderItems: Doctrine\ORM\PersistentCollection {#1883 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +label: " 1.20" +value: "150" +data: App\Entity\Caliber {#1885 -id: 150 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1886 …} -orderItems: Doctrine\ORM\PersistentCollection {#1888 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +label: " 1.20" +value: "164" +data: App\Entity\Caliber {#1890 -id: 164 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1891 …} -orderItems: Doctrine\ORM\PersistentCollection {#1893 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +label: " 1.20" +value: "178" +data: App\Entity\Caliber {#1895 -id: 178 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1896 …} -orderItems: Doctrine\ORM\PersistentCollection {#1898 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +label: " 1.20" +value: "192" +data: App\Entity\Caliber {#1900 -id: 192 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1901 …} -orderItems: Doctrine\ORM\PersistentCollection {#1903 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +label: " 1.20" +value: "207" +data: App\Entity\Caliber {#1905 -id: 207 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1906 …} -orderItems: Doctrine\ORM\PersistentCollection {#1908 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +label: " 1.20" +value: "222" +data: App\Entity\Caliber {#1910 -id: 222 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1911 …} -orderItems: Doctrine\ORM\PersistentCollection {#1913 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +label: " 1.20" +value: "237" +data: App\Entity\Caliber {#1915 -id: 237 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1916 …} -orderItems: Doctrine\ORM\PersistentCollection {#1918 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +label: " 1.20" +value: "251" +data: App\Entity\Caliber {#1920 -id: 251 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1921 …} -orderItems: Doctrine\ORM\PersistentCollection {#1923 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +label: " 1.20" +value: "265" +data: App\Entity\Caliber {#1925 -id: 265 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1926 …} -orderItems: Doctrine\ORM\PersistentCollection {#1928 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +label: " 1.20" +value: "273" +data: App\Entity\Caliber {#1930 -id: 273 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1931 …} -orderItems: Doctrine\ORM\PersistentCollection {#1933 …} -name: null -locale: null } +attr: [ "data-chained" => 24 ] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +label: " 1.20" +value: "297" +data: App\Entity\Caliber {#1935 -id: 297 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1936 …} -orderItems: Doctrine\ORM\PersistentCollection {#1938 …} -name: null -locale: null } +attr: [ "data-chained" => 54 ] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +label: " 1.20" +value: "300" +data: App\Entity\Caliber {#1940 -id: 300 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1941 …} -orderItems: Doctrine\ORM\PersistentCollection {#1943 …} -name: null -locale: null } +attr: [ "data-chained" => 55 ] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +label: "NOS 1.20" +value: "306" +data: App\Entity\Caliber {#1945 -id: 306 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1337 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1946 …} -orderItems: Doctrine\ORM\PersistentCollection {#1948 …} -name: "NOS" -locale: null } +attr: [ "data-chained" => 63 ] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +label: "NOY 1.20" +value: "310" +data: App\Entity\Caliber {#1950 -id: 310 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1951 …} -orderItems: Doctrine\ORM\PersistentCollection {#1953 …} -name: "NOY" -locale: null } +attr: [ "data-chained" => 69 ] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +label: "AS 1.20" +value: "313" +data: App\Entity\Caliber {#1955 -id: 313 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1534 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1956 …} -orderItems: Doctrine\ORM\PersistentCollection {#1958 …} -name: "AS" -locale: null } +attr: [ "data-chained" => 70 ] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +label: "CS 1.20" +value: "317" +data: App\Entity\Caliber {#1960 -id: 317 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1540 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1961 …} -orderItems: Doctrine\ORM\PersistentCollection {#1963 …} -name: "CS" -locale: null } +attr: [ "data-chained" => 72 ] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +label: " 1.20" +value: "323" +data: App\Entity\Caliber {#1965 -id: 323 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1966 …} -orderItems: Doctrine\ORM\PersistentCollection {#1968 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +label: " 1.20" +value: "331" +data: App\Entity\Caliber {#1970 -id: 331 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1971 …} -orderItems: Doctrine\ORM\PersistentCollection {#1973 …} -name: null -locale: null } +attr: [ "data-chained" => 118 ] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +label: " 1.20" +value: "339" +data: App\Entity\Caliber {#1975 -id: 339 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1976 …} -orderItems: Doctrine\ORM\PersistentCollection {#1978 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4469 +label: " 1.20" +value: "353" +data: App\Entity\Caliber {#1980 -id: 353 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1981 …} -orderItems: Doctrine\ORM\PersistentCollection {#1983 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4470 +label: " 1.20" +value: "367" +data: App\Entity\Caliber {#1985 -id: 367 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1986 …} -orderItems: Doctrine\ORM\PersistentCollection {#1988 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4471 +label: " 1.20" +value: "381" +data: App\Entity\Caliber {#1990 -id: 381 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1991 …} -orderItems: Doctrine\ORM\PersistentCollection {#1993 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4472 +label: " 1.20" +value: "395" +data: App\Entity\Caliber {#1995 -id: 395 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#1996 …} -orderItems: Doctrine\ORM\PersistentCollection {#1998 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +label: " 1.20" +value: "409" +data: App\Entity\Caliber {#2000 -id: 409 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2001 …} -orderItems: Doctrine\ORM\PersistentCollection {#2003 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +label: " 1.20" +value: "423" +data: App\Entity\Caliber {#2005 -id: 423 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2006 …} -orderItems: Doctrine\ORM\PersistentCollection {#2008 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +label: " 1.20" +value: "437" +data: App\Entity\Caliber {#2010 -id: 437 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2011 …} -orderItems: Doctrine\ORM\PersistentCollection {#2013 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4476 +label: "NOS 1.20" +value: "449" +data: App\Entity\Caliber {#2015 -id: 449 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2016 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2017 …} -orderItems: Doctrine\ORM\PersistentCollection {#2019 …} -name: "NOS" -locale: null } +attr: [ "data-chained" => 140 ] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +label: "NOY 1.20" +value: "451" +data: App\Entity\Caliber {#2021 -id: 451 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2022 …} -orderItems: Doctrine\ORM\PersistentCollection {#2024 …} -name: "NOY" -locale: null } +attr: [ "data-chained" => 141 ] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4478 +label: "AS 1.20" +value: "454" +data: App\Entity\Caliber {#2026 -id: 454 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1600 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2027 …} -orderItems: Doctrine\ORM\PersistentCollection {#2029 …} -name: "AS" -locale: null } +attr: [ "data-chained" => 145 ] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +label: "CS 1.20" +value: "457" +data: App\Entity\Caliber {#2031 -id: 457 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1606 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2032 …} -orderItems: Doctrine\ORM\PersistentCollection {#2034 …} -name: "CS" -locale: null } +attr: [ "data-chained" => 147 ] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4480 +label: " 1.20" +value: "461" +data: App\Entity\Caliber {#2036 -id: 461 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2037 …} -orderItems: Doctrine\ORM\PersistentCollection {#2039 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +label: " 1.20" +value: "477" +data: App\Entity\Caliber {#2041 -id: 477 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2042 …} -orderItems: Doctrine\ORM\PersistentCollection {#2044 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4482 +label: " 1.20" +value: "493" +data: App\Entity\Caliber {#2046 -id: 493 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2047 …} -orderItems: Doctrine\ORM\PersistentCollection {#2049 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4483 +label: " 1.20" +value: "507" +data: App\Entity\Caliber {#2051 -id: 507 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2052 …} -orderItems: Doctrine\ORM\PersistentCollection {#2054 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4484 +label: " 1.20" +value: "521" +data: App\Entity\Caliber {#2056 -id: 521 -caliber: "1.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2057 …} -orderItems: Doctrine\ORM\PersistentCollection {#2059 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4485 +label: " 1.30" +value: "120" +data: App\Entity\Caliber {#2061 -id: 120 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2062 …} -orderItems: Doctrine\ORM\PersistentCollection {#2064 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4486 +label: " 1.30" +value: "462" +data: App\Entity\Caliber {#2066 -id: 462 -caliber: "1.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2067 …} -orderItems: Doctrine\ORM\PersistentCollection {#2069 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +label: " 1.40" +value: "4" +data: App\Entity\Caliber {#2071 -id: 4 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2072 …} -orderItems: Doctrine\ORM\PersistentCollection {#2074 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +label: " 1.40" +value: "18" +data: App\Entity\Caliber {#2076 -id: 18 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2077 …} -orderItems: Doctrine\ORM\PersistentCollection {#2079 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4489 +label: " 1.40" +value: "32" +data: App\Entity\Caliber {#2081 -id: 32 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2082 …} -orderItems: Doctrine\ORM\PersistentCollection {#2084 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +label: " 1.40" +value: "46" +data: App\Entity\Caliber {#2086 -id: 46 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2087 …} -orderItems: Doctrine\ORM\PersistentCollection {#2089 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4491 +label: " 1.40" +value: "60" +data: App\Entity\Caliber {#2091 -id: 60 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2092 …} -orderItems: Doctrine\ORM\PersistentCollection {#2094 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4492 +label: " 1.40" +value: "76" +data: App\Entity\Caliber {#2096 -id: 76 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2097 …} -orderItems: Doctrine\ORM\PersistentCollection {#2099 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +label: " 1.40" +value: "90" +data: App\Entity\Caliber {#2101 -id: 90 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2102 …} -orderItems: Doctrine\ORM\PersistentCollection {#2104 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +label: " 1.40" +value: "104" +data: App\Entity\Caliber {#2106 -id: 104 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2107 …} -orderItems: Doctrine\ORM\PersistentCollection {#2109 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4495 +label: " 1.40" +value: "121" +data: App\Entity\Caliber {#2111 -id: 121 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2112 …} -orderItems: Doctrine\ORM\PersistentCollection {#2114 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +label: " 1.40" +value: "136" +data: App\Entity\Caliber {#2116 -id: 136 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2117 …} -orderItems: Doctrine\ORM\PersistentCollection {#2119 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +label: " 1.40" +value: "151" +data: App\Entity\Caliber {#2121 -id: 151 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2122 …} -orderItems: Doctrine\ORM\PersistentCollection {#2124 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4498 +label: " 1.40" +value: "165" +data: App\Entity\Caliber {#2126 -id: 165 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2127 …} -orderItems: Doctrine\ORM\PersistentCollection {#2129 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4499 +label: " 1.40" +value: "179" +data: App\Entity\Caliber {#2131 -id: 179 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2132 …} -orderItems: Doctrine\ORM\PersistentCollection {#2134 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4500 +label: " 1.40" +value: "193" +data: App\Entity\Caliber {#2136 -id: 193 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2137 …} -orderItems: Doctrine\ORM\PersistentCollection {#2139 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4501 +label: " 1.40" +value: "208" +data: App\Entity\Caliber {#2141 -id: 208 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2142 …} -orderItems: Doctrine\ORM\PersistentCollection {#2144 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4502 +label: " 1.40" +value: "223" +data: App\Entity\Caliber {#2146 -id: 223 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2147 …} -orderItems: Doctrine\ORM\PersistentCollection {#2149 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4503 +label: " 1.40" +value: "238" +data: App\Entity\Caliber {#2151 -id: 238 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2152 …} -orderItems: Doctrine\ORM\PersistentCollection {#2154 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4504 +label: " 1.40" +value: "252" +data: App\Entity\Caliber {#2156 -id: 252 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2157 …} -orderItems: Doctrine\ORM\PersistentCollection {#2159 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4505 +label: " 1.40" +value: "340" +data: App\Entity\Caliber {#2161 -id: 340 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2162 …} -orderItems: Doctrine\ORM\PersistentCollection {#2164 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +label: " 1.40" +value: "354" +data: App\Entity\Caliber {#2166 -id: 354 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2167 …} -orderItems: Doctrine\ORM\PersistentCollection {#2169 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +label: " 1.40" +value: "368" +data: App\Entity\Caliber {#2171 -id: 368 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2172 …} -orderItems: Doctrine\ORM\PersistentCollection {#2174 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4508 +label: " 1.40" +value: "382" +data: App\Entity\Caliber {#2176 -id: 382 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2177 …} -orderItems: Doctrine\ORM\PersistentCollection {#2179 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4509 +label: " 1.40" +value: "396" +data: App\Entity\Caliber {#2181 -id: 396 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2182 …} -orderItems: Doctrine\ORM\PersistentCollection {#2184 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4510 +label: " 1.40" +value: "410" +data: App\Entity\Caliber {#2186 -id: 410 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2187 …} -orderItems: Doctrine\ORM\PersistentCollection {#2189 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4511 +label: " 1.40" +value: "424" +data: App\Entity\Caliber {#2191 -id: 424 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2192 …} -orderItems: Doctrine\ORM\PersistentCollection {#2194 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4512 +label: " 1.40" +value: "438" +data: App\Entity\Caliber {#2196 -id: 438 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2197 …} -orderItems: Doctrine\ORM\PersistentCollection {#2199 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4513 +label: " 1.40" +value: "463" +data: App\Entity\Caliber {#2201 -id: 463 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2202 …} -orderItems: Doctrine\ORM\PersistentCollection {#2204 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +label: " 1.40" +value: "478" +data: App\Entity\Caliber {#2206 -id: 478 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2207 …} -orderItems: Doctrine\ORM\PersistentCollection {#2209 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4515 +label: " 1.40" +value: "494" +data: App\Entity\Caliber {#2211 -id: 494 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2212 …} -orderItems: Doctrine\ORM\PersistentCollection {#2214 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +label: " 1.40" +value: "508" +data: App\Entity\Caliber {#2216 -id: 508 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2217 …} -orderItems: Doctrine\ORM\PersistentCollection {#2219 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +label: " 1.40" +value: "522" +data: App\Entity\Caliber {#2221 -id: 522 -caliber: "1.40" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2222 …} -orderItems: Doctrine\ORM\PersistentCollection {#2224 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4518 +label: " 1.50" +value: "5" +data: App\Entity\Caliber {#2226 -id: 5 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2227 …} -orderItems: Doctrine\ORM\PersistentCollection {#2229 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +label: " 1.50" +value: "19" +data: App\Entity\Caliber {#2231 -id: 19 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2232 …} -orderItems: Doctrine\ORM\PersistentCollection {#2234 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4520 +label: " 1.50" +value: "33" +data: App\Entity\Caliber {#2236 -id: 33 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2237 …} -orderItems: Doctrine\ORM\PersistentCollection {#2239 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4521 +label: " 1.50" +value: "47" +data: App\Entity\Caliber {#2241 -id: 47 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2242 …} -orderItems: Doctrine\ORM\PersistentCollection {#2244 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4522 +label: " 1.50" +value: "61" +data: App\Entity\Caliber {#2246 -id: 61 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2247 …} -orderItems: Doctrine\ORM\PersistentCollection {#2249 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4523 +label: " 1.50" +value: "77" +data: App\Entity\Caliber {#2251 -id: 77 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2252 …} -orderItems: Doctrine\ORM\PersistentCollection {#2254 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4524 +label: " 1.50" +value: "91" +data: App\Entity\Caliber {#2256 -id: 91 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2257 …} -orderItems: Doctrine\ORM\PersistentCollection {#2259 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4525 +label: " 1.50" +value: "105" +data: App\Entity\Caliber {#2261 -id: 105 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2262 …} -orderItems: Doctrine\ORM\PersistentCollection {#2264 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +label: " 1.50" +value: "122" +data: App\Entity\Caliber {#2266 -id: 122 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2267 …} -orderItems: Doctrine\ORM\PersistentCollection {#2269 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4527 +label: " 1.50" +value: "137" +data: App\Entity\Caliber {#2271 -id: 137 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2272 …} -orderItems: Doctrine\ORM\PersistentCollection {#2274 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4528 +label: " 1.50" +value: "152" +data: App\Entity\Caliber {#2276 -id: 152 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2277 …} -orderItems: Doctrine\ORM\PersistentCollection {#2279 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +label: " 1.50" +value: "166" +data: App\Entity\Caliber {#2281 -id: 166 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2282 …} -orderItems: Doctrine\ORM\PersistentCollection {#2284 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4530 +label: " 1.50" +value: "180" +data: App\Entity\Caliber {#2286 -id: 180 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2287 …} -orderItems: Doctrine\ORM\PersistentCollection {#2289 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4531 +label: " 1.50" +value: "194" +data: App\Entity\Caliber {#2291 -id: 194 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2292 …} -orderItems: Doctrine\ORM\PersistentCollection {#2294 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4532 +label: " 1.50" +value: "209" +data: App\Entity\Caliber {#2296 -id: 209 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2297 …} -orderItems: Doctrine\ORM\PersistentCollection {#2299 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4533 +label: " 1.50" +value: "224" +data: App\Entity\Caliber {#2301 -id: 224 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2302 …} -orderItems: Doctrine\ORM\PersistentCollection {#2304 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4534 +label: " 1.50" +value: "239" +data: App\Entity\Caliber {#2306 -id: 239 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2307 …} -orderItems: Doctrine\ORM\PersistentCollection {#2309 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4535 +label: " 1.50" +value: "253" +data: App\Entity\Caliber {#2311 -id: 253 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2312 …} -orderItems: Doctrine\ORM\PersistentCollection {#2314 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4536 +label: " 1.50" +value: "266" +data: App\Entity\Caliber {#2316 -id: 266 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2317 …} -orderItems: Doctrine\ORM\PersistentCollection {#2319 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4537 +label: " 1.50" +value: "274" +data: App\Entity\Caliber {#2321 -id: 274 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2322 …} -orderItems: Doctrine\ORM\PersistentCollection {#2324 …} -name: null -locale: null } +attr: [ "data-chained" => 24 ] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4538 +label: " 1.50" +value: "324" +data: App\Entity\Caliber {#2326 -id: 324 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2327 …} -orderItems: Doctrine\ORM\PersistentCollection {#2329 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4539 +label: " 1.50" +value: "332" +data: App\Entity\Caliber {#2331 -id: 332 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2332 …} -orderItems: Doctrine\ORM\PersistentCollection {#2334 …} -name: null -locale: null } +attr: [ "data-chained" => 118 ] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4540 +label: " 1.50" +value: "341" +data: App\Entity\Caliber {#2336 -id: 341 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2337 …} -orderItems: Doctrine\ORM\PersistentCollection {#2339 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4541 +label: " 1.50" +value: "355" +data: App\Entity\Caliber {#2341 -id: 355 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2342 …} -orderItems: Doctrine\ORM\PersistentCollection {#2344 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4542 +label: " 1.50" +value: "369" +data: App\Entity\Caliber {#2346 -id: 369 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2347 …} -orderItems: Doctrine\ORM\PersistentCollection {#2349 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4543 +label: " 1.50" +value: "383" +data: App\Entity\Caliber {#2351 -id: 383 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2352 …} -orderItems: Doctrine\ORM\PersistentCollection {#2354 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4544 +label: " 1.50" +value: "397" +data: App\Entity\Caliber {#2356 -id: 397 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2357 …} -orderItems: Doctrine\ORM\PersistentCollection {#2359 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4545 +label: " 1.50" +value: "411" +data: App\Entity\Caliber {#2361 -id: 411 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2362 …} -orderItems: Doctrine\ORM\PersistentCollection {#2364 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4546 +label: " 1.50" +value: "425" +data: App\Entity\Caliber {#2366 -id: 425 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2367 …} -orderItems: Doctrine\ORM\PersistentCollection {#2369 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4547 +label: " 1.50" +value: "439" +data: App\Entity\Caliber {#2371 -id: 439 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2372 …} -orderItems: Doctrine\ORM\PersistentCollection {#2374 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4548 +label: " 1.50" +value: "464" +data: App\Entity\Caliber {#2376 -id: 464 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2377 …} -orderItems: Doctrine\ORM\PersistentCollection {#2379 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4549 +label: " 1.50" +value: "479" +data: App\Entity\Caliber {#2381 -id: 479 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2382 …} -orderItems: Doctrine\ORM\PersistentCollection {#2384 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4550 +label: " 1.50" +value: "495" +data: App\Entity\Caliber {#2386 -id: 495 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2387 …} -orderItems: Doctrine\ORM\PersistentCollection {#2389 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4551 +label: " 1.50" +value: "509" +data: App\Entity\Caliber {#2391 -id: 509 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2392 …} -orderItems: Doctrine\ORM\PersistentCollection {#2394 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4552 +label: " 1.50" +value: "523" +data: App\Entity\Caliber {#2396 -id: 523 -caliber: "1.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2397 …} -orderItems: Doctrine\ORM\PersistentCollection {#2399 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4553 +label: " 1.60" +value: "123" +data: App\Entity\Caliber {#2401 -id: 123 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2402 …} -orderItems: Doctrine\ORM\PersistentCollection {#2404 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4554 +label: " 1.60" +value: "298" +data: App\Entity\Caliber {#2406 -id: 298 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1414 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2407 …} -orderItems: Doctrine\ORM\PersistentCollection {#2409 …} -name: null -locale: null } +attr: [ "data-chained" => 54 ] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4555 +label: " 1.60" +value: "301" +data: App\Entity\Caliber {#2411 -id: 301 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1748 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2412 …} -orderItems: Doctrine\ORM\PersistentCollection {#2414 …} -name: null -locale: null } +attr: [ "data-chained" => 55 ] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4556 +label: "NOY 1.60" +value: "311" +data: App\Entity\Caliber {#2416 -id: 311 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1326 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2417 …} -orderItems: Doctrine\ORM\PersistentCollection {#2419 …} -name: "NOY" -locale: null } +attr: [ "data-chained" => 69 ] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4557 +label: "BS 1.60" +value: "315" +data: App\Entity\Caliber {#2421 -id: 315 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2422 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2423 …} -orderItems: Doctrine\ORM\PersistentCollection {#2425 …} -name: "BS" -locale: null } +attr: [ "data-chained" => 71 ] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4558 +label: "FS 1.60" +value: "318" +data: App\Entity\Caliber {#2427 -id: 318 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2428 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2429 …} -orderItems: Doctrine\ORM\PersistentCollection {#2431 …} -name: "FS" -locale: null } +attr: [ "data-chained" => 73 ] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "NOY 1.60" +value: "452" +data: App\Entity\Caliber {#2433 -id: 452 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1805 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2434 …} -orderItems: Doctrine\ORM\PersistentCollection {#2436 …} -name: "NOY" -locale: null } +attr: [ "data-chained" => 141 ] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4560 +label: "BS 1.60" +value: "455" +data: App\Entity\Caliber {#2438 -id: 455 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2439 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2440 …} -orderItems: Doctrine\ORM\PersistentCollection {#2442 …} -name: "BS" -locale: null } +attr: [ "data-chained" => 146 ] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4561 +label: "FS 1.60" +value: "458" +data: App\Entity\Caliber {#2444 -id: 458 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2445 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2446 …} -orderItems: Doctrine\ORM\PersistentCollection {#2448 …} -name: "FS" -locale: null } +attr: [ "data-chained" => 148 ] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4562 +label: " 1.60" +value: "465" +data: App\Entity\Caliber {#2450 -id: 465 -caliber: "1.60" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2451 …} -orderItems: Doctrine\ORM\PersistentCollection {#2453 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4563 +label: " 1.80" +value: "6" +data: App\Entity\Caliber {#2455 -id: 6 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2456 …} -orderItems: Doctrine\ORM\PersistentCollection {#2458 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4564 +label: " 1.80" +value: "20" +data: App\Entity\Caliber {#2460 -id: 20 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2461 …} -orderItems: Doctrine\ORM\PersistentCollection {#2463 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4565 +label: " 1.80" +value: "34" +data: App\Entity\Caliber {#2465 -id: 34 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2466 …} -orderItems: Doctrine\ORM\PersistentCollection {#2468 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4566 +label: " 1.80" +value: "48" +data: App\Entity\Caliber {#2470 -id: 48 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2471 …} -orderItems: Doctrine\ORM\PersistentCollection {#2473 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4567 +label: " 1.80" +value: "62" +data: App\Entity\Caliber {#2475 -id: 62 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2476 …} -orderItems: Doctrine\ORM\PersistentCollection {#2478 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4568 +label: " 1.80" +value: "78" +data: App\Entity\Caliber {#2480 -id: 78 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2481 …} -orderItems: Doctrine\ORM\PersistentCollection {#2483 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4569 +label: " 1.80" +value: "92" +data: App\Entity\Caliber {#2485 -id: 92 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2486 …} -orderItems: Doctrine\ORM\PersistentCollection {#2488 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4570 +label: " 1.80" +value: "106" +data: App\Entity\Caliber {#2490 -id: 106 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2491 …} -orderItems: Doctrine\ORM\PersistentCollection {#2493 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +label: " 1.80" +value: "124" +data: App\Entity\Caliber {#2495 -id: 124 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2496 …} -orderItems: Doctrine\ORM\PersistentCollection {#2498 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +label: " 1.80" +value: "138" +data: App\Entity\Caliber {#2500 -id: 138 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2501 …} -orderItems: Doctrine\ORM\PersistentCollection {#2503 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: " 1.80" +value: "153" +data: App\Entity\Caliber {#2505 -id: 153 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2506 …} -orderItems: Doctrine\ORM\PersistentCollection {#2508 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: " 1.80" +value: "167" +data: App\Entity\Caliber {#2510 -id: 167 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2511 …} -orderItems: Doctrine\ORM\PersistentCollection {#2513 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4575 +label: " 1.80" +value: "181" +data: App\Entity\Caliber {#2515 -id: 181 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2516 …} -orderItems: Doctrine\ORM\PersistentCollection {#2518 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4576 +label: " 1.80" +value: "195" +data: App\Entity\Caliber {#2520 -id: 195 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2521 …} -orderItems: Doctrine\ORM\PersistentCollection {#2523 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4577 +label: " 1.80" +value: "210" +data: App\Entity\Caliber {#2525 -id: 210 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2526 …} -orderItems: Doctrine\ORM\PersistentCollection {#2528 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4578 +label: " 1.80" +value: "225" +data: App\Entity\Caliber {#2530 -id: 225 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2531 …} -orderItems: Doctrine\ORM\PersistentCollection {#2533 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +label: " 1.80" +value: "240" +data: App\Entity\Caliber {#2535 -id: 240 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2536 …} -orderItems: Doctrine\ORM\PersistentCollection {#2538 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4580 +label: " 1.80" +value: "254" +data: App\Entity\Caliber {#2540 -id: 254 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2541 …} -orderItems: Doctrine\ORM\PersistentCollection {#2543 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +label: " 1.80" +value: "342" +data: App\Entity\Caliber {#2545 -id: 342 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2546 …} -orderItems: Doctrine\ORM\PersistentCollection {#2548 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +label: " 1.80" +value: "356" +data: App\Entity\Caliber {#2550 -id: 356 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2551 …} -orderItems: Doctrine\ORM\PersistentCollection {#2553 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4583 +label: " 1.80" +value: "370" +data: App\Entity\Caliber {#2555 -id: 370 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2556 …} -orderItems: Doctrine\ORM\PersistentCollection {#2558 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4584 +label: " 1.80" +value: "384" +data: App\Entity\Caliber {#2560 -id: 384 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2561 …} -orderItems: Doctrine\ORM\PersistentCollection {#2563 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4585 +label: " 1.80" +value: "398" +data: App\Entity\Caliber {#2565 -id: 398 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2566 …} -orderItems: Doctrine\ORM\PersistentCollection {#2568 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4586 +label: " 1.80" +value: "412" +data: App\Entity\Caliber {#2570 -id: 412 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2571 …} -orderItems: Doctrine\ORM\PersistentCollection {#2573 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4587 +label: " 1.80" +value: "426" +data: App\Entity\Caliber {#2575 -id: 426 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2576 …} -orderItems: Doctrine\ORM\PersistentCollection {#2578 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4588 +label: " 1.80" +value: "440" +data: App\Entity\Caliber {#2580 -id: 440 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2581 …} -orderItems: Doctrine\ORM\PersistentCollection {#2583 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4589 +label: " 1.80" +value: "466" +data: App\Entity\Caliber {#2585 -id: 466 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2586 …} -orderItems: Doctrine\ORM\PersistentCollection {#2588 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4590 +label: " 1.80" +value: "480" +data: App\Entity\Caliber {#2590 -id: 480 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2591 …} -orderItems: Doctrine\ORM\PersistentCollection {#2593 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4591 +label: " 1.80" +value: "496" +data: App\Entity\Caliber {#2595 -id: 496 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2596 …} -orderItems: Doctrine\ORM\PersistentCollection {#2598 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4592 +label: " 1.80" +value: "510" +data: App\Entity\Caliber {#2600 -id: 510 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2601 …} -orderItems: Doctrine\ORM\PersistentCollection {#2603 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4593 +label: " 1.80" +value: "524" +data: App\Entity\Caliber {#2605 -id: 524 -caliber: "1.80" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2606 …} -orderItems: Doctrine\ORM\PersistentCollection {#2608 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4594 +label: " 2.00" +value: "7" +data: App\Entity\Caliber {#2610 -id: 7 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2611 …} -orderItems: Doctrine\ORM\PersistentCollection {#2613 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4595 +label: " 2.00" +value: "21" +data: App\Entity\Caliber {#2615 -id: 21 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2616 …} -orderItems: Doctrine\ORM\PersistentCollection {#2618 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4596 +label: " 2.00" +value: "35" +data: App\Entity\Caliber {#2620 -id: 35 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2621 …} -orderItems: Doctrine\ORM\PersistentCollection {#2623 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4597 +label: " 2.00" +value: "49" +data: App\Entity\Caliber {#2625 -id: 49 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2626 …} -orderItems: Doctrine\ORM\PersistentCollection {#2628 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4598 +label: " 2.00" +value: "63" +data: App\Entity\Caliber {#2630 -id: 63 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2631 …} -orderItems: Doctrine\ORM\PersistentCollection {#2633 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4599 +label: " 2.00" +value: "79" +data: App\Entity\Caliber {#2635 -id: 79 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2636 …} -orderItems: Doctrine\ORM\PersistentCollection {#2638 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4600 +label: " 2.00" +value: "93" +data: App\Entity\Caliber {#2640 -id: 93 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2641 …} -orderItems: Doctrine\ORM\PersistentCollection {#2643 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4601 +label: " 2.00" +value: "107" +data: App\Entity\Caliber {#2645 -id: 107 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2646 …} -orderItems: Doctrine\ORM\PersistentCollection {#2648 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4602 +label: " 2.00" +value: "125" +data: App\Entity\Caliber {#2650 -id: 125 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2651 …} -orderItems: Doctrine\ORM\PersistentCollection {#2653 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4603 +label: " 2.00" +value: "139" +data: App\Entity\Caliber {#2655 -id: 139 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2656 …} -orderItems: Doctrine\ORM\PersistentCollection {#2658 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4604 +label: " 2.00" +value: "154" +data: App\Entity\Caliber {#2660 -id: 154 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2661 …} -orderItems: Doctrine\ORM\PersistentCollection {#2663 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4605 +label: " 2.00" +value: "168" +data: App\Entity\Caliber {#2665 -id: 168 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2666 …} -orderItems: Doctrine\ORM\PersistentCollection {#2668 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4606 +label: " 2.00" +value: "182" +data: App\Entity\Caliber {#2670 -id: 182 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2671 …} -orderItems: Doctrine\ORM\PersistentCollection {#2673 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +label: " 2.00" +value: "196" +data: App\Entity\Caliber {#2675 -id: 196 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2676 …} -orderItems: Doctrine\ORM\PersistentCollection {#2678 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4608 +label: " 2.00" +value: "211" +data: App\Entity\Caliber {#2680 -id: 211 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2681 …} -orderItems: Doctrine\ORM\PersistentCollection {#2683 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4609 +label: " 2.00" +value: "226" +data: App\Entity\Caliber {#2685 -id: 226 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2686 …} -orderItems: Doctrine\ORM\PersistentCollection {#2688 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4610 +label: " 2.00" +value: "241" +data: App\Entity\Caliber {#2690 -id: 241 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2691 …} -orderItems: Doctrine\ORM\PersistentCollection {#2693 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +label: " 2.00" +value: "255" +data: App\Entity\Caliber {#2695 -id: 255 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2696 …} -orderItems: Doctrine\ORM\PersistentCollection {#2698 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4612 +label: " 2.00" +value: "267" +data: App\Entity\Caliber {#2700 -id: 267 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2701 …} -orderItems: Doctrine\ORM\PersistentCollection {#2703 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4613 +label: " 2.00" +value: "275" +data: App\Entity\Caliber {#2705 -id: 275 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2706 …} -orderItems: Doctrine\ORM\PersistentCollection {#2708 …} -name: null -locale: null } +attr: [ "data-chained" => 24 ] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4614 +label: " 2.00" +value: "325" +data: App\Entity\Caliber {#2710 -id: 325 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2711 …} -orderItems: Doctrine\ORM\PersistentCollection {#2713 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4615 +label: " 2.00" +value: "333" +data: App\Entity\Caliber {#2715 -id: 333 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2716 …} -orderItems: Doctrine\ORM\PersistentCollection {#2718 …} -name: null -locale: null } +attr: [ "data-chained" => 118 ] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4616 +label: " 2.00" +value: "343" +data: App\Entity\Caliber {#2720 -id: 343 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2721 …} -orderItems: Doctrine\ORM\PersistentCollection {#2723 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4617 +label: " 2.00" +value: "357" +data: App\Entity\Caliber {#2725 -id: 357 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2726 …} -orderItems: Doctrine\ORM\PersistentCollection {#2728 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4618 +label: " 2.00" +value: "371" +data: App\Entity\Caliber {#2730 -id: 371 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2731 …} -orderItems: Doctrine\ORM\PersistentCollection {#2733 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4619 +label: " 2.00" +value: "385" +data: App\Entity\Caliber {#2735 -id: 385 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2736 …} -orderItems: Doctrine\ORM\PersistentCollection {#2738 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4620 +label: " 2.00" +value: "399" +data: App\Entity\Caliber {#2740 -id: 399 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2741 …} -orderItems: Doctrine\ORM\PersistentCollection {#2743 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4621 +label: " 2.00" +value: "413" +data: App\Entity\Caliber {#2745 -id: 413 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2746 …} -orderItems: Doctrine\ORM\PersistentCollection {#2748 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4622 +label: " 2.00" +value: "427" +data: App\Entity\Caliber {#2750 -id: 427 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2751 …} -orderItems: Doctrine\ORM\PersistentCollection {#2753 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4623 +label: " 2.00" +value: "441" +data: App\Entity\Caliber {#2755 -id: 441 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2756 …} -orderItems: Doctrine\ORM\PersistentCollection {#2758 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4624 +label: " 2.00" +value: "467" +data: App\Entity\Caliber {#2760 -id: 467 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2761 …} -orderItems: Doctrine\ORM\PersistentCollection {#2763 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4625 +label: " 2.00" +value: "481" +data: App\Entity\Caliber {#2765 -id: 481 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2766 …} -orderItems: Doctrine\ORM\PersistentCollection {#2768 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4626 +label: " 2.00" +value: "497" +data: App\Entity\Caliber {#2770 -id: 497 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2771 …} -orderItems: Doctrine\ORM\PersistentCollection {#2773 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4627 +label: " 2.00" +value: "511" +data: App\Entity\Caliber {#2775 -id: 511 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2776 …} -orderItems: Doctrine\ORM\PersistentCollection {#2778 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4628 +label: " 2.00" +value: "525" +data: App\Entity\Caliber {#2780 -id: 525 -caliber: "2.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2781 …} -orderItems: Doctrine\ORM\PersistentCollection {#2783 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4629 +label: " 2.20" +value: "319" +data: App\Entity\Caliber {#2785 -id: 319 -caliber: "2.20" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2787 …} -orderItems: Doctrine\ORM\PersistentCollection {#2789 …} -name: null -locale: null } +attr: [ "data-chained" => 77 ] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4630 +label: " 2.30" +value: "320" +data: App\Entity\Caliber {#2791 -id: 320 -caliber: "2.30" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#2786 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2792 …} -orderItems: Doctrine\ORM\PersistentCollection {#2794 …} -name: null -locale: null } +attr: [ "data-chained" => 77 ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4631 +label: " 2.50" +value: "8" +data: App\Entity\Caliber {#2796 -id: 8 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2797 …} -orderItems: Doctrine\ORM\PersistentCollection {#2799 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4632 +label: " 2.50" +value: "22" +data: App\Entity\Caliber {#2801 -id: 22 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2802 …} -orderItems: Doctrine\ORM\PersistentCollection {#2804 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4633 +label: " 2.50" +value: "36" +data: App\Entity\Caliber {#2806 -id: 36 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2807 …} -orderItems: Doctrine\ORM\PersistentCollection {#2809 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4634 +label: " 2.50" +value: "50" +data: App\Entity\Caliber {#2811 -id: 50 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2812 …} -orderItems: Doctrine\ORM\PersistentCollection {#2814 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4635 +label: " 2.50" +value: "64" +data: App\Entity\Caliber {#2816 -id: 64 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2817 …} -orderItems: Doctrine\ORM\PersistentCollection {#2819 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +label: " 2.50" +value: "80" +data: App\Entity\Caliber {#2821 -id: 80 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2822 …} -orderItems: Doctrine\ORM\PersistentCollection {#2824 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4637 +label: " 2.50" +value: "94" +data: App\Entity\Caliber {#2826 -id: 94 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2827 …} -orderItems: Doctrine\ORM\PersistentCollection {#2829 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4638 +label: " 2.50" +value: "108" +data: App\Entity\Caliber {#2831 -id: 108 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2832 …} -orderItems: Doctrine\ORM\PersistentCollection {#2834 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4639 +label: " 2.50" +value: "126" +data: App\Entity\Caliber {#2836 -id: 126 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2837 …} -orderItems: Doctrine\ORM\PersistentCollection {#2839 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4640 +label: " 2.50" +value: "140" +data: App\Entity\Caliber {#2841 -id: 140 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2842 …} -orderItems: Doctrine\ORM\PersistentCollection {#2844 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4641 +label: " 2.50" +value: "155" +data: App\Entity\Caliber {#2846 -id: 155 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2847 …} -orderItems: Doctrine\ORM\PersistentCollection {#2849 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4642 +label: " 2.50" +value: "169" +data: App\Entity\Caliber {#2851 -id: 169 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2852 …} -orderItems: Doctrine\ORM\PersistentCollection {#2854 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4643 +label: " 2.50" +value: "183" +data: App\Entity\Caliber {#2856 -id: 183 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2857 …} -orderItems: Doctrine\ORM\PersistentCollection {#2859 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4644 +label: " 2.50" +value: "197" +data: App\Entity\Caliber {#2861 -id: 197 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2862 …} -orderItems: Doctrine\ORM\PersistentCollection {#2864 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4645 +label: " 2.50" +value: "212" +data: App\Entity\Caliber {#2866 -id: 212 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2867 …} -orderItems: Doctrine\ORM\PersistentCollection {#2869 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4646 +label: " 2.50" +value: "227" +data: App\Entity\Caliber {#2871 -id: 227 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2872 …} -orderItems: Doctrine\ORM\PersistentCollection {#2874 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4647 +label: " 2.50" +value: "242" +data: App\Entity\Caliber {#2876 -id: 242 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2877 …} -orderItems: Doctrine\ORM\PersistentCollection {#2879 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4648 +label: " 2.50" +value: "256" +data: App\Entity\Caliber {#2881 -id: 256 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2882 …} -orderItems: Doctrine\ORM\PersistentCollection {#2884 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4649 +label: " 2.50" +value: "268" +data: App\Entity\Caliber {#2886 -id: 268 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2887 …} -orderItems: Doctrine\ORM\PersistentCollection {#2889 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4650 +label: " 2.50" +value: "276" +data: App\Entity\Caliber {#2891 -id: 276 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2892 …} -orderItems: Doctrine\ORM\PersistentCollection {#2894 …} -name: null -locale: null } +attr: [ "data-chained" => 24 ] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4651 +label: " 2.50" +value: "326" +data: App\Entity\Caliber {#2896 -id: 326 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2897 …} -orderItems: Doctrine\ORM\PersistentCollection {#2899 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4652 +label: " 2.50" +value: "334" +data: App\Entity\Caliber {#2901 -id: 334 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2902 …} -orderItems: Doctrine\ORM\PersistentCollection {#2904 …} -name: null -locale: null } +attr: [ "data-chained" => 118 ] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4653 +label: " 2.50" +value: "344" +data: App\Entity\Caliber {#2906 -id: 344 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2907 …} -orderItems: Doctrine\ORM\PersistentCollection {#2909 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4654 +label: " 2.50" +value: "358" +data: App\Entity\Caliber {#2911 -id: 358 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2912 …} -orderItems: Doctrine\ORM\PersistentCollection {#2914 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4655 +label: " 2.50" +value: "372" +data: App\Entity\Caliber {#2916 -id: 372 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2917 …} -orderItems: Doctrine\ORM\PersistentCollection {#2919 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4656 +label: " 2.50" +value: "386" +data: App\Entity\Caliber {#2921 -id: 386 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2922 …} -orderItems: Doctrine\ORM\PersistentCollection {#2924 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4657 +label: " 2.50" +value: "400" +data: App\Entity\Caliber {#2926 -id: 400 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2927 …} -orderItems: Doctrine\ORM\PersistentCollection {#2929 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4658 +label: " 2.50" +value: "414" +data: App\Entity\Caliber {#2931 -id: 414 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2932 …} -orderItems: Doctrine\ORM\PersistentCollection {#2934 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4659 +label: " 2.50" +value: "428" +data: App\Entity\Caliber {#2936 -id: 428 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2937 …} -orderItems: Doctrine\ORM\PersistentCollection {#2939 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4660 +label: " 2.50" +value: "442" +data: App\Entity\Caliber {#2941 -id: 442 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2942 …} -orderItems: Doctrine\ORM\PersistentCollection {#2944 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4661 +label: " 2.50" +value: "468" +data: App\Entity\Caliber {#2946 -id: 468 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2947 …} -orderItems: Doctrine\ORM\PersistentCollection {#2949 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4662 +label: " 2.50" +value: "482" +data: App\Entity\Caliber {#2951 -id: 482 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2952 …} -orderItems: Doctrine\ORM\PersistentCollection {#2954 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4663 +label: " 2.50" +value: "498" +data: App\Entity\Caliber {#2956 -id: 498 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2957 …} -orderItems: Doctrine\ORM\PersistentCollection {#2959 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4664 +label: " 2.50" +value: "512" +data: App\Entity\Caliber {#2961 -id: 512 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2962 …} -orderItems: Doctrine\ORM\PersistentCollection {#2964 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4665 +label: " 2.50" +value: "526" +data: App\Entity\Caliber {#2966 -id: 526 -caliber: "2.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2967 …} -orderItems: Doctrine\ORM\PersistentCollection {#2969 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4666 +label: " 3.00" +value: "9" +data: App\Entity\Caliber {#2971 -id: 9 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2972 …} -orderItems: Doctrine\ORM\PersistentCollection {#2974 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4667 +label: " 3.00" +value: "23" +data: App\Entity\Caliber {#2976 -id: 23 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2977 …} -orderItems: Doctrine\ORM\PersistentCollection {#2979 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4668 +label: " 3.00" +value: "37" +data: App\Entity\Caliber {#2981 -id: 37 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2982 …} -orderItems: Doctrine\ORM\PersistentCollection {#2984 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4669 +label: " 3.00" +value: "51" +data: App\Entity\Caliber {#2986 -id: 51 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2987 …} -orderItems: Doctrine\ORM\PersistentCollection {#2989 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4670 +label: " 3.00" +value: "65" +data: App\Entity\Caliber {#2991 -id: 65 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2992 …} -orderItems: Doctrine\ORM\PersistentCollection {#2994 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4671 +label: " 3.00" +value: "81" +data: App\Entity\Caliber {#2996 -id: 81 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#2997 …} -orderItems: Doctrine\ORM\PersistentCollection {#2999 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4672 +label: " 3.00" +value: "95" +data: App\Entity\Caliber {#3001 -id: 95 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3002 …} -orderItems: Doctrine\ORM\PersistentCollection {#3004 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4673 +label: " 3.00" +value: "109" +data: App\Entity\Caliber {#3006 -id: 109 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3007 …} -orderItems: Doctrine\ORM\PersistentCollection {#3009 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4674 +label: " 3.00" +value: "127" +data: App\Entity\Caliber {#3011 -id: 127 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3012 …} -orderItems: Doctrine\ORM\PersistentCollection {#3014 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4675 +label: " 3.00" +value: "141" +data: App\Entity\Caliber {#3016 -id: 141 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3017 …} -orderItems: Doctrine\ORM\PersistentCollection {#3019 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4676 +label: " 3.00" +value: "156" +data: App\Entity\Caliber {#3021 -id: 156 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3022 …} -orderItems: Doctrine\ORM\PersistentCollection {#3024 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4677 +label: " 3.00" +value: "170" +data: App\Entity\Caliber {#3026 -id: 170 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3027 …} -orderItems: Doctrine\ORM\PersistentCollection {#3029 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4678 +label: " 3.00" +value: "184" +data: App\Entity\Caliber {#3031 -id: 184 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3032 …} -orderItems: Doctrine\ORM\PersistentCollection {#3034 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4679 +label: " 3.00" +value: "198" +data: App\Entity\Caliber {#3036 -id: 198 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3037 …} -orderItems: Doctrine\ORM\PersistentCollection {#3039 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4680 +label: " 3.00" +value: "213" +data: App\Entity\Caliber {#3041 -id: 213 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3042 …} -orderItems: Doctrine\ORM\PersistentCollection {#3044 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4681 +label: " 3.00" +value: "228" +data: App\Entity\Caliber {#3046 -id: 228 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3047 …} -orderItems: Doctrine\ORM\PersistentCollection {#3049 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4682 +label: " 3.00" +value: "243" +data: App\Entity\Caliber {#3051 -id: 243 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3052 …} -orderItems: Doctrine\ORM\PersistentCollection {#3054 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4683 +label: " 3.00" +value: "257" +data: App\Entity\Caliber {#3056 -id: 257 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3057 …} -orderItems: Doctrine\ORM\PersistentCollection {#3059 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4684 +label: " 3.00" +value: "269" +data: App\Entity\Caliber {#3061 -id: 269 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3062 …} -orderItems: Doctrine\ORM\PersistentCollection {#3064 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4685 +label: " 3.00" +value: "277" +data: App\Entity\Caliber {#3066 -id: 277 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3067 …} -orderItems: Doctrine\ORM\PersistentCollection {#3069 …} -name: null -locale: null } +attr: [ "data-chained" => 24 ] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4686 +label: " 3.00" +value: "327" +data: App\Entity\Caliber {#3071 -id: 327 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3072 …} -orderItems: Doctrine\ORM\PersistentCollection {#3074 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4687 +label: " 3.00" +value: "335" +data: App\Entity\Caliber {#3076 -id: 335 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3077 …} -orderItems: Doctrine\ORM\PersistentCollection {#3079 …} -name: null -locale: null } +attr: [ "data-chained" => 118 ] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4688 +label: " 3.00" +value: "345" +data: App\Entity\Caliber {#3081 -id: 345 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3082 …} -orderItems: Doctrine\ORM\PersistentCollection {#3084 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4689 +label: " 3.00" +value: "359" +data: App\Entity\Caliber {#3086 -id: 359 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3087 …} -orderItems: Doctrine\ORM\PersistentCollection {#3089 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4690 +label: " 3.00" +value: "373" +data: App\Entity\Caliber {#3091 -id: 373 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3092 …} -orderItems: Doctrine\ORM\PersistentCollection {#3094 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4691 +label: " 3.00" +value: "387" +data: App\Entity\Caliber {#3096 -id: 387 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3097 …} -orderItems: Doctrine\ORM\PersistentCollection {#3099 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4692 +label: " 3.00" +value: "401" +data: App\Entity\Caliber {#3101 -id: 401 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3102 …} -orderItems: Doctrine\ORM\PersistentCollection {#3104 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4693 +label: " 3.00" +value: "415" +data: App\Entity\Caliber {#3106 -id: 415 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3107 …} -orderItems: Doctrine\ORM\PersistentCollection {#3109 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4694 +label: " 3.00" +value: "429" +data: App\Entity\Caliber {#3111 -id: 429 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3112 …} -orderItems: Doctrine\ORM\PersistentCollection {#3114 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4695 +label: " 3.00" +value: "443" +data: App\Entity\Caliber {#3116 -id: 443 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3117 …} -orderItems: Doctrine\ORM\PersistentCollection {#3119 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4696 +label: " 3.00" +value: "469" +data: App\Entity\Caliber {#3121 -id: 469 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3122 …} -orderItems: Doctrine\ORM\PersistentCollection {#3124 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4697 +label: " 3.00" +value: "483" +data: App\Entity\Caliber {#3126 -id: 483 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3127 …} -orderItems: Doctrine\ORM\PersistentCollection {#3129 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4698 +label: " 3.00" +value: "499" +data: App\Entity\Caliber {#3131 -id: 499 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3132 …} -orderItems: Doctrine\ORM\PersistentCollection {#3134 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4699 +label: " 3.00" +value: "513" +data: App\Entity\Caliber {#3136 -id: 513 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3137 …} -orderItems: Doctrine\ORM\PersistentCollection {#3139 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +label: " 3.00" +value: "527" +data: App\Entity\Caliber {#3141 -id: 527 -caliber: "3.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3142 …} -orderItems: Doctrine\ORM\PersistentCollection {#3144 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4701 +label: " 3.50" +value: "10" +data: App\Entity\Caliber {#3146 -id: 10 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3147 …} -orderItems: Doctrine\ORM\PersistentCollection {#3149 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4702 +label: " 3.50" +value: "24" +data: App\Entity\Caliber {#3151 -id: 24 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3152 …} -orderItems: Doctrine\ORM\PersistentCollection {#3154 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4703 +label: " 3.50" +value: "38" +data: App\Entity\Caliber {#3156 -id: 38 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3157 …} -orderItems: Doctrine\ORM\PersistentCollection {#3159 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4704 +label: " 3.50" +value: "52" +data: App\Entity\Caliber {#3161 -id: 52 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3162 …} -orderItems: Doctrine\ORM\PersistentCollection {#3164 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4705 +label: " 3.50" +value: "66" +data: App\Entity\Caliber {#3166 -id: 66 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3167 …} -orderItems: Doctrine\ORM\PersistentCollection {#3169 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4706 +label: " 3.50" +value: "82" +data: App\Entity\Caliber {#3171 -id: 82 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3172 …} -orderItems: Doctrine\ORM\PersistentCollection {#3174 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4707 +label: " 3.50" +value: "96" +data: App\Entity\Caliber {#3176 -id: 96 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3177 …} -orderItems: Doctrine\ORM\PersistentCollection {#3179 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4708 +label: " 3.50" +value: "110" +data: App\Entity\Caliber {#3181 -id: 110 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3182 …} -orderItems: Doctrine\ORM\PersistentCollection {#3184 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4709 +label: " 3.50" +value: "128" +data: App\Entity\Caliber {#3186 -id: 128 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3187 …} -orderItems: Doctrine\ORM\PersistentCollection {#3189 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4710 +label: " 3.50" +value: "142" +data: App\Entity\Caliber {#3191 -id: 142 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3192 …} -orderItems: Doctrine\ORM\PersistentCollection {#3194 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4711 +label: " 3.50" +value: "157" +data: App\Entity\Caliber {#3196 -id: 157 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3197 …} -orderItems: Doctrine\ORM\PersistentCollection {#3199 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4712 +label: " 3.50" +value: "171" +data: App\Entity\Caliber {#3201 -id: 171 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3202 …} -orderItems: Doctrine\ORM\PersistentCollection {#3204 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4713 +label: " 3.50" +value: "185" +data: App\Entity\Caliber {#3206 -id: 185 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3207 …} -orderItems: Doctrine\ORM\PersistentCollection {#3209 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4714 +label: " 3.50" +value: "199" +data: App\Entity\Caliber {#3211 -id: 199 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3212 …} -orderItems: Doctrine\ORM\PersistentCollection {#3214 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4715 +label: " 3.50" +value: "214" +data: App\Entity\Caliber {#3216 -id: 214 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3217 …} -orderItems: Doctrine\ORM\PersistentCollection {#3219 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4716 +label: " 3.50" +value: "229" +data: App\Entity\Caliber {#3221 -id: 229 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3222 …} -orderItems: Doctrine\ORM\PersistentCollection {#3224 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4717 +label: " 3.50" +value: "244" +data: App\Entity\Caliber {#3226 -id: 244 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3227 …} -orderItems: Doctrine\ORM\PersistentCollection {#3229 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4718 +label: " 3.50" +value: "258" +data: App\Entity\Caliber {#3231 -id: 258 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3232 …} -orderItems: Doctrine\ORM\PersistentCollection {#3234 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4719 +label: " 3.50" +value: "270" +data: App\Entity\Caliber {#3236 -id: 270 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3237 …} -orderItems: Doctrine\ORM\PersistentCollection {#3239 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4720 +label: " 3.50" +value: "328" +data: App\Entity\Caliber {#3241 -id: 328 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3242 …} -orderItems: Doctrine\ORM\PersistentCollection {#3244 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4721 +label: " 3.50" +value: "346" +data: App\Entity\Caliber {#3246 -id: 346 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3247 …} -orderItems: Doctrine\ORM\PersistentCollection {#3249 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4722 +label: " 3.50" +value: "360" +data: App\Entity\Caliber {#3251 -id: 360 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3252 …} -orderItems: Doctrine\ORM\PersistentCollection {#3254 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4723 +label: " 3.50" +value: "374" +data: App\Entity\Caliber {#3256 -id: 374 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3257 …} -orderItems: Doctrine\ORM\PersistentCollection {#3259 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4724 +label: " 3.50" +value: "388" +data: App\Entity\Caliber {#3261 -id: 388 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3262 …} -orderItems: Doctrine\ORM\PersistentCollection {#3264 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4725 +label: " 3.50" +value: "402" +data: App\Entity\Caliber {#3266 -id: 402 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3267 …} -orderItems: Doctrine\ORM\PersistentCollection {#3269 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4726 +label: " 3.50" +value: "416" +data: App\Entity\Caliber {#3271 -id: 416 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3272 …} -orderItems: Doctrine\ORM\PersistentCollection {#3274 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4727 +label: " 3.50" +value: "430" +data: App\Entity\Caliber {#3276 -id: 430 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3277 …} -orderItems: Doctrine\ORM\PersistentCollection {#3279 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4728 +label: " 3.50" +value: "444" +data: App\Entity\Caliber {#3281 -id: 444 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3282 …} -orderItems: Doctrine\ORM\PersistentCollection {#3284 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4729 +label: " 3.50" +value: "470" +data: App\Entity\Caliber {#3286 -id: 470 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3287 …} -orderItems: Doctrine\ORM\PersistentCollection {#3289 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4730 +label: " 3.50" +value: "484" +data: App\Entity\Caliber {#3291 -id: 484 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3292 …} -orderItems: Doctrine\ORM\PersistentCollection {#3294 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4731 +label: " 3.50" +value: "500" +data: App\Entity\Caliber {#3296 -id: 500 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3297 …} -orderItems: Doctrine\ORM\PersistentCollection {#3299 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4732 +label: " 3.50" +value: "514" +data: App\Entity\Caliber {#3301 -id: 514 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3302 …} -orderItems: Doctrine\ORM\PersistentCollection {#3304 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4733 +label: " 3.50" +value: "528" +data: App\Entity\Caliber {#3306 -id: 528 -caliber: "3.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3307 …} -orderItems: Doctrine\ORM\PersistentCollection {#3309 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4734 +label: " 4.00" +value: "11" +data: App\Entity\Caliber {#3311 -id: 11 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3312 …} -orderItems: Doctrine\ORM\PersistentCollection {#3314 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4735 +label: " 4.00" +value: "25" +data: App\Entity\Caliber {#3316 -id: 25 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3317 …} -orderItems: Doctrine\ORM\PersistentCollection {#3319 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4736 +label: " 4.00" +value: "39" +data: App\Entity\Caliber {#3321 -id: 39 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3322 …} -orderItems: Doctrine\ORM\PersistentCollection {#3324 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4737 +label: " 4.00" +value: "53" +data: App\Entity\Caliber {#3326 -id: 53 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3327 …} -orderItems: Doctrine\ORM\PersistentCollection {#3329 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4738 +label: " 4.00" +value: "67" +data: App\Entity\Caliber {#3331 -id: 67 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3332 …} -orderItems: Doctrine\ORM\PersistentCollection {#3334 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4739 +label: " 4.00" +value: "83" +data: App\Entity\Caliber {#3336 -id: 83 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3337 …} -orderItems: Doctrine\ORM\PersistentCollection {#3339 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4740 +label: " 4.00" +value: "97" +data: App\Entity\Caliber {#3341 -id: 97 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3342 …} -orderItems: Doctrine\ORM\PersistentCollection {#3344 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4741 +label: " 4.00" +value: "111" +data: App\Entity\Caliber {#3346 -id: 111 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3347 …} -orderItems: Doctrine\ORM\PersistentCollection {#3349 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4742 +label: " 4.00" +value: "129" +data: App\Entity\Caliber {#3351 -id: 129 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3352 …} -orderItems: Doctrine\ORM\PersistentCollection {#3354 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4743 +label: " 4.00" +value: "143" +data: App\Entity\Caliber {#3356 -id: 143 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3357 …} -orderItems: Doctrine\ORM\PersistentCollection {#3359 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4744 +label: " 4.00" +value: "158" +data: App\Entity\Caliber {#3361 -id: 158 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3362 …} -orderItems: Doctrine\ORM\PersistentCollection {#3364 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4745 +label: " 4.00" +value: "172" +data: App\Entity\Caliber {#3366 -id: 172 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3367 …} -orderItems: Doctrine\ORM\PersistentCollection {#3369 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4746 +label: " 4.00" +value: "186" +data: App\Entity\Caliber {#3371 -id: 186 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3372 …} -orderItems: Doctrine\ORM\PersistentCollection {#3374 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4747 +label: " 4.00" +value: "200" +data: App\Entity\Caliber {#3376 -id: 200 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3377 …} -orderItems: Doctrine\ORM\PersistentCollection {#3379 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4748 +label: " 4.00" +value: "215" +data: App\Entity\Caliber {#3381 -id: 215 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3382 …} -orderItems: Doctrine\ORM\PersistentCollection {#3384 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4749 +label: " 4.00" +value: "230" +data: App\Entity\Caliber {#3386 -id: 230 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3387 …} -orderItems: Doctrine\ORM\PersistentCollection {#3389 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4750 +label: " 4.00" +value: "245" +data: App\Entity\Caliber {#3391 -id: 245 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3392 …} -orderItems: Doctrine\ORM\PersistentCollection {#3394 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4751 +label: " 4.00" +value: "259" +data: App\Entity\Caliber {#3396 -id: 259 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3397 …} -orderItems: Doctrine\ORM\PersistentCollection {#3399 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4752 +label: " 4.00" +value: "271" +data: App\Entity\Caliber {#3401 -id: 271 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1528 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3402 …} -orderItems: Doctrine\ORM\PersistentCollection {#3404 …} -name: null -locale: null } +attr: [ "data-chained" => 23 ] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4753 +label: " 4.00" +value: "278" +data: App\Entity\Caliber {#3406 -id: 278 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1737 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3407 …} -orderItems: Doctrine\ORM\PersistentCollection {#3409 …} -name: null -locale: null } +attr: [ "data-chained" => 24 ] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4754 +label: " 4.00" +value: "329" +data: App\Entity\Caliber {#3411 -id: 329 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1546 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3412 …} -orderItems: Doctrine\ORM\PersistentCollection {#3414 …} -name: null -locale: null } +attr: [ "data-chained" => 117 ] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4755 +label: " 4.00" +value: "336" +data: App\Entity\Caliber {#3416 -id: 336 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1759 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3417 …} -orderItems: Doctrine\ORM\PersistentCollection {#3419 …} -name: null -locale: null } +attr: [ "data-chained" => 118 ] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4756 +label: " 4.00" +value: "347" +data: App\Entity\Caliber {#3421 -id: 347 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3422 …} -orderItems: Doctrine\ORM\PersistentCollection {#3424 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4757 +label: " 4.00" +value: "361" +data: App\Entity\Caliber {#3426 -id: 361 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3427 …} -orderItems: Doctrine\ORM\PersistentCollection {#3429 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4758 +label: " 4.00" +value: "375" +data: App\Entity\Caliber {#3431 -id: 375 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3432 …} -orderItems: Doctrine\ORM\PersistentCollection {#3434 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4759 +label: " 4.00" +value: "389" +data: App\Entity\Caliber {#3436 -id: 389 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3437 …} -orderItems: Doctrine\ORM\PersistentCollection {#3439 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4760 +label: " 4.00" +value: "403" +data: App\Entity\Caliber {#3441 -id: 403 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3442 …} -orderItems: Doctrine\ORM\PersistentCollection {#3444 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4761 +label: " 4.00" +value: "417" +data: App\Entity\Caliber {#3446 -id: 417 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3447 …} -orderItems: Doctrine\ORM\PersistentCollection {#3449 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4762 +label: " 4.00" +value: "431" +data: App\Entity\Caliber {#3451 -id: 431 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3452 …} -orderItems: Doctrine\ORM\PersistentCollection {#3454 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4763 +label: " 4.00" +value: "445" +data: App\Entity\Caliber {#3456 -id: 445 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3457 …} -orderItems: Doctrine\ORM\PersistentCollection {#3459 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4764 +label: " 4.00" +value: "471" +data: App\Entity\Caliber {#3461 -id: 471 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3462 …} -orderItems: Doctrine\ORM\PersistentCollection {#3464 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4765 +label: " 4.00" +value: "485" +data: App\Entity\Caliber {#3466 -id: 485 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3467 …} -orderItems: Doctrine\ORM\PersistentCollection {#3469 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4766 +label: " 4.00" +value: "501" +data: App\Entity\Caliber {#3471 -id: 501 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3472 …} -orderItems: Doctrine\ORM\PersistentCollection {#3474 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4767 +label: " 4.00" +value: "515" +data: App\Entity\Caliber {#3476 -id: 515 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3477 …} -orderItems: Doctrine\ORM\PersistentCollection {#3479 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4768 +label: " 4.00" +value: "529" +data: App\Entity\Caliber {#3481 -id: 529 -caliber: "4.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3482 …} -orderItems: Doctrine\ORM\PersistentCollection {#3484 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4769 +label: " 4.50" +value: "12" +data: App\Entity\Caliber {#3486 -id: 12 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3487 …} -orderItems: Doctrine\ORM\PersistentCollection {#3489 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4770 +label: " 4.50" +value: "26" +data: App\Entity\Caliber {#3491 -id: 26 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3492 …} -orderItems: Doctrine\ORM\PersistentCollection {#3494 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4771 +label: " 4.50" +value: "40" +data: App\Entity\Caliber {#3496 -id: 40 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3497 …} -orderItems: Doctrine\ORM\PersistentCollection {#3499 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4772 +label: " 4.50" +value: "54" +data: App\Entity\Caliber {#3501 -id: 54 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3502 …} -orderItems: Doctrine\ORM\PersistentCollection {#3504 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4773 +label: " 4.50" +value: "68" +data: App\Entity\Caliber {#3506 -id: 68 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3507 …} -orderItems: Doctrine\ORM\PersistentCollection {#3509 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4774 +label: " 4.50" +value: "84" +data: App\Entity\Caliber {#3511 -id: 84 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3512 …} -orderItems: Doctrine\ORM\PersistentCollection {#3514 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4775 +label: " 4.50" +value: "98" +data: App\Entity\Caliber {#3516 -id: 98 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3517 …} -orderItems: Doctrine\ORM\PersistentCollection {#3519 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4776 +label: " 4.50" +value: "112" +data: App\Entity\Caliber {#3521 -id: 112 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3522 …} -orderItems: Doctrine\ORM\PersistentCollection {#3524 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4777 +label: " 4.50" +value: "130" +data: App\Entity\Caliber {#3526 -id: 130 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3527 …} -orderItems: Doctrine\ORM\PersistentCollection {#3529 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4778 +label: " 4.50" +value: "144" +data: App\Entity\Caliber {#3531 -id: 144 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3532 …} -orderItems: Doctrine\ORM\PersistentCollection {#3534 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4779 +label: " 4.50" +value: "159" +data: App\Entity\Caliber {#3536 -id: 159 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3537 …} -orderItems: Doctrine\ORM\PersistentCollection {#3539 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +label: " 4.50" +value: "173" +data: App\Entity\Caliber {#3541 -id: 173 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3542 …} -orderItems: Doctrine\ORM\PersistentCollection {#3544 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4781 +label: " 4.50" +value: "187" +data: App\Entity\Caliber {#3546 -id: 187 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3547 …} -orderItems: Doctrine\ORM\PersistentCollection {#3549 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4782 +label: " 4.50" +value: "201" +data: App\Entity\Caliber {#3551 -id: 201 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3552 …} -orderItems: Doctrine\ORM\PersistentCollection {#3554 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4783 +label: " 4.50" +value: "216" +data: App\Entity\Caliber {#3556 -id: 216 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3557 …} -orderItems: Doctrine\ORM\PersistentCollection {#3559 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4784 +label: " 4.50" +value: "231" +data: App\Entity\Caliber {#3561 -id: 231 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3562 …} -orderItems: Doctrine\ORM\PersistentCollection {#3564 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4785 +label: " 4.50" +value: "246" +data: App\Entity\Caliber {#3566 -id: 246 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3567 …} -orderItems: Doctrine\ORM\PersistentCollection {#3569 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4786 +label: " 4.50" +value: "260" +data: App\Entity\Caliber {#3571 -id: 260 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3572 …} -orderItems: Doctrine\ORM\PersistentCollection {#3574 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4787 +label: " 4.50" +value: "348" +data: App\Entity\Caliber {#3576 -id: 348 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3577 …} -orderItems: Doctrine\ORM\PersistentCollection {#3579 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4788 +label: " 4.50" +value: "362" +data: App\Entity\Caliber {#3581 -id: 362 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3582 …} -orderItems: Doctrine\ORM\PersistentCollection {#3584 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4789 +label: " 4.50" +value: "376" +data: App\Entity\Caliber {#3586 -id: 376 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3587 …} -orderItems: Doctrine\ORM\PersistentCollection {#3589 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +label: " 4.50" +value: "390" +data: App\Entity\Caliber {#3591 -id: 390 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3592 …} -orderItems: Doctrine\ORM\PersistentCollection {#3594 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4791 +label: " 4.50" +value: "404" +data: App\Entity\Caliber {#3596 -id: 404 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3597 …} -orderItems: Doctrine\ORM\PersistentCollection {#3599 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4792 +label: " 4.50" +value: "418" +data: App\Entity\Caliber {#3601 -id: 418 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3602 …} -orderItems: Doctrine\ORM\PersistentCollection {#3604 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +label: " 4.50" +value: "432" +data: App\Entity\Caliber {#3606 -id: 432 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3607 …} -orderItems: Doctrine\ORM\PersistentCollection {#3609 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4794 +label: " 4.50" +value: "446" +data: App\Entity\Caliber {#3611 -id: 446 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3612 …} -orderItems: Doctrine\ORM\PersistentCollection {#3614 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4795 +label: " 4.50" +value: "472" +data: App\Entity\Caliber {#3616 -id: 472 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3617 …} -orderItems: Doctrine\ORM\PersistentCollection {#3619 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4796 +label: " 4.50" +value: "486" +data: App\Entity\Caliber {#3621 -id: 486 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3622 …} -orderItems: Doctrine\ORM\PersistentCollection {#3624 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4797 +label: " 4.50" +value: "502" +data: App\Entity\Caliber {#3626 -id: 502 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3627 …} -orderItems: Doctrine\ORM\PersistentCollection {#3629 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4798 +label: " 4.50" +value: "516" +data: App\Entity\Caliber {#3631 -id: 516 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3632 …} -orderItems: Doctrine\ORM\PersistentCollection {#3634 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4799 +label: " 4.50" +value: "530" +data: App\Entity\Caliber {#3636 -id: 530 -caliber: "4.50" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3637 …} -orderItems: Doctrine\ORM\PersistentCollection {#3639 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4800 +label: " 5.00" +value: "13" +data: App\Entity\Caliber {#3641 -id: 13 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3642 …} -orderItems: Doctrine\ORM\PersistentCollection {#3644 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4801 +label: " 5.00" +value: "27" +data: App\Entity\Caliber {#3646 -id: 27 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3647 …} -orderItems: Doctrine\ORM\PersistentCollection {#3649 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4802 +label: " 5.00" +value: "41" +data: App\Entity\Caliber {#3651 -id: 41 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3652 …} -orderItems: Doctrine\ORM\PersistentCollection {#3654 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4803 +label: " 5.00" +value: "55" +data: App\Entity\Caliber {#3656 -id: 55 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3657 …} -orderItems: Doctrine\ORM\PersistentCollection {#3659 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4804 +label: " 5.00" +value: "69" +data: App\Entity\Caliber {#3661 -id: 69 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3662 …} -orderItems: Doctrine\ORM\PersistentCollection {#3664 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4805 +label: " 5.00" +value: "85" +data: App\Entity\Caliber {#3666 -id: 85 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3667 …} -orderItems: Doctrine\ORM\PersistentCollection {#3669 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4806 +label: " 5.00" +value: "99" +data: App\Entity\Caliber {#3671 -id: 99 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3672 …} -orderItems: Doctrine\ORM\PersistentCollection {#3674 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4807 +label: " 5.00" +value: "113" +data: App\Entity\Caliber {#3676 -id: 113 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3677 …} -orderItems: Doctrine\ORM\PersistentCollection {#3679 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4808 +label: " 5.00" +value: "131" +data: App\Entity\Caliber {#3681 -id: 131 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3682 …} -orderItems: Doctrine\ORM\PersistentCollection {#3684 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4809 +label: " 5.00" +value: "145" +data: App\Entity\Caliber {#3686 -id: 145 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3687 …} -orderItems: Doctrine\ORM\PersistentCollection {#3689 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4810 +label: " 5.00" +value: "160" +data: App\Entity\Caliber {#3691 -id: 160 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3692 …} -orderItems: Doctrine\ORM\PersistentCollection {#3694 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4811 +label: " 5.00" +value: "174" +data: App\Entity\Caliber {#3696 -id: 174 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3697 …} -orderItems: Doctrine\ORM\PersistentCollection {#3699 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4812 +label: " 5.00" +value: "188" +data: App\Entity\Caliber {#3701 -id: 188 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3702 …} -orderItems: Doctrine\ORM\PersistentCollection {#3704 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4813 +label: " 5.00" +value: "202" +data: App\Entity\Caliber {#3706 -id: 202 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3707 …} -orderItems: Doctrine\ORM\PersistentCollection {#3709 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4814 +label: " 5.00" +value: "217" +data: App\Entity\Caliber {#3711 -id: 217 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3712 …} -orderItems: Doctrine\ORM\PersistentCollection {#3714 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4815 +label: " 5.00" +value: "232" +data: App\Entity\Caliber {#3716 -id: 232 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3717 …} -orderItems: Doctrine\ORM\PersistentCollection {#3719 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4816 +label: " 5.00" +value: "247" +data: App\Entity\Caliber {#3721 -id: 247 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3722 …} -orderItems: Doctrine\ORM\PersistentCollection {#3724 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4817 +label: " 5.00" +value: "261" +data: App\Entity\Caliber {#3726 -id: 261 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3727 …} -orderItems: Doctrine\ORM\PersistentCollection {#3729 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4818 +label: " 5.00" +value: "349" +data: App\Entity\Caliber {#3731 -id: 349 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3732 …} -orderItems: Doctrine\ORM\PersistentCollection {#3734 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4819 +label: " 5.00" +value: "363" +data: App\Entity\Caliber {#3736 -id: 363 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3737 …} -orderItems: Doctrine\ORM\PersistentCollection {#3739 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4820 +label: " 5.00" +value: "377" +data: App\Entity\Caliber {#3741 -id: 377 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3742 …} -orderItems: Doctrine\ORM\PersistentCollection {#3744 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4821 +label: " 5.00" +value: "391" +data: App\Entity\Caliber {#3746 -id: 391 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3747 …} -orderItems: Doctrine\ORM\PersistentCollection {#3749 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4822 +label: " 5.00" +value: "405" +data: App\Entity\Caliber {#3751 -id: 405 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3752 …} -orderItems: Doctrine\ORM\PersistentCollection {#3754 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4823 +label: " 5.00" +value: "419" +data: App\Entity\Caliber {#3756 -id: 419 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3757 …} -orderItems: Doctrine\ORM\PersistentCollection {#3759 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4824 +label: " 5.00" +value: "433" +data: App\Entity\Caliber {#3761 -id: 433 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3762 …} -orderItems: Doctrine\ORM\PersistentCollection {#3764 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4825 +label: " 5.00" +value: "447" +data: App\Entity\Caliber {#3766 -id: 447 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3767 …} -orderItems: Doctrine\ORM\PersistentCollection {#3769 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4826 +label: " 5.00" +value: "473" +data: App\Entity\Caliber {#3771 -id: 473 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3772 …} -orderItems: Doctrine\ORM\PersistentCollection {#3774 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4827 +label: " 5.00" +value: "487" +data: App\Entity\Caliber {#3776 -id: 487 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3777 …} -orderItems: Doctrine\ORM\PersistentCollection {#3779 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4828 +label: " 5.00" +value: "503" +data: App\Entity\Caliber {#3781 -id: 503 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3782 …} -orderItems: Doctrine\ORM\PersistentCollection {#3784 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4829 +label: " 5.00" +value: "517" +data: App\Entity\Caliber {#3786 -id: 517 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3787 …} -orderItems: Doctrine\ORM\PersistentCollection {#3789 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4830 +label: " 5.00" +value: "531" +data: App\Entity\Caliber {#3791 -id: 531 -caliber: "5.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3792 …} -orderItems: Doctrine\ORM\PersistentCollection {#3794 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4831 +label: " 6.00" +value: "14" +data: App\Entity\Caliber {#3796 -id: 14 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1420 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3797 …} -orderItems: Doctrine\ORM\PersistentCollection {#3799 …} -name: null -locale: null } +attr: [ "data-chained" => 1 ] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4832 +label: " 6.00" +value: "28" +data: App\Entity\Caliber {#3801 -id: 28 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1426 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3802 …} -orderItems: Doctrine\ORM\PersistentCollection {#3804 …} -name: null -locale: null } +attr: [ "data-chained" => 2 ] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4833 +label: " 6.00" +value: "42" +data: App\Entity\Caliber {#3806 -id: 42 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1432 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3807 …} -orderItems: Doctrine\ORM\PersistentCollection {#3809 …} -name: null -locale: null } +attr: [ "data-chained" => 3 ] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4834 +label: " 6.00" +value: "56" +data: App\Entity\Caliber {#3811 -id: 56 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1438 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3812 …} -orderItems: Doctrine\ORM\PersistentCollection {#3814 …} -name: null -locale: null } +attr: [ "data-chained" => 4 ] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4835 +label: " 6.00" +value: "70" +data: App\Entity\Caliber {#3816 -id: 70 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3817 …} -orderItems: Doctrine\ORM\PersistentCollection {#3819 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4836 +label: " 6.00" +value: "86" +data: App\Entity\Caliber {#3821 -id: 86 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1450 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3822 …} -orderItems: Doctrine\ORM\PersistentCollection {#3824 …} -name: null -locale: null } +attr: [ "data-chained" => 6 ] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4837 +label: " 6.00" +value: "100" +data: App\Entity\Caliber {#3826 -id: 100 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1456 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3827 …} -orderItems: Doctrine\ORM\PersistentCollection {#3829 …} -name: null -locale: null } +attr: [ "data-chained" => 7 ] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4838 +label: " 6.00" +value: "114" +data: App\Entity\Caliber {#3831 -id: 114 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3832 …} -orderItems: Doctrine\ORM\PersistentCollection {#3834 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4839 +label: " 6.00" +value: "132" +data: App\Entity\Caliber {#3836 -id: 132 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1468 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3837 …} -orderItems: Doctrine\ORM\PersistentCollection {#3839 …} -name: null -locale: null } +attr: [ "data-chained" => 9 ] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4840 +label: " 6.00" +value: "146" +data: App\Entity\Caliber {#3841 -id: 146 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1474 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3842 …} -orderItems: Doctrine\ORM\PersistentCollection {#3844 …} -name: null -locale: null } +attr: [ "data-chained" => 10 ] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4841 +label: " 6.00" +value: "161" +data: App\Entity\Caliber {#3846 -id: 161 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1480 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3847 …} -orderItems: Doctrine\ORM\PersistentCollection {#3849 …} -name: null -locale: null } +attr: [ "data-chained" => 11 ] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4842 +label: " 6.00" +value: "175" +data: App\Entity\Caliber {#3851 -id: 175 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1486 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3852 …} -orderItems: Doctrine\ORM\PersistentCollection {#3854 …} -name: null -locale: null } +attr: [ "data-chained" => 12 ] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4843 +label: " 6.00" +value: "189" +data: App\Entity\Caliber {#3856 -id: 189 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1492 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3857 …} -orderItems: Doctrine\ORM\PersistentCollection {#3859 …} -name: null -locale: null } +attr: [ "data-chained" => 13 ] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4844 +label: " 6.00" +value: "203" +data: App\Entity\Caliber {#3861 -id: 203 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3862 …} -orderItems: Doctrine\ORM\PersistentCollection {#3864 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4845 +label: " 6.00" +value: "218" +data: App\Entity\Caliber {#3866 -id: 218 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1504 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3867 …} -orderItems: Doctrine\ORM\PersistentCollection {#3869 …} -name: null -locale: null } +attr: [ "data-chained" => 15 ] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4846 +label: " 6.00" +value: "233" +data: App\Entity\Caliber {#3871 -id: 233 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1510 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3872 …} -orderItems: Doctrine\ORM\PersistentCollection {#3874 …} -name: null -locale: null } +attr: [ "data-chained" => 16 ] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4847 +label: " 6.00" +value: "248" +data: App\Entity\Caliber {#3876 -id: 248 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1516 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3877 …} -orderItems: Doctrine\ORM\PersistentCollection {#3879 …} -name: null -locale: null } +attr: [ "data-chained" => 17 ] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4848 +label: " 6.00" +value: "262" +data: App\Entity\Caliber {#3881 -id: 262 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1522 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3882 …} -orderItems: Doctrine\ORM\PersistentCollection {#3884 …} -name: null -locale: null } +attr: [ "data-chained" => 18 ] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4849 +label: " 6.00" +value: "350" +data: App\Entity\Caliber {#3886 -id: 350 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1552 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3887 …} -orderItems: Doctrine\ORM\PersistentCollection {#3889 …} -name: null -locale: null } +attr: [ "data-chained" => 120 ] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4850 +label: " 6.00" +value: "364" +data: App\Entity\Caliber {#3891 -id: 364 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1558 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3892 …} -orderItems: Doctrine\ORM\PersistentCollection {#3894 …} -name: null -locale: null } +attr: [ "data-chained" => 121 ] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4851 +label: " 6.00" +value: "378" +data: App\Entity\Caliber {#3896 -id: 378 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1564 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3897 …} -orderItems: Doctrine\ORM\PersistentCollection {#3899 …} -name: null -locale: null } +attr: [ "data-chained" => 122 ] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4852 +label: " 6.00" +value: "392" +data: App\Entity\Caliber {#3901 -id: 392 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1570 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3902 …} -orderItems: Doctrine\ORM\PersistentCollection {#3904 …} -name: null -locale: null } +attr: [ "data-chained" => 123 ] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4853 +label: " 6.00" +value: "406" +data: App\Entity\Caliber {#3906 -id: 406 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1576 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3907 …} -orderItems: Doctrine\ORM\PersistentCollection {#3909 …} -name: null -locale: null } +attr: [ "data-chained" => 124 ] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4854 +label: " 6.00" +value: "420" +data: App\Entity\Caliber {#3911 -id: 420 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1582 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3912 …} -orderItems: Doctrine\ORM\PersistentCollection {#3914 …} -name: null -locale: null } +attr: [ "data-chained" => 125 ] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4855 +label: " 6.00" +value: "434" +data: App\Entity\Caliber {#3916 -id: 434 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1588 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3917 …} -orderItems: Doctrine\ORM\PersistentCollection {#3919 …} -name: null -locale: null } +attr: [ "data-chained" => 126 ] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4856 +label: " 6.00" +value: "448" +data: App\Entity\Caliber {#3921 -id: 448 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1594 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3922 …} -orderItems: Doctrine\ORM\PersistentCollection {#3924 …} -name: null -locale: null } +attr: [ "data-chained" => 127 ] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4857 +label: " 6.00" +value: "474" +data: App\Entity\Caliber {#3926 -id: 474 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1612 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3927 …} -orderItems: Doctrine\ORM\PersistentCollection {#3929 …} -name: null -locale: null } +attr: [ "data-chained" => 166 ] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4858 +label: " 6.00" +value: "488" +data: App\Entity\Caliber {#3931 -id: 488 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3932 …} -orderItems: Doctrine\ORM\PersistentCollection {#3934 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4859 +label: " 6.00" +value: "504" +data: App\Entity\Caliber {#3936 -id: 504 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1624 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3937 …} -orderItems: Doctrine\ORM\PersistentCollection {#3939 …} -name: null -locale: null } +attr: [ "data-chained" => 168 ] +labelTranslationParameters: [] } 518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4860 +label: " 6.00" +value: "518" +data: App\Entity\Caliber {#3941 -id: 518 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1630 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3942 …} -orderItems: Doctrine\ORM\PersistentCollection {#3944 …} -name: null -locale: null } +attr: [ "data-chained" => 169 ] +labelTranslationParameters: [] } 532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4861 +label: " 6.00" +value: "532" +data: App\Entity\Caliber {#3946 -id: 532 -caliber: "6.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3947 …} -orderItems: Doctrine\ORM\PersistentCollection {#3949 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4862 +label: " 7.00" +value: "71" +data: App\Entity\Caliber {#3951 -id: 71 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3952 …} -orderItems: Doctrine\ORM\PersistentCollection {#3954 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4863 +label: " 7.00" +value: "115" +data: App\Entity\Caliber {#3956 -id: 115 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3957 …} -orderItems: Doctrine\ORM\PersistentCollection {#3959 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4864 +label: " 7.00" +value: "489" +data: App\Entity\Caliber {#3961 -id: 489 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3962 …} -orderItems: Doctrine\ORM\PersistentCollection {#3964 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4865 +label: " 7.00" +value: "533" +data: App\Entity\Caliber {#3966 -id: 533 -caliber: "7.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3967 …} -orderItems: Doctrine\ORM\PersistentCollection {#3969 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4866 +label: " 8.00" +value: "72" +data: App\Entity\Caliber {#3971 -id: 72 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1444 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3972 …} -orderItems: Doctrine\ORM\PersistentCollection {#3974 …} -name: null -locale: null } +attr: [ "data-chained" => 5 ] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4867 +label: " 8.00" +value: "116" +data: App\Entity\Caliber {#3976 -id: 116 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1462 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3977 …} -orderItems: Doctrine\ORM\PersistentCollection {#3979 …} -name: null -locale: null } +attr: [ "data-chained" => 8 ] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4868 +label: " 8.00" +value: "204" +data: App\Entity\Caliber {#3981 -id: 204 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1498 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3982 …} -orderItems: Doctrine\ORM\PersistentCollection {#3984 …} -name: null -locale: null } +attr: [ "data-chained" => 14 ] +labelTranslationParameters: [] } 490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4869 +label: " 8.00" +value: "490" +data: App\Entity\Caliber {#3986 -id: 490 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1618 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3987 …} -orderItems: Doctrine\ORM\PersistentCollection {#3989 …} -name: null -locale: null } +attr: [ "data-chained" => 167 ] +labelTranslationParameters: [] } 534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4870 +label: " 8.00" +value: "534" +data: App\Entity\Caliber {#3991 -id: 534 -caliber: "8.00" -productCombination: Proxies\__CG__\App\Entity\ProductCombination {#1636 …} -active: true -addToCarts: Doctrine\ORM\PersistentCollection {#3992 …} -orderItems: Doctrine\ORM\PersistentCollection {#3994 …} -name: null -locale: null } +attr: [ "data-chained" => 170 ] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4338 -form: Symfony\Component\Form\Form {#4102 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4345 …5} |
full_name | "add_to_cart[caliber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_cart_caliber" |
is_selected | Closure($choice, $value) {#4872 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Kalibar" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "caliber" |
placeholder | "Odaberi kalibar/dimenzije" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart_caliber" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "0776186c8e3a0078150f6e3fb3.-X0SBH0RV4ptheOa98TL6TbdfIUqj_FTR9bEtg1-oKk.oxFGdDR0G78Gz9DgsoePun-ZCqha2Zg9AeGs2EQQkfmTNUswGUce3z790w" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "0776186c8e3a0078150f6e3fb3.-X0SBH0RV4ptheOa98TL6TbdfIUqj_FTR9bEtg1-oKk.oxFGdDR0G78Gz9DgsoePun-ZCqha2Zg9AeGs2EQQkfmTNUswGUce3z790w" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1200 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1202 …} -namespace: Closure() {#1204 …} } |
data | "0776186c8e3a0078150f6e3fb3.-X0SBH0RV4ptheOa98TL6TbdfIUqj_FTR9bEtg1-oKk.oxFGdDR0G78Gz9DgsoePun-ZCqha2Zg9AeGs2EQQkfmTNUswGUce3z790w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#403 …} $message: Closure() {#4874 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_add_to_cart__token" ] |
cache_key | "_add_to_cart__token_hidden" |
compound | false |
data | "0776186c8e3a0078150f6e3fb3.-X0SBH0RV4ptheOa98TL6TbdfIUqj_FTR9bEtg1-oKk.oxFGdDR0G78Gz9DgsoePun-ZCqha2Zg9AeGs2EQQkfmTNUswGUce3z790w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4887 -form: Symfony\Component\Form\Form {#4883 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4878 …5} |
full_name | "add_to_cart[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_cart__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart__token" |
valid | true |
value | "0776186c8e3a0078150f6e3fb3.-X0SBH0RV4ptheOa98TL6TbdfIUqj_FTR9bEtg1-oKk.oxFGdDR0G78Gz9DgsoePun-ZCqha2Zg9AeGs2EQQkfmTNUswGUce3z790w" |