- Request / Response
- Performance
- Validator
- Forms 1
- Exception
- Logs 423
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- Doctrine 5
- Migrations 13
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
mode
-
1category_id
-
name
-
pageno
-
disp_number
-
orderby
-
maker_id
-
vehicle_model_id
-
year_model_id
-
brand_id
-
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "mode" => null "category_id" => [] "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } "maker_id" => null "vehicle_model_id" => null "year_model_id" => null "brand_id" => [] ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4216 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4114 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4218 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#4217 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product" "_" ] |
| cache_key | "__search_product" |
| compound | true |
| data | [ "mode" => null "category_id" => [] "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } "maker_id" => null "vehicle_model_id" => null "year_model_id" => null "brand_id" => [] ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9359 -form: Symfony\Component\Form\Form {#5993 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6460 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | false |
| value | [ "mode" => null "category_id" => [] "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } "maker_id" => null "vehicle_model_id" => null "year_model_id" => null "brand_id" => [] ] |
mode
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "search" |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "search" |
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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data | "search" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4114 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5743 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_mode" ] |
| cache_key | "_mode_hidden" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9371 -form: Symfony\Component\Form\Form {#5996 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9367 …5} |
| full_name | "mode" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mode" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mode" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_mode" |
| valid | true |
| value | "" |
category_id
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Errors
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "Name" |
same as passed value |
| choice_value | Closure(Category $Category = null) {#5457 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#4272 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4282 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4280 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4540 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4278 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4276 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4531 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4524 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4517 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4519 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4518 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4516 …} -Children: Doctrine\ORM\PersistentCollection {#4513 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4275 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4273 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4277 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4270 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4506 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4535 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4534 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4507 …} -Children: Doctrine\ORM\PersistentCollection {#4510 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4511 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4547 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4553 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4551 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4552 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4560 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4567 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4574 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4581 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4588 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4595 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4602 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4609 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4616 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4550 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4549 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4621 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4622 …} -Children: Doctrine\ORM\PersistentCollection {#4625 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4630 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4628 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4631 …} -Children: Doctrine\ORM\PersistentCollection {#4634 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4637 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4646 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4626 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4627 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4647 …} -Children: Doctrine\ORM\PersistentCollection {#4650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4651 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4656 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4644 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4645 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4657 …} -Children: Doctrine\ORM\PersistentCollection {#4660 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4667 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4665 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4668 …} -Children: Doctrine\ORM\PersistentCollection {#4671 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4674 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4681 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4688 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4695 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4702 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4709 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4716 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4723 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4663 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4664 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4728 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4737 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4735 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4738 …} -Children: Doctrine\ORM\PersistentCollection {#4741 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4744 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4751 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4756 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4661 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4662 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4757 …} -Children: Doctrine\ORM\PersistentCollection {#4760 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4763 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4761 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4762 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4772 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4734 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4733 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4773 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4777 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4782 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4770 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4771 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4786 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4793 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4791 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4794 …} -Children: Doctrine\ORM\PersistentCollection {#4797 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4800 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4807 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4814 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4821 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4828 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4788 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4787 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4833 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4834 …} -Children: Doctrine\ORM\PersistentCollection {#4837 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4842 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4840 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4843 …} -Children: Doctrine\ORM\PersistentCollection {#4846 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4849 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4856 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4863 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4870 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4877 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4884 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4838 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4839 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4889 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4890 …} -Children: Doctrine\ORM\PersistentCollection {#4893 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4898 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4896 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4897 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4899 …} -Children: Doctrine\ORM\PersistentCollection {#4902 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4905 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4789 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4790 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4910 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4911 …} -Children: Doctrine\ORM\PersistentCollection {#4914 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4919 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4917 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4920 …} -Children: Doctrine\ORM\PersistentCollection {#4923 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4926 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4933 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4940 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4947 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4954 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4961 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4915 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4916 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4966 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4975 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4973 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4976 …} -Children: Doctrine\ORM\PersistentCollection {#4979 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4982 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4989 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4996 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5003 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5010 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5017 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5024 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5031 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4971 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4972 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5036 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5045 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5043 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5046 …} -Children: Doctrine\ORM\PersistentCollection {#5049 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5052 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5059 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5066 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5073 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5080 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5087 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5041 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5092 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5093 …} -Children: Doctrine\ORM\PersistentCollection {#5096 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5101 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5099 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5108 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5115 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5122 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4894 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4895 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5127 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5128 …} -Children: Doctrine\ORM\PersistentCollection {#5131 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5136 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5134 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5143 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5150 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5157 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5164 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5171 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5098 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5097 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5176 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5177 …} -Children: Doctrine\ORM\PersistentCollection {#5180 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5185 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5183 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5184 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5186 …} -Children: Doctrine\ORM\PersistentCollection {#5189 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5192 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5199 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5206 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5133 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5132 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5211 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5212 …} -Children: Doctrine\ORM\PersistentCollection {#5215 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5220 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5218 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5227 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5234 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5241 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5248 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5255 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5262 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5269 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5276 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5281 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5217 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5216 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5282 …} -Children: Doctrine\ORM\PersistentCollection {#5285 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5286 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5181 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5287 …} -Children: Doctrine\ORM\PersistentCollection {#5290 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5295 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5293 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5294 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5296 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5302 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5309 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5316 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5323 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5330 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5339 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5344 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5337 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5338 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5353 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5351 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5352 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5360 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5367 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5372 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5291 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5292 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5373 …} -Children: Doctrine\ORM\PersistentCollection {#5376 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5379 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5378 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5386 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5391 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5349 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5350 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5392 …} -Children: Doctrine\ORM\PersistentCollection {#5395 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5402 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5396 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5397 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5407 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5398 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5399 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5411 …} -Parent: Eccube\Entity\Category {#5402} -Creator: null } Eccube\Entity\Category {#5412 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5400 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5401 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5413 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: Eccube\Entity\Category {#5407} -Creator: null } Eccube\Entity\Category {#5421 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5417 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5418 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5422 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5426 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5419 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5420 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5421} -Creator: null } ] |
[ Eccube\Entity\Category {#4272 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4282 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4280 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4540 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4278 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4276 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4531 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4524 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4517 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4519 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4518 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4516 …} -Children: Doctrine\ORM\PersistentCollection {#4513 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4275 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4273 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4277 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4270 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4506 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4535 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4534 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4507 …} -Children: Doctrine\ORM\PersistentCollection {#4510 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4511 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4547 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4553 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4551 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4552 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4560 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4567 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4574 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4581 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4588 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4595 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4602 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4609 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4616 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4550 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4549 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4621 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4622 …} -Children: Doctrine\ORM\PersistentCollection {#4625 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4630 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4628 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4631 …} -Children: Doctrine\ORM\PersistentCollection {#4634 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4637 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4646 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4626 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4627 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4647 …} -Children: Doctrine\ORM\PersistentCollection {#4650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4651 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4656 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4644 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4645 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4657 …} -Children: Doctrine\ORM\PersistentCollection {#4660 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4667 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4665 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4668 …} -Children: Doctrine\ORM\PersistentCollection {#4671 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4674 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4681 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4688 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4695 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4702 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4709 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4716 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4723 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4663 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4664 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4728 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4737 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4735 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4738 …} -Children: Doctrine\ORM\PersistentCollection {#4741 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4744 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4751 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4756 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4661 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4662 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4757 …} -Children: Doctrine\ORM\PersistentCollection {#4760 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4763 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4761 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4762 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4772 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4734 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4733 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4773 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4777 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4782 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4770 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4771 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4786 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4793 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4791 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4794 …} -Children: Doctrine\ORM\PersistentCollection {#4797 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4800 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4807 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4814 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4821 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4828 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4788 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4787 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4833 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4834 …} -Children: Doctrine\ORM\PersistentCollection {#4837 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4842 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4840 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4843 …} -Children: Doctrine\ORM\PersistentCollection {#4846 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4849 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4856 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4863 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4870 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4877 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4884 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4838 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4839 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4889 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4890 …} -Children: Doctrine\ORM\PersistentCollection {#4893 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4898 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4896 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4897 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4899 …} -Children: Doctrine\ORM\PersistentCollection {#4902 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4905 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4789 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4790 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4910 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4911 …} -Children: Doctrine\ORM\PersistentCollection {#4914 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4919 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4917 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4920 …} -Children: Doctrine\ORM\PersistentCollection {#4923 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4926 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4933 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4940 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4947 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4954 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4961 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4915 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4916 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4966 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4975 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4973 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4976 …} -Children: Doctrine\ORM\PersistentCollection {#4979 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4982 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4989 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4996 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5003 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5010 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5017 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5024 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5031 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4971 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4972 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5036 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5045 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5043 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5046 …} -Children: Doctrine\ORM\PersistentCollection {#5049 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5052 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5059 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5066 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5073 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5080 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5087 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5041 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5092 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5093 …} -Children: Doctrine\ORM\PersistentCollection {#5096 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5101 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5099 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5108 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5115 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5122 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4894 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4895 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5127 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5128 …} -Children: Doctrine\ORM\PersistentCollection {#5131 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5136 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5134 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5143 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5150 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5157 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5164 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5171 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5098 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5097 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5176 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5177 …} -Children: Doctrine\ORM\PersistentCollection {#5180 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5185 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5183 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5184 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5186 …} -Children: Doctrine\ORM\PersistentCollection {#5189 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5192 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5199 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5206 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5133 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5132 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5211 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5212 …} -Children: Doctrine\ORM\PersistentCollection {#5215 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5220 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5218 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5227 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5234 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5241 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5248 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5255 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5262 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5269 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5276 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5281 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5217 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5216 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5282 …} -Children: Doctrine\ORM\PersistentCollection {#5285 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5286 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5181 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5287 …} -Children: Doctrine\ORM\PersistentCollection {#5290 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5295 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5293 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5294 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5296 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5302 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5309 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5316 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5323 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5330 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5339 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5344 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5337 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5338 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5353 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5351 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5352 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5360 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5367 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5372 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5291 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5292 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5373 …} -Children: Doctrine\ORM\PersistentCollection {#5376 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5379 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5378 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5386 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5391 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5349 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5350 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5392 …} -Children: Doctrine\ORM\PersistentCollection {#5395 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5402 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5396 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5397 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5407 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5398 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5399 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5411 …} -Parent: Eccube\Entity\Category {#5402} -Creator: null } Eccube\Entity\Category {#5412 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5400 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5401 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5413 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: Eccube\Entity\Category {#5407} -Creator: null } Eccube\Entity\Category {#5421 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5417 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5418 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5422 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5426 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5419 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5420 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5421} -Creator: null } ] |
| multiple | 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 | null |
| choice_filter | null |
| choice_label | "Name" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(Category $Category = null) {#5457 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
| choices | [ Eccube\Entity\Category {#4272 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4282 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4280 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4540 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4278 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4276 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4531 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4524 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4517 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4519 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4518 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4516 …} -Children: Doctrine\ORM\PersistentCollection {#4513 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4275 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4273 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4277 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4270 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4506 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4535 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4534 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4507 …} -Children: Doctrine\ORM\PersistentCollection {#4510 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4511 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4547 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4553 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4551 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4552 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4560 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4567 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4574 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4581 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4588 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4595 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4602 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4609 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4616 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4550 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4549 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4621 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4622 …} -Children: Doctrine\ORM\PersistentCollection {#4625 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4630 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4628 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4631 …} -Children: Doctrine\ORM\PersistentCollection {#4634 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4637 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4646 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4626 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4627 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4647 …} -Children: Doctrine\ORM\PersistentCollection {#4650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4651 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4656 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4644 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4645 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4657 …} -Children: Doctrine\ORM\PersistentCollection {#4660 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4667 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4665 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4668 …} -Children: Doctrine\ORM\PersistentCollection {#4671 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4674 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4681 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4688 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4695 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4702 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4709 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4716 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4723 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4663 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4664 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4728 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4737 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4735 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4738 …} -Children: Doctrine\ORM\PersistentCollection {#4741 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4744 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4751 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4756 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4661 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4662 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4757 …} -Children: Doctrine\ORM\PersistentCollection {#4760 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4763 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4761 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4762 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4772 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4734 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4733 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4773 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4777 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4782 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4770 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4771 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4786 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4793 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4791 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4794 …} -Children: Doctrine\ORM\PersistentCollection {#4797 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4800 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4807 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4814 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4821 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4828 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4788 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4787 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4833 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4834 …} -Children: Doctrine\ORM\PersistentCollection {#4837 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4842 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4840 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4843 …} -Children: Doctrine\ORM\PersistentCollection {#4846 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4849 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4856 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4863 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4870 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4877 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4884 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4838 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4839 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4889 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4890 …} -Children: Doctrine\ORM\PersistentCollection {#4893 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4898 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4896 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4897 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4899 …} -Children: Doctrine\ORM\PersistentCollection {#4902 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4905 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4789 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4790 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4910 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4911 …} -Children: Doctrine\ORM\PersistentCollection {#4914 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4919 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4917 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4920 …} -Children: Doctrine\ORM\PersistentCollection {#4923 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4926 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4933 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4940 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4947 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4954 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4961 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4915 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4916 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4966 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4975 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4973 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4976 …} -Children: Doctrine\ORM\PersistentCollection {#4979 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4982 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4989 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#4996 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5003 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5010 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5017 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5024 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5031 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4971 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4972 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5036 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5045 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5043 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5046 …} -Children: Doctrine\ORM\PersistentCollection {#5049 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5052 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5059 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5066 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5073 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5080 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5087 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5041 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5092 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5093 …} -Children: Doctrine\ORM\PersistentCollection {#5096 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5101 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5099 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5108 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5115 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5122 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4894 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4895 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5127 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5128 …} -Children: Doctrine\ORM\PersistentCollection {#5131 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5136 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5134 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5143 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5150 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5157 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5164 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5171 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5098 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5097 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5176 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5177 …} -Children: Doctrine\ORM\PersistentCollection {#5180 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5185 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5183 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5184 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5186 …} -Children: Doctrine\ORM\PersistentCollection {#5189 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5192 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5199 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5206 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5133 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5132 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5211 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5212 …} -Children: Doctrine\ORM\PersistentCollection {#5215 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5220 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5218 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5227 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5234 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5241 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5248 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5255 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5262 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5269 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5276 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5281 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5217 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5216 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5282 …} -Children: Doctrine\ORM\PersistentCollection {#5285 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5286 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5181 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5287 …} -Children: Doctrine\ORM\PersistentCollection {#5290 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5295 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5293 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5294 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5296 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5302 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5309 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5316 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5323 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5330 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5339 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5344 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5337 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5338 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5353 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5351 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5352 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5360 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5367 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5372 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5291 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5292 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5373 …} -Children: Doctrine\ORM\PersistentCollection {#5376 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5379 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5378 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5386 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } Eccube\Entity\Category {#5391 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5349 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5350 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5392 …} -Children: Doctrine\ORM\PersistentCollection {#5395 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5402 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5396 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5397 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5407 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5398 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5399 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5411 …} -Parent: Eccube\Entity\Category {#5402} -Creator: null } Eccube\Entity\Category {#5412 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5400 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5401 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5413 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: Eccube\Entity\Category {#5407} -Creator: null } Eccube\Entity\Category {#5421 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5417 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5418 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5422 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5426 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5419 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5420 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5421} -Creator: null } ] |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| 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 | [] |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5832 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_category_id" ] |
| cache_key | "_category_id_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9380 +label: "カジュアル" +value: "13" +data: Eccube\Entity\Category {#4272 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4282 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4280 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9373 +label: "T-シャツ・シャツ" +value: "52" +data: Eccube\Entity\Category {#4540 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4278 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4276 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9381 +label: "ボトムス" +value: "53" +data: Eccube\Entity\Category {#4531 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9396 +label: "ジャケット・パーカー" +value: "54" +data: Eccube\Entity\Category {#4524 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9398 +label: "帽子" +value: "55" +data: Eccube\Entity\Category {#4517 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4519 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4518 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4516 …} -Children: Doctrine\ORM\PersistentCollection {#4513 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9399 +label: "その他" +value: "56" +data: Eccube\Entity\Category {#4275 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4273 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4277 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4270 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4272} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9400 +label: "ライダーギア" +value: "12" +data: Eccube\Entity\Category {#4506 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4535 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4534 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4507 …} -Children: Doctrine\ORM\PersistentCollection {#4510 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9401 +label: "ヘルメット" +value: "42" +data: Eccube\Entity\Category {#4511 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4547 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9402 +label: "ブーツ" +value: "43" +data: Eccube\Entity\Category {#4553 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4551 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4552 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9403 +label: "ゴーグル" +value: "44" +data: Eccube\Entity\Category {#4560 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9404 +label: "ジャージ、パンツ" +value: "45" +data: Eccube\Entity\Category {#4567 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9405 +label: "グローブ" +value: "46" +data: Eccube\Entity\Category {#4574 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9406 +label: "プロテクション" +value: "47" +data: Eccube\Entity\Category {#4581 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9407 +label: "バッグ" +value: "48" +data: Eccube\Entity\Category {#4588 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9408 +label: "アンダー、インナー" +value: "49" +data: Eccube\Entity\Category {#4595 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9409 +label: "ジャケット" +value: "50" +data: Eccube\Entity\Category {#4602 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9410 +label: "レインウエア" +value: "51" +data: Eccube\Entity\Category {#4609 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9411 +label: "マテリアル" +value: "11" +data: Eccube\Entity\Category {#4616 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4550 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4549 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9412 +label: "CNC" +value: "39" +data: Eccube\Entity\Category {#4621 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4622 …} -Children: Doctrine\ORM\PersistentCollection {#4625 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9413 +label: "カーボン" +value: "40" +data: Eccube\Entity\Category {#4630 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4628 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4631 …} -Children: Doctrine\ORM\PersistentCollection {#4634 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9414 +label: "チタン" +value: "41" +data: Eccube\Entity\Category {#4637 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9415 +label: "競技" +value: "10" +data: Eccube\Entity\Category {#4646 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4626 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4627 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4647 …} -Children: Doctrine\ORM\PersistentCollection {#4650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9416 +label: "ラリー" +value: "35" +data: Eccube\Entity\Category {#4651 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9417 +label: "ラリーキット" +value: "124" +data: Eccube\Entity\Category {#4656 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4644 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4645 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4657 …} -Children: Doctrine\ORM\PersistentCollection {#4660 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9418 +label: "ラリーカウル" +value: "125" +data: Eccube\Entity\Category {#4667 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4665 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4668 …} -Children: Doctrine\ORM\PersistentCollection {#4671 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9419 +label: "ラリーマップホルダー" +value: "126" +data: Eccube\Entity\Category {#4674 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9420 +label: "シート" +value: "127" +data: Eccube\Entity\Category {#4681 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9421 +label: "スイッチ・コンピューター" +value: "128" +data: Eccube\Entity\Category {#4688 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9422 +label: "ダンパー" +value: "129" +data: Eccube\Entity\Category {#4695 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9423 +label: "タンク" +value: "130" +data: Eccube\Entity\Category {#4702 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9424 +label: "サスペンション" +value: "131" +data: Eccube\Entity\Category {#4709 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9425 +label: "エキゾースト" +value: "132" +data: Eccube\Entity\Category {#4716 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4651} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9426 +label: "スーパーモタード" +value: "36" +data: Eccube\Entity\Category {#4723 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4663 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4664 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9427 +label: "ホイール" +value: "133" +data: Eccube\Entity\Category {#4728 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9428 +label: "ブレーキ" +value: "134" +data: Eccube\Entity\Category {#4737 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4735 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4738 …} -Children: Doctrine\ORM\PersistentCollection {#4741 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9429 +label: "サスペンション" +value: "135" +data: Eccube\Entity\Category {#4744 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9430 +label: "エキゾースト" +value: "136" +data: Eccube\Entity\Category {#4751 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4723} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9431 +label: "エンデューロ" +value: "37" +data: Eccube\Entity\Category {#4756 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4661 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4662 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4757 …} -Children: Doctrine\ORM\PersistentCollection {#4760 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9432 +label: "モトクロス" +value: "38" +data: Eccube\Entity\Category {#4763 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4761 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4762 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9433 +label: "スペシャルパーツ" +value: "9" +data: Eccube\Entity\Category {#4772 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4734 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4733 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4773 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9434 +label: "シャーシー・フレーム" +value: "25" +data: Eccube\Entity\Category {#4777 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9435 +label: "サスペンション" +value: "62" +data: Eccube\Entity\Category {#4782 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4770 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4771 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4786 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9436 +label: "スイングアーム・リンク" +value: "63" +data: Eccube\Entity\Category {#4793 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4791 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4794 …} -Children: Doctrine\ORM\PersistentCollection {#4797 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9437 +label: "トリプルクランプ" +value: "64" +data: Eccube\Entity\Category {#4800 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9438 +label: "ステアリングダンパー" +value: "65" +data: Eccube\Entity\Category {#4807 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9439 +label: "サイドスタンド" +value: "66" +data: Eccube\Entity\Category {#4814 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9440 +label: "その他" +value: "67" +data: Eccube\Entity\Category {#4821 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4777} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9441 +label: "ハンドル・操作系" +value: "26" +data: Eccube\Entity\Category {#4828 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4788 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4787 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9442 +label: "ハンドル" +value: "68" +data: Eccube\Entity\Category {#4833 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4834 …} -Children: Doctrine\ORM\PersistentCollection {#4837 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9443 +label: "グリップ" +value: "69" +data: Eccube\Entity\Category {#4842 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4840 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4843 …} -Children: Doctrine\ORM\PersistentCollection {#4846 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9444 +label: "ペダル" +value: "70" +data: Eccube\Entity\Category {#4849 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9445 +label: "フットペグ・ステップ関連" +value: "71" +data: Eccube\Entity\Category {#4856 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9446 +label: "レバー類" +value: "72" +data: Eccube\Entity\Category {#4863 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9447 +label: "スイッチ類" +value: "73" +data: Eccube\Entity\Category {#4870 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9448 +label: "その他" +value: "74" +data: Eccube\Entity\Category {#4877 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4828} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9449 +label: "吸排気系" +value: "27" +data: Eccube\Entity\Category {#4884 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4838 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4839 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9450 +label: "エキゾースト" +value: "75" +data: Eccube\Entity\Category {#4889 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4890 …} -Children: Doctrine\ORM\PersistentCollection {#4893 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9451 +label: "インテーク" +value: "76" +data: Eccube\Entity\Category {#4898 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4896 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4897 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4899 …} -Children: Doctrine\ORM\PersistentCollection {#4902 …} -Parent: Eccube\Entity\Category {#4884} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9452 +label: "駆動系" +value: "28" +data: Eccube\Entity\Category {#4905 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4789 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4790 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9453 +label: "ホイール" +value: "77" +data: Eccube\Entity\Category {#4910 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4911 …} -Children: Doctrine\ORM\PersistentCollection {#4914 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9454 +label: "スプロケット" +value: "78" +data: Eccube\Entity\Category {#4919 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4917 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4920 …} -Children: Doctrine\ORM\PersistentCollection {#4923 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9455 +label: "チェーン" +value: "79" +data: Eccube\Entity\Category {#4926 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9456 +label: "チェーンガイド" +value: "80" +data: Eccube\Entity\Category {#4933 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9457 +label: "チェーンスライダー" +value: "81" +data: Eccube\Entity\Category {#4940 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9458 +label: "アクスルプーラー" +value: "82" +data: Eccube\Entity\Category {#4947 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9459 +label: "その他" +value: "83" +data: Eccube\Entity\Category {#4954 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9460 +label: "ガード" +value: "29" +data: Eccube\Entity\Category {#4961 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4915 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4916 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9461 +label: "ハンドガード" +value: "84" +data: Eccube\Entity\Category {#4966 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9462 +label: "エキゾーストガード" +value: "85" +data: Eccube\Entity\Category {#4975 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4973 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4976 …} -Children: Doctrine\ORM\PersistentCollection {#4979 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9463 +label: "スライダー" +value: "86" +data: Eccube\Entity\Category {#4982 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9464 +label: "アンダーガード" +value: "87" +data: Eccube\Entity\Category {#4989 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9465 +label: "ディスクガード" +value: "88" +data: Eccube\Entity\Category {#4996 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9466 +label: "エンジンガード" +value: "89" +data: Eccube\Entity\Category {#5003 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9467 +label: "ラジエターガード" +value: "90" +data: Eccube\Entity\Category {#5010 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9468 +label: "フレームガード" +value: "91" +data: Eccube\Entity\Category {#5017 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9469 +label: "その他" +value: "92" +data: Eccube\Entity\Category {#5024 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4961} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9470 +label: "外装系" +value: "30" +data: Eccube\Entity\Category {#5031 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4971 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4972 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9471 +label: "外装" +value: "93" +data: Eccube\Entity\Category {#5036 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9472 +label: "グラフィック" +value: "94" +data: Eccube\Entity\Category {#5045 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5043 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5046 …} -Children: Doctrine\ORM\PersistentCollection {#5049 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9473 +label: "シート" +value: "95" +data: Eccube\Entity\Category {#5052 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9474 +label: "タンク" +value: "96" +data: Eccube\Entity\Category {#5059 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9475 +label: "カウル" +value: "97" +data: Eccube\Entity\Category {#5066 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9476 +label: "ボルト類" +value: "98" +data: Eccube\Entity\Category {#5073 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9477 +label: "その他" +value: "99" +data: Eccube\Entity\Category {#5080 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5031} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9478 +label: "エンジン系" +value: "31" +data: Eccube\Entity\Category {#5087 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5041 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9479 +label: "エンジン" +value: "100" +data: Eccube\Entity\Category {#5092 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5093 …} -Children: Doctrine\ORM\PersistentCollection {#5096 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9480 +label: "エンジンカバー" +value: "101" +data: Eccube\Entity\Category {#5101 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5099 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9481 +label: "クラッチ・シフト機構" +value: "102" +data: Eccube\Entity\Category {#5108 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9482 +label: "その他" +value: "103" +data: Eccube\Entity\Category {#5115 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5087} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9483 +label: "ブレーキ関連" +value: "32" +data: Eccube\Entity\Category {#5122 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4894 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4895 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9484 +label: "マスターシリンダー" +value: "104" +data: Eccube\Entity\Category {#5127 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5128 …} -Children: Doctrine\ORM\PersistentCollection {#5131 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9485 +label: "キャリパー" +value: "105" +data: Eccube\Entity\Category {#5136 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5134 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9486 +label: "ブレーキディスク" +value: "106" +data: Eccube\Entity\Category {#5143 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9487 +label: "ブレーキペダル" +value: "107" +data: Eccube\Entity\Category {#5150 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9488 +label: "ブレーキホース" +value: "108" +data: Eccube\Entity\Category {#5157 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9489 +label: "その他" +value: "109" +data: Eccube\Entity\Category {#5164 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9490 +label: "積載関連" +value: "33" +data: Eccube\Entity\Category {#5171 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5098 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5097 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9491 +label: "パニア、バッグ" +value: "110" +data: Eccube\Entity\Category {#5176 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5177 …} -Children: Doctrine\ORM\PersistentCollection {#5180 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9492 +label: "キャリア" +value: "111" +data: Eccube\Entity\Category {#5185 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5183 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5184 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5186 …} -Children: Doctrine\ORM\PersistentCollection {#5189 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9493 +label: "液体バッグ" +value: "112" +data: Eccube\Entity\Category {#5192 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9494 +label: "ストラップ" +value: "113" +data: Eccube\Entity\Category {#5199 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9495 +label: "電装系" +value: "34" +data: Eccube\Entity\Category {#5206 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5133 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5132 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#4772} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9496 +label: "ECU" +value: "114" +data: Eccube\Entity\Category {#5211 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5212 …} -Children: Doctrine\ORM\PersistentCollection {#5215 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9497 +label: "オートシフター" +value: "115" +data: Eccube\Entity\Category {#5220 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5218 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9498 +label: "メーター・センサー類" +value: "116" +data: Eccube\Entity\Category {#5227 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9499 +label: "ラリーパーツ" +value: "117" +data: Eccube\Entity\Category {#5234 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9500 +label: "GPS・ナビゲーション" +value: "118" +data: Eccube\Entity\Category {#5241 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9501 +label: "ライト" +value: "119" +data: Eccube\Entity\Category {#5248 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9502 +label: "スイッチ" +value: "120" +data: Eccube\Entity\Category {#5255 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9503 +label: "ウインカー" +value: "121" +data: Eccube\Entity\Category {#5262 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9504 +label: "ETC関連" +value: "122" +data: Eccube\Entity\Category {#5269 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9505 +label: "映像機器" +value: "123" +data: Eccube\Entity\Category {#5276 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5206} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9506 +label: "消耗品、スペアパーツ" +value: "8" +data: Eccube\Entity\Category {#5281 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5217 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5216 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5282 …} -Children: Doctrine\ORM\PersistentCollection {#5285 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9507 +label: "ハンドル関連" +value: "14" +data: Eccube\Entity\Category {#5286 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5181 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5287 …} -Children: Doctrine\ORM\PersistentCollection {#5290 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9508 +label: "シャーシー・足回り" +value: "15" +data: Eccube\Entity\Category {#5295 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5293 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5294 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5296 …} -Children: Doctrine\ORM\PersistentCollection {#5299 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9509 +label: "駆動系" +value: "16" +data: Eccube\Entity\Category {#5302 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9510 +label: "ブレーキ関連" +value: "17" +data: Eccube\Entity\Category {#5309 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9511 +label: "エンジン" +value: "18" +data: Eccube\Entity\Category {#5316 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9512 +label: "吸排気関連" +value: "19" +data: Eccube\Entity\Category {#5323 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9513 +label: "オイル" +value: "20" +data: Eccube\Entity\Category {#5330 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9514 +label: "タイヤ" +value: "21" +data: Eccube\Entity\Category {#5339 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9515 +label: "ラリー" +value: "58" +data: Eccube\Entity\Category {#5344 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5337 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5338 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9516 +label: "スーパーモト" +value: "59" +data: Eccube\Entity\Category {#5353 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5351 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5352 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9517 +label: "エンデューロ" +value: "60" +data: Eccube\Entity\Category {#5360 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9518 +label: "モトクロス" +value: "61" +data: Eccube\Entity\Category {#5367 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9519 +label: "タイヤ関連" +value: "22" +data: Eccube\Entity\Category {#5372 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5291 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5292 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5373 …} -Children: Doctrine\ORM\PersistentCollection {#5376 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9520 +label: "ムース" +value: "23" +data: Eccube\Entity\Category {#5379 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5378 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9521 +label: "その他" +value: "24" +data: Eccube\Entity\Category {#5386 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5281} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4543 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9522 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#5391 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5349 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5350 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5392 …} -Children: Doctrine\ORM\PersistentCollection {#5395 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9523 +label: "ジェラート" +value: "1" +data: Eccube\Entity\Category {#5402 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5396 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5397 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9524 +label: "彩のデザート" +value: "3" +data: Eccube\Entity\Category {#5407 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5398 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5399 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5411 …} -Parent: Eccube\Entity\Category {#5402} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9525 +label: "CUBE" +value: "4" +data: Eccube\Entity\Category {#5412 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5400 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5401 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5413 …} -Children: Doctrine\ORM\PersistentCollection {#5416 …} -Parent: Eccube\Entity\Category {#5407} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9526 +label: "アイスサンド" +value: "5" +data: Eccube\Entity\Category {#5421 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5417 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5418 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5422 …} -Children: Doctrine\ORM\PersistentCollection {#5425 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9527 +label: "フルーツ" +value: "6" +data: Eccube\Entity\Category {#5426 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5419 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5420 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5421} -Creator: null } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9375 -form: Symfony\Component\Form\Form {#5999 …} -errors: [ Symfony\Component\Form\FormError {#6062 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "171" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Form\Exception\TransformationFailedException {#6093 #message: "The choices "171" do not exist in the choice list." #code: 0 #file: "/home/breathfield/breathdev.com/public_html/altair.breathdev.com/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" #line: 205 -invalidMessage: null -invalidMessageParameters: [] trace: { /home/breathfield/breathdev.com/public_html/altair.breathdev.com/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:205 { Symfony\Component\Form\Extension\Core\Type\ChoiceType->Symfony\Component\Form\Extension\Core\Type\{closure} … › › |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9390 …5} |
| full_name | "category_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, array $values) {#9360 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5812 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "category_id" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | false |
| value | [] |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5862 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4114 …} } |
| error_bubbling | false |
| 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 | [] |
| legacy_error_messages | true |
| 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5864 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5861 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_name" ] |
| cache_key | "_name_search" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9528 -form: Symfony\Component\Form\Form {#6002 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9368 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |
pageno
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4114 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5874 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_pageno" ] |
| cache_key | "_pageno_hidden" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9530 -form: Symfony\Component\Form\Form {#6005 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9529 …5} |
| full_name | "pageno" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pageno" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "pageno" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_pageno" |
| valid | true |
| value | "" |
disp_number
"Eccube\Form\Type\Master\ProductListMaxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"20"
|
| Normalized Format | Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4286 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4247 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4286 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4247 #id: 60 #name: "60件" #sort_no: 2 } ] |
| label | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#5898 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5906 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5907 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5905 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4286 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4247 #id: 60 #name: "60件" #sort_no: 2 } ] |
| class | "Eccube\Entity\Master\ProductListMax" |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} |
| 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 {#5905 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | Doctrine\ORM\QueryBuilder {#5908 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5910 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5911 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5912 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5909 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5901 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "product_list_max" "_disp_number" ] |
| cache_key | "_disp_number_product_list_max" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9534 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9533 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4286 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9535 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4247 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListMax {#4239 #id: 20 #name: "20件" #sort_no: 0 } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9532 -form: Symfony\Component\Form\Form {#6008 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9531 …5} |
| full_name | "disp_number" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "disp_number" |
| is_selected | Closure($choice, $value) {#9537 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5812 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "disp_number" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_disp_number" |
| valid | true |
| value | "20" |
orderby
"Eccube\Form\Type\Master\ProductListOrderByType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"1"
|
| Normalized Format | Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4238 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5447 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4238 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5447 #id: 2 #name: "新着順" #sort_no: 2 } ] |
| label | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#5898 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5930 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5931 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5929 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4227 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4238 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5447 #id: 2 #name: "新着順" #sort_no: 2 } ] |
| class | "Eccube\Entity\Master\ProductListOrderBy" |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} |
| 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 {#5929 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4227 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | Doctrine\ORM\QueryBuilder {#5932 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5934 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5935 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5936 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5933 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5927 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "product_list_order_by" "_orderby" ] |
| cache_key | "_orderby_product_list_order_by" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9541 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9540 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4238 #id: 3 #name: "価格が高い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9542 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#5447 #id: 2 #name: "新着順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListOrderBy {#4240 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9538 -form: Symfony\Component\Form\Form {#6011 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9539 …5} |
| full_name | "orderby" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderby" |
| is_selected | Closure($choice, $value) {#9544 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5812 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "orderby" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_orderby" |
| valid | true |
| value | "1" |
maker_id
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "Name" |
same as passed value |
| choice_value | Closure(Maker $Maker = null) {#4242 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
same as passed value |
| choices | [ Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5542 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5541 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5540 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5544 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5543 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5512 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5513 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5569 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5515 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5574 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5575 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5577 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5581 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5588 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5595 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5602 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5609 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5616 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5623 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5630 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5637 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5644 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5651 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5658 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5665 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5542 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5541 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5540 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5544 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5543 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5512 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5513 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5569 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5515 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5574 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5575 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5577 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5581 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5588 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5595 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5602 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5609 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5616 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5623 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5630 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5637 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5644 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5651 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5658 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5665 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
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 | null |
| choice_filter | null |
| choice_label | "Name" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(Maker $Maker = null) {#4242 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
| choices | [ Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5542 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5541 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5540 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5544 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5543 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5512 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5513 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5569 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5515 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5574 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5575 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5577 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5581 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5588 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5595 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5602 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5609 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5616 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5623 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5630 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5637 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5644 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5651 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5658 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5665 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| 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 | [] |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5947 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_maker_id" ] |
| cache_key | "_maker_id_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9549 +label: "VENT" +value: "1" +data: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9551 +label: "Red Moto" +value: "2" +data: Customize\Entity\Maker {#5542 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5541 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5540 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5544 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5543 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9550 +label: "HUSQVARNA(KTM)" +value: "3" +data: Customize\Entity\Maker {#5512 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5513 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5569 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5515 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9553 +label: "KTM" +value: "4" +data: Customize\Entity\Maker {#5574 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5575 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5577 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9554 +label: "GASGAS(KTM)" +value: "5" +data: Customize\Entity\Maker {#5581 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9555 +label: "BETA" +value: "6" +data: Customize\Entity\Maker {#5588 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9556 +label: "HONDA" +value: "7" +data: Customize\Entity\Maker {#5595 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9557 +label: "YAMAHA" +value: "8" +data: Customize\Entity\Maker {#5602 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9558 +label: "SHERCO" +value: "9" +data: Customize\Entity\Maker {#5609 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9559 +label: "FANTIC" +value: "10" +data: Customize\Entity\Maker {#5616 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9560 +label: "BMW" +value: "11" +data: Customize\Entity\Maker {#5623 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9561 +label: "DUCATI" +value: "12" +data: Customize\Entity\Maker {#5630 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9562 +label: "aprilia" +value: "13" +data: Customize\Entity\Maker {#5637 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9563 +label: "MOTO GUZZI" +value: "14" +data: Customize\Entity\Maker {#5644 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9564 +label: "ROYAL ENFIELD" +value: "15" +data: Customize\Entity\Maker {#5651 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9565 +label: "TRIUMPH" +value: "16" +data: Customize\Entity\Maker {#5658 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9566 +label: "tmRACING" +value: "17" +data: Customize\Entity\Maker {#5665 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9545 -form: Symfony\Component\Form\Form {#6014 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9546 …5} |
| full_name | "maker_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "maker_id" |
| is_selected | Closure($choice, $value) {#9547 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5812 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "maker_id" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_maker_id" |
| valid | true |
| value | "" |
vehicle_model_id
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "Name" |
same as passed value |
| choice_value | Closure(VehicleModel $VehicleModel = null) {#5431 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
same as passed value |
| choices | [ Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } ] |
[ Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } ] |
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 | null |
| choice_filter | null |
| choice_label | "Name" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(VehicleModel $VehicleModel = null) {#5431 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
| choices | [ Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } ] |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| 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 | [] |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5958 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_vehicle_model_id" ] |
| cache_key | "_vehicle_model_id_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9570 +label: "BAJA 50" +value: "1" +data: Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9572 +label: "BAJA RR 50" +value: "2" +data: Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9571 +label: "BAJA 125 4T" +value: "3" +data: Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9574 +label: "BAJA RR 125 4T" +value: "4" +data: Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9575 +label: "BAJA 50 2T KIDS" +value: "5" +data: Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9576 +label: "DERAPAGE 50" +value: "6" +data: Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9577 +label: "DERAPAGE RR 50" +value: "7" +data: Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9578 +label: "DERAPAGE 125 4T" +value: "8" +data: Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9579 +label: "DERAPAGE RR 125 4T" +value: "9" +data: Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9567 -form: Symfony\Component\Form\Form {#6017 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9548 …5} |
| full_name | "vehicle_model_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "vehicle_model_id" |
| is_selected | Closure($choice, $value) {#9568 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5812 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "vehicle_model_id" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_vehicle_model_id" |
| valid | true |
| value | "" |
year_model_id
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "Name" |
same as passed value |
| choice_value | Closure(YearModel $YearModel = null) {#5434 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
same as passed value |
| choices | [ Customize\Entity\YearModel {#5716 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } } Customize\Entity\YearModel {#5718 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5679} } Customize\Entity\YearModel {#5719 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } } Customize\Entity\YearModel {#5720 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5683} } Customize\Entity\YearModel {#5721 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } } Customize\Entity\YearModel {#5722 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } Customize\Entity\YearModel {#5723 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } } Customize\Entity\YearModel {#5724 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5689} } Customize\Entity\YearModel {#5725 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } } Customize\Entity\YearModel {#5726 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5692} } Customize\Entity\YearModel {#5727 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } } Customize\Entity\YearModel {#5728 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5695} } Customize\Entity\YearModel {#5729 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } } Customize\Entity\YearModel {#5730 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5698} } Customize\Entity\YearModel {#5731 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } } Customize\Entity\YearModel {#5732 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5701} } Customize\Entity\YearModel {#5733 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } } Customize\Entity\YearModel {#5734 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5704} } ] |
[ Customize\Entity\YearModel {#5716 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } } Customize\Entity\YearModel {#5718 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5679} } Customize\Entity\YearModel {#5719 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } } Customize\Entity\YearModel {#5720 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5683} } Customize\Entity\YearModel {#5721 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } } Customize\Entity\YearModel {#5722 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } Customize\Entity\YearModel {#5723 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } } Customize\Entity\YearModel {#5724 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5689} } Customize\Entity\YearModel {#5725 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } } Customize\Entity\YearModel {#5726 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5692} } Customize\Entity\YearModel {#5727 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } } Customize\Entity\YearModel {#5728 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5695} } Customize\Entity\YearModel {#5729 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } } Customize\Entity\YearModel {#5730 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5698} } Customize\Entity\YearModel {#5731 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } } Customize\Entity\YearModel {#5732 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5701} } Customize\Entity\YearModel {#5733 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } } Customize\Entity\YearModel {#5734 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5704} } ] |
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 | null |
| choice_filter | null |
| choice_label | "Name" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(YearModel $YearModel = null) {#5434 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
| choices | [ Customize\Entity\YearModel {#5716 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } } Customize\Entity\YearModel {#5718 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5679} } Customize\Entity\YearModel {#5719 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } } Customize\Entity\YearModel {#5720 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5683} } Customize\Entity\YearModel {#5721 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } } Customize\Entity\YearModel {#5722 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } Customize\Entity\YearModel {#5723 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } } Customize\Entity\YearModel {#5724 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5689} } Customize\Entity\YearModel {#5725 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } } Customize\Entity\YearModel {#5726 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5692} } Customize\Entity\YearModel {#5727 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } } Customize\Entity\YearModel {#5728 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5695} } Customize\Entity\YearModel {#5729 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } } Customize\Entity\YearModel {#5730 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5698} } Customize\Entity\YearModel {#5731 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } } Customize\Entity\YearModel {#5732 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5701} } Customize\Entity\YearModel {#5733 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } } Customize\Entity\YearModel {#5734 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5704} } ] |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| 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 | [] |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5969 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_year_model_id" ] |
| cache_key | "_year_model_id_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9583 +label: "2024年" +value: "1" +data: Customize\Entity\YearModel {#5716 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5679 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5503 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5546 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5548 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5460 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5504 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5681 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9585 +label: "2023年" +value: "2" +data: Customize\Entity\YearModel {#5718 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5679} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9584 +label: "2024年" +value: "3" +data: Customize\Entity\YearModel {#5719 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5683 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5684 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9587 +label: "2023年" +value: "4" +data: Customize\Entity\YearModel {#5720 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5683} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9588 +label: "2024年" +value: "5" +data: Customize\Entity\YearModel {#5721 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5687 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9589 +label: "2023年" +value: "6" +data: Customize\Entity\YearModel {#5722 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9590 +label: "2024年" +value: "7" +data: Customize\Entity\YearModel {#5723 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5689 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5690 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9591 +label: "2023年" +value: "8" +data: Customize\Entity\YearModel {#5724 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5689} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9592 +label: "2024年" +value: "9" +data: Customize\Entity\YearModel {#5725 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5692 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5693 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9593 +label: "2023年" +value: "10" +data: Customize\Entity\YearModel {#5726 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5692} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9594 +label: "2024年" +value: "11" +data: Customize\Entity\YearModel {#5727 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5695 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5696 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9595 +label: "2023年" +value: "12" +data: Customize\Entity\YearModel {#5728 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5695} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9596 +label: "2024年" +value: "13" +data: Customize\Entity\YearModel {#5729 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5698 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5699 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9597 +label: "2023年" +value: "14" +data: Customize\Entity\YearModel {#5730 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5698} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9598 +label: "2024年" +value: "15" +data: Customize\Entity\YearModel {#5731 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5701 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5702 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9599 +label: "2023年" +value: "16" +data: Customize\Entity\YearModel {#5732 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5701} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9600 +label: "2024年" +value: "17" +data: Customize\Entity\YearModel {#5733 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5704 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5503} #YearModel: Doctrine\ORM\PersistentCollection {#5705 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9601 +label: "2023年" +value: "18" +data: Customize\Entity\YearModel {#5734 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5704} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9580 -form: Symfony\Component\Form\Form {#6020 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9569 …5} |
| full_name | "year_model_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "year_model_id" |
| is_selected | Closure($choice, $value) {#9581 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5812 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "year_model_id" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_year_model_id" |
| valid | true |
| value | "" |
brand_id
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "Name" |
same as passed value |
| choice_value | Closure(Brand $Brand = null) {#5449 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
same as passed value |
| choices | [ Customize\Entity\Brand {#5746 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5738 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5744 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5750 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5748 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5749 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5753 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5752 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5756 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5754 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5759 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5757 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5762 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5760 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5765 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5763 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5768 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5766 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5771 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5769 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5774 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5772 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5777 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5775 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5780 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5778 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5783 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5781 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5786 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5784 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5789 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5787 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5792 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5790 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5795 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5793 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5798 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5796 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5801 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5799 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5804 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5802 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5807 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5805 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5810 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5808 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Brand {#5746 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5738 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5744 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5750 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5748 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5749 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5753 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5752 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5756 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5754 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5759 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5757 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5762 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5760 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5765 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5763 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5768 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5766 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5771 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5769 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5774 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5772 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5777 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5775 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5780 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5778 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5783 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5781 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5786 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5784 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5789 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5787 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5792 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5790 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5795 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5793 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5798 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5796 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5801 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5799 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5804 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5802 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5807 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5805 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5810 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5808 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
| multiple | 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 | null |
| choice_filter | null |
| choice_label | "Name" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(Brand $Brand = null) {#5449 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4115 …} } |
| choices | [ Customize\Entity\Brand {#5746 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5738 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5744 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5750 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5748 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5749 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5753 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5752 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5756 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5754 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5759 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5757 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5762 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5760 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5765 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5763 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5768 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5766 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5771 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5769 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5774 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5772 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5777 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5775 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5780 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5778 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5783 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5781 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5786 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5784 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5789 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5787 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5792 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5790 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5795 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5793 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5798 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5796 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5801 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5799 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5804 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5802 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5807 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5805 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5810 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5808 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
| 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 {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| 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 | [] |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5981 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4199 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5980 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_brand_id" ] |
| cache_key | "_brand_id_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9605 +label: "BELRAY" +value: "1" +data: Customize\Entity\Brand {#5746 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5738 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5744 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9607 +label: "Brembo" +value: "2" +data: Customize\Entity\Brand {#5750 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5748 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5749 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9606 +label: "BRIDGESTONE" +value: "3" +data: Customize\Entity\Brand {#5753 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5752 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9609 +label: "F2R" +value: "4" +data: Customize\Entity\Brand {#5756 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5754 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9610 +label: "GIIANT LOOP" +value: "5" +data: Customize\Entity\Brand {#5759 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5757 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9611 +label: "METZEREL" +value: "6" +data: Customize\Entity\Brand {#5762 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5760 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9612 +label: "MICHELIN" +value: "7" +data: Customize\Entity\Brand {#5765 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5763 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9613 +label: "MR WOLF" +value: "8" +data: Customize\Entity\Brand {#5768 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5766 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9614 +label: "NGK" +value: "9" +data: Customize\Entity\Brand {#5771 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5769 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9615 +label: "ProX" +value: "10" +data: Customize\Entity\Brand {#5774 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5772 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9616 +label: "P3" +value: "11" +data: Customize\Entity\Brand {#5777 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5775 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9617 +label: "RADE GARAGE" +value: "12" +data: Customize\Entity\Brand {#5780 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5778 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9618 +label: "Red Moto" +value: "13" +data: Customize\Entity\Brand {#5783 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5781 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9619 +label: "Scalvini" +value: "14" +data: Customize\Entity\Brand {#5786 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5784 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9620 +label: "Scotts Performance" +value: "15" +data: Customize\Entity\Brand {#5789 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5787 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9621 +label: "Seat Consept" +value: "16" +data: Customize\Entity\Brand {#5792 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5790 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9622 +label: "SHOT RACE GEAR" +value: "17" +data: Customize\Entity\Brand {#5795 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5793 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9623 +label: "SKF" +value: "18" +data: Customize\Entity\Brand {#5798 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5796 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9624 +label: "SM PROJECT" +value: "19" +data: Customize\Entity\Brand {#5801 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5799 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9625 +label: "TM Designworks" +value: "20" +data: Customize\Entity\Brand {#5804 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5802 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9626 +label: "USWE" +value: "21" +data: Customize\Entity\Brand {#5807 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5805 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9627 +label: "Warp 9" +value: "22" +data: Customize\Entity\Brand {#5810 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5808 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9602 -form: Symfony\Component\Form\Form {#6023 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9582 …5} |
| full_name | "brand_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "brand_id" |
| is_selected | Closure($choice, array $values) {#9603 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5812 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "brand_id" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_brand_id" |
| valid | true |
| value | [] |