- Request / Response
- Performance
- Validator 1
- 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 "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4103 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4104 #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) {#4080 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3978 …} } |
| 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() {#4082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#4081 …} } } |
| 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 "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4103 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4104 #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 {#9137 -form: Symfony\Component\Form\Form {#5833 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6300 …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 "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4103 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4104 #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) {#5575 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3978 …} } |
| 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() {#5547 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5583 …} } } |
| 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 {#9149 -form: Symfony\Component\Form\Form {#5836 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9145 …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 |
"14"
|
| 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(Category $Category = null) {#5301 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#4136 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4146 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4144 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4171 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4384 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4142 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4380 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4375 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4376 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4374 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4368 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4370 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4369 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4361 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4363 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4360 …} -Children: Doctrine\ORM\PersistentCollection {#4357 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4139 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4141 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4134 …} -Children: Doctrine\ORM\PersistentCollection {#4347 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4350 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4379 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4378 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4351 …} -Children: Doctrine\ORM\PersistentCollection {#4354 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4355 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4349 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4356 …} -Children: Doctrine\ORM\PersistentCollection {#4391 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4397 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4396 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4398 …} -Children: Doctrine\ORM\PersistentCollection {#4401 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4404 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4403 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4405 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4411 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4410 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4412 …} -Children: Doctrine\ORM\PersistentCollection {#4415 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4418 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4417 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4419 …} -Children: Doctrine\ORM\PersistentCollection {#4422 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4425 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4424 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4426 …} -Children: Doctrine\ORM\PersistentCollection {#4429 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4432 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4431 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4433 …} -Children: Doctrine\ORM\PersistentCollection {#4436 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4439 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4438 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4440 …} -Children: Doctrine\ORM\PersistentCollection {#4443 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4446 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4445 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4447 …} -Children: Doctrine\ORM\PersistentCollection {#4450 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4453 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4451 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4452 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4457 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4460 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4394 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4393 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4461 …} -Children: Doctrine\ORM\PersistentCollection {#4464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4465 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4459 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4474 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4473 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4475 …} -Children: Doctrine\ORM\PersistentCollection {#4478 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4481 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4479 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4480 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4482 …} -Children: Doctrine\ORM\PersistentCollection {#4485 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4490 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4470 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4471 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4491 …} -Children: Doctrine\ORM\PersistentCollection {#4494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4495 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4486 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4487 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4496 …} -Children: Doctrine\ORM\PersistentCollection {#4499 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4500 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4488 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4489 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4511 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4510 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4515 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4518 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4516 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4517 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4522 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4525 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4524 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4526 …} -Children: Doctrine\ORM\PersistentCollection {#4529 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4532 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4531 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4539 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4538 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4540 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4546 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4545 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4547 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4553 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4552 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4560 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4558 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4559 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4567 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4507 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4508 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 {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4572 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4566 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4573 …} -Children: Doctrine\ORM\PersistentCollection {#4576 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4581 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4580 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4588 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4586 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4587 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4595 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4593 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4594 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4600 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4506 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4607 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4605 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4606 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4608 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4616 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4578 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4577 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4621 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4612 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4613 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 {#4387 …} } Eccube\Entity\Category {#4626 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4614 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4615 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4627 …} -Children: Doctrine\ORM\PersistentCollection {#4630 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4637 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4636 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4644 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4642 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4643 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4651 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4650 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4658 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4657 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4665 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4663 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4664 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4666 …} -Children: Doctrine\ORM\PersistentCollection {#4669 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4672 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4632 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4631 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4673 …} -Children: Doctrine\ORM\PersistentCollection {#4676 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4677 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4671 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4678 …} -Children: Doctrine\ORM\PersistentCollection {#4681 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4686 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4685 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4687 …} -Children: Doctrine\ORM\PersistentCollection {#4690 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4693 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4692 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4694 …} -Children: Doctrine\ORM\PersistentCollection {#4697 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4700 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4699 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4701 …} -Children: Doctrine\ORM\PersistentCollection {#4704 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4707 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4706 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4708 …} -Children: Doctrine\ORM\PersistentCollection {#4711 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4714 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4713 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4715 …} -Children: Doctrine\ORM\PersistentCollection {#4718 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4721 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4719 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4720 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4722 …} -Children: Doctrine\ORM\PersistentCollection {#4725 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4728 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4682 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4683 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4733 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4727 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4742 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4740 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4741 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4743 …} -Children: Doctrine\ORM\PersistentCollection {#4746 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4749 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4633 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4634 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4750 …} -Children: Doctrine\ORM\PersistentCollection {#4753 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4754 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4748 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4755 …} -Children: Doctrine\ORM\PersistentCollection {#4758 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4763 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4762 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4770 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4769 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4777 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4776 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4784 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4783 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4791 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4790 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4792 …} -Children: Doctrine\ORM\PersistentCollection {#4795 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4798 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4796 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4797 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4799 …} -Children: Doctrine\ORM\PersistentCollection {#4802 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4805 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4759 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4760 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4806 …} -Children: Doctrine\ORM\PersistentCollection {#4809 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4810 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4804 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4811 …} -Children: Doctrine\ORM\PersistentCollection {#4814 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4819 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4818 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4820 …} -Children: Doctrine\ORM\PersistentCollection {#4823 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4826 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4825 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4827 …} -Children: Doctrine\ORM\PersistentCollection {#4830 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4833 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4832 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 {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4840 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4839 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4841 …} -Children: Doctrine\ORM\PersistentCollection {#4844 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4847 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4846 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4848 …} -Children: Doctrine\ORM\PersistentCollection {#4851 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4854 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4853 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4855 …} -Children: Doctrine\ORM\PersistentCollection {#4858 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4861 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4860 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4862 …} -Children: Doctrine\ORM\PersistentCollection {#4865 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4868 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4866 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4867 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4869 …} -Children: Doctrine\ORM\PersistentCollection {#4872 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4875 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4815 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4816 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4876 …} -Children: Doctrine\ORM\PersistentCollection {#4879 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4880 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4874 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4881 …} -Children: Doctrine\ORM\PersistentCollection {#4884 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4889 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4888 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4896 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4895 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4897 …} -Children: Doctrine\ORM\PersistentCollection {#4900 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4903 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4902 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4904 …} -Children: Doctrine\ORM\PersistentCollection {#4907 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4910 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4909 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4917 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4916 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4918 …} -Children: Doctrine\ORM\PersistentCollection {#4921 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4924 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4922 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4923 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4925 …} -Children: Doctrine\ORM\PersistentCollection {#4928 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4931 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4885 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4886 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4932 …} -Children: Doctrine\ORM\PersistentCollection {#4935 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4936 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4930 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4937 …} -Children: Doctrine\ORM\PersistentCollection {#4940 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4945 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4944 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4946 …} -Children: Doctrine\ORM\PersistentCollection {#4949 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4952 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4951 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4953 …} -Children: Doctrine\ORM\PersistentCollection {#4956 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4959 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4957 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4958 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4960 …} -Children: Doctrine\ORM\PersistentCollection {#4963 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4966 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4738 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4739 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4971 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4965 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4972 …} -Children: Doctrine\ORM\PersistentCollection {#4975 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4980 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4979 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4981 …} -Children: Doctrine\ORM\PersistentCollection {#4984 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4987 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4986 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4988 …} -Children: Doctrine\ORM\PersistentCollection {#4991 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4994 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4993 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4995 …} -Children: Doctrine\ORM\PersistentCollection {#4998 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5001 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5000 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5002 …} -Children: Doctrine\ORM\PersistentCollection {#5005 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5008 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5006 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5007 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5009 …} -Children: Doctrine\ORM\PersistentCollection {#5012 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5015 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4942 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4941 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5016 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5020 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5014 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5021 …} -Children: Doctrine\ORM\PersistentCollection {#5024 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5029 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5028 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5036 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5035 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 {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5043 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5041 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5042 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5050 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4977 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4976 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5051 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5055 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5049 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5064 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5063 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5071 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5070 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5075 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5078 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5077 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5079 …} -Children: Doctrine\ORM\PersistentCollection {#5082 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5085 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5084 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5086 …} -Children: Doctrine\ORM\PersistentCollection {#5089 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5092 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5091 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 {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5099 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5098 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5100 …} -Children: Doctrine\ORM\PersistentCollection {#5103 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5106 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5105 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5110 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5113 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5111 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5112 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5117 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5120 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5118 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5119 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5121 …} -Children: Doctrine\ORM\PersistentCollection {#5124 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5125 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5061 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5060 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5126 …} -Children: Doctrine\ORM\PersistentCollection {#5129 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5130 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5026 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5025 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5139 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5138 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5143 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5146 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5145 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5147 …} -Children: Doctrine\ORM\PersistentCollection {#5150 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5153 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5154 …} -Children: Doctrine\ORM\PersistentCollection {#5157 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5160 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5161 …} -Children: Doctrine\ORM\PersistentCollection {#5164 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5167 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5166 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5168 …} -Children: Doctrine\ORM\PersistentCollection {#5171 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5174 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5172 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5173 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5183 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5179 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5180 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5188 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5182 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5189 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5197 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5196 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5198 …} -Children: Doctrine\ORM\PersistentCollection {#5201 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5204 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5202 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5203 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5205 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5211 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5209 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5210 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 {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5216 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5135 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5217 …} -Children: Doctrine\ORM\PersistentCollection {#5220 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5223 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5221 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5222 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5224 …} -Children: Doctrine\ORM\PersistentCollection {#5227 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5230 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5228 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5229 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5231 …} -Children: Doctrine\ORM\PersistentCollection {#5234 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5235 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5193 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5194 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5246 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5240 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5241 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5247 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5251 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5242 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5243 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5252 …} -Children: Doctrine\ORM\PersistentCollection {#5255 …} -Parent: Eccube\Entity\Category {#5246} -Creator: null } Eccube\Entity\Category {#5256 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5244 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5245 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5251} -Creator: null } Eccube\Entity\Category {#5265 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5266 …} -Children: Doctrine\ORM\PersistentCollection {#5269 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5270 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5263 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5264 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5265} -Creator: null } ] |
[ Eccube\Entity\Category {#4136 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4146 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4144 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4171 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4384 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4142 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4380 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4375 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4376 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4374 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4368 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4370 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4369 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4361 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4363 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4360 …} -Children: Doctrine\ORM\PersistentCollection {#4357 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4139 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4141 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4134 …} -Children: Doctrine\ORM\PersistentCollection {#4347 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4350 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4379 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4378 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4351 …} -Children: Doctrine\ORM\PersistentCollection {#4354 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4355 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4349 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4356 …} -Children: Doctrine\ORM\PersistentCollection {#4391 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4397 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4396 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4398 …} -Children: Doctrine\ORM\PersistentCollection {#4401 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4404 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4403 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4405 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4411 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4410 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4412 …} -Children: Doctrine\ORM\PersistentCollection {#4415 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4418 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4417 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4419 …} -Children: Doctrine\ORM\PersistentCollection {#4422 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4425 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4424 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4426 …} -Children: Doctrine\ORM\PersistentCollection {#4429 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4432 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4431 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4433 …} -Children: Doctrine\ORM\PersistentCollection {#4436 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4439 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4438 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4440 …} -Children: Doctrine\ORM\PersistentCollection {#4443 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4446 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4445 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4447 …} -Children: Doctrine\ORM\PersistentCollection {#4450 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4453 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4451 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4452 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4457 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4460 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4394 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4393 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4461 …} -Children: Doctrine\ORM\PersistentCollection {#4464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4465 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4459 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4474 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4473 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4475 …} -Children: Doctrine\ORM\PersistentCollection {#4478 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4481 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4479 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4480 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4482 …} -Children: Doctrine\ORM\PersistentCollection {#4485 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4490 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4470 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4471 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4491 …} -Children: Doctrine\ORM\PersistentCollection {#4494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4495 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4486 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4487 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4496 …} -Children: Doctrine\ORM\PersistentCollection {#4499 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4500 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4488 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4489 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4511 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4510 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4515 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4518 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4516 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4517 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4522 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4525 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4524 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4526 …} -Children: Doctrine\ORM\PersistentCollection {#4529 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4532 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4531 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4539 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4538 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4540 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4546 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4545 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4547 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4553 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4552 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4560 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4558 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4559 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4567 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4507 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4508 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 {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4572 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4566 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4573 …} -Children: Doctrine\ORM\PersistentCollection {#4576 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4581 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4580 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4588 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4586 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4587 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4595 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4593 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4594 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4600 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4506 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4607 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4605 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4606 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4608 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4616 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4578 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4577 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4621 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4612 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4613 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 {#4387 …} } Eccube\Entity\Category {#4626 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4614 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4615 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4627 …} -Children: Doctrine\ORM\PersistentCollection {#4630 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4637 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4636 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4644 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4642 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4643 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4651 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4650 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4658 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4657 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4665 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4663 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4664 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4666 …} -Children: Doctrine\ORM\PersistentCollection {#4669 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4672 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4632 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4631 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4673 …} -Children: Doctrine\ORM\PersistentCollection {#4676 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4677 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4671 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4678 …} -Children: Doctrine\ORM\PersistentCollection {#4681 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4686 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4685 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4687 …} -Children: Doctrine\ORM\PersistentCollection {#4690 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4693 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4692 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4694 …} -Children: Doctrine\ORM\PersistentCollection {#4697 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4700 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4699 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4701 …} -Children: Doctrine\ORM\PersistentCollection {#4704 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4707 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4706 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4708 …} -Children: Doctrine\ORM\PersistentCollection {#4711 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4714 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4713 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4715 …} -Children: Doctrine\ORM\PersistentCollection {#4718 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4721 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4719 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4720 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4722 …} -Children: Doctrine\ORM\PersistentCollection {#4725 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4728 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4682 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4683 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4733 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4727 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4742 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4740 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4741 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4743 …} -Children: Doctrine\ORM\PersistentCollection {#4746 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4749 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4633 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4634 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4750 …} -Children: Doctrine\ORM\PersistentCollection {#4753 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4754 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4748 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4755 …} -Children: Doctrine\ORM\PersistentCollection {#4758 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4763 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4762 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4770 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4769 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4777 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4776 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4784 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4783 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4791 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4790 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4792 …} -Children: Doctrine\ORM\PersistentCollection {#4795 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4798 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4796 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4797 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4799 …} -Children: Doctrine\ORM\PersistentCollection {#4802 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4805 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4759 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4760 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4806 …} -Children: Doctrine\ORM\PersistentCollection {#4809 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4810 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4804 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4811 …} -Children: Doctrine\ORM\PersistentCollection {#4814 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4819 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4818 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4820 …} -Children: Doctrine\ORM\PersistentCollection {#4823 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4826 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4825 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4827 …} -Children: Doctrine\ORM\PersistentCollection {#4830 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4833 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4832 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 {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4840 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4839 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4841 …} -Children: Doctrine\ORM\PersistentCollection {#4844 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4847 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4846 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4848 …} -Children: Doctrine\ORM\PersistentCollection {#4851 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4854 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4853 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4855 …} -Children: Doctrine\ORM\PersistentCollection {#4858 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4861 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4860 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4862 …} -Children: Doctrine\ORM\PersistentCollection {#4865 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4868 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4866 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4867 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4869 …} -Children: Doctrine\ORM\PersistentCollection {#4872 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4875 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4815 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4816 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4876 …} -Children: Doctrine\ORM\PersistentCollection {#4879 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4880 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4874 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4881 …} -Children: Doctrine\ORM\PersistentCollection {#4884 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4889 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4888 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4896 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4895 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4897 …} -Children: Doctrine\ORM\PersistentCollection {#4900 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4903 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4902 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4904 …} -Children: Doctrine\ORM\PersistentCollection {#4907 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4910 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4909 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4917 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4916 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4918 …} -Children: Doctrine\ORM\PersistentCollection {#4921 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4924 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4922 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4923 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4925 …} -Children: Doctrine\ORM\PersistentCollection {#4928 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4931 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4885 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4886 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4932 …} -Children: Doctrine\ORM\PersistentCollection {#4935 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4936 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4930 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4937 …} -Children: Doctrine\ORM\PersistentCollection {#4940 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4945 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4944 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4946 …} -Children: Doctrine\ORM\PersistentCollection {#4949 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4952 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4951 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4953 …} -Children: Doctrine\ORM\PersistentCollection {#4956 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4959 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4957 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4958 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4960 …} -Children: Doctrine\ORM\PersistentCollection {#4963 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4966 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4738 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4739 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4971 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4965 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4972 …} -Children: Doctrine\ORM\PersistentCollection {#4975 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4980 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4979 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4981 …} -Children: Doctrine\ORM\PersistentCollection {#4984 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4987 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4986 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4988 …} -Children: Doctrine\ORM\PersistentCollection {#4991 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4994 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4993 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4995 …} -Children: Doctrine\ORM\PersistentCollection {#4998 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5001 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5000 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5002 …} -Children: Doctrine\ORM\PersistentCollection {#5005 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5008 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5006 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5007 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5009 …} -Children: Doctrine\ORM\PersistentCollection {#5012 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5015 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4942 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4941 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5016 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5020 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5014 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5021 …} -Children: Doctrine\ORM\PersistentCollection {#5024 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5029 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5028 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5036 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5035 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 {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5043 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5041 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5042 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5050 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4977 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4976 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5051 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5055 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5049 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5064 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5063 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5071 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5070 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5075 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5078 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5077 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5079 …} -Children: Doctrine\ORM\PersistentCollection {#5082 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5085 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5084 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5086 …} -Children: Doctrine\ORM\PersistentCollection {#5089 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5092 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5091 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 {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5099 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5098 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5100 …} -Children: Doctrine\ORM\PersistentCollection {#5103 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5106 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5105 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5110 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5113 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5111 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5112 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5117 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5120 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5118 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5119 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5121 …} -Children: Doctrine\ORM\PersistentCollection {#5124 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5125 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5061 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5060 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5126 …} -Children: Doctrine\ORM\PersistentCollection {#5129 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5130 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5026 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5025 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5139 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5138 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5143 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5146 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5145 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5147 …} -Children: Doctrine\ORM\PersistentCollection {#5150 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5153 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5154 …} -Children: Doctrine\ORM\PersistentCollection {#5157 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5160 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5161 …} -Children: Doctrine\ORM\PersistentCollection {#5164 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5167 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5166 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5168 …} -Children: Doctrine\ORM\PersistentCollection {#5171 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5174 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5172 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5173 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5183 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5179 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5180 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5188 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5182 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5189 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5197 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5196 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5198 …} -Children: Doctrine\ORM\PersistentCollection {#5201 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5204 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5202 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5203 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5205 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5211 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5209 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5210 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 {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5216 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5135 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5217 …} -Children: Doctrine\ORM\PersistentCollection {#5220 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5223 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5221 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5222 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5224 …} -Children: Doctrine\ORM\PersistentCollection {#5227 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5230 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5228 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5229 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5231 …} -Children: Doctrine\ORM\PersistentCollection {#5234 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5235 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5193 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5194 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5246 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5240 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5241 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5247 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5251 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5242 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5243 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5252 …} -Children: Doctrine\ORM\PersistentCollection {#5255 …} -Parent: Eccube\Entity\Category {#5246} -Creator: null } Eccube\Entity\Category {#5256 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5244 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5245 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5251} -Creator: null } Eccube\Entity\Category {#5265 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5266 …} -Children: Doctrine\ORM\PersistentCollection {#5269 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5270 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5263 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5264 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5265} -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) {#5301 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
| choices | [ Eccube\Entity\Category {#4136 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4146 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4144 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4171 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4384 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4142 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4380 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4375 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4376 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4374 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4368 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4370 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4369 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4361 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4363 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4360 …} -Children: Doctrine\ORM\PersistentCollection {#4357 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4139 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4141 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4134 …} -Children: Doctrine\ORM\PersistentCollection {#4347 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4350 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4379 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4378 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4351 …} -Children: Doctrine\ORM\PersistentCollection {#4354 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4355 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4349 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4356 …} -Children: Doctrine\ORM\PersistentCollection {#4391 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4397 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4396 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4398 …} -Children: Doctrine\ORM\PersistentCollection {#4401 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4404 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4403 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4405 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4411 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4410 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4412 …} -Children: Doctrine\ORM\PersistentCollection {#4415 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4418 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4417 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4419 …} -Children: Doctrine\ORM\PersistentCollection {#4422 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4425 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4424 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4426 …} -Children: Doctrine\ORM\PersistentCollection {#4429 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4432 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4431 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4433 …} -Children: Doctrine\ORM\PersistentCollection {#4436 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4439 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4438 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4440 …} -Children: Doctrine\ORM\PersistentCollection {#4443 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4446 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4445 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4447 …} -Children: Doctrine\ORM\PersistentCollection {#4450 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4453 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4451 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4452 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4457 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4460 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4394 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4393 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4461 …} -Children: Doctrine\ORM\PersistentCollection {#4464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4465 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4459 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4474 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4473 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4475 …} -Children: Doctrine\ORM\PersistentCollection {#4478 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4481 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4479 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4480 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4482 …} -Children: Doctrine\ORM\PersistentCollection {#4485 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4490 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4470 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4471 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4491 …} -Children: Doctrine\ORM\PersistentCollection {#4494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4495 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4486 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4487 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4496 …} -Children: Doctrine\ORM\PersistentCollection {#4499 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4500 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4488 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4489 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4511 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4510 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4515 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4518 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4516 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4517 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4522 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4525 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4524 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4526 …} -Children: Doctrine\ORM\PersistentCollection {#4529 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4532 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4531 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4539 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4538 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4540 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4546 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4545 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4547 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4553 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4552 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4560 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4558 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4559 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4567 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4507 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4508 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 {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4572 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4566 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4573 …} -Children: Doctrine\ORM\PersistentCollection {#4576 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4581 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4580 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4588 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4586 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4587 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4595 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4593 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4594 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4600 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4506 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4607 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4605 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4606 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4608 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4616 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4578 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4577 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4621 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4612 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4613 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 {#4387 …} } Eccube\Entity\Category {#4626 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4614 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4615 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4627 …} -Children: Doctrine\ORM\PersistentCollection {#4630 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4637 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4636 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4644 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4642 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4643 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4651 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4650 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4658 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4657 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4665 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4663 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4664 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4666 …} -Children: Doctrine\ORM\PersistentCollection {#4669 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4672 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4632 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4631 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4673 …} -Children: Doctrine\ORM\PersistentCollection {#4676 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4677 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4671 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4678 …} -Children: Doctrine\ORM\PersistentCollection {#4681 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4686 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4685 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4687 …} -Children: Doctrine\ORM\PersistentCollection {#4690 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4693 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4692 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4694 …} -Children: Doctrine\ORM\PersistentCollection {#4697 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4700 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4699 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4701 …} -Children: Doctrine\ORM\PersistentCollection {#4704 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4707 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4706 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4708 …} -Children: Doctrine\ORM\PersistentCollection {#4711 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4714 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4713 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4715 …} -Children: Doctrine\ORM\PersistentCollection {#4718 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4721 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4719 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4720 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4722 …} -Children: Doctrine\ORM\PersistentCollection {#4725 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4728 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4682 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4683 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4733 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4727 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4742 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4740 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4741 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4743 …} -Children: Doctrine\ORM\PersistentCollection {#4746 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4749 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4633 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4634 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4750 …} -Children: Doctrine\ORM\PersistentCollection {#4753 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4754 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4748 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4755 …} -Children: Doctrine\ORM\PersistentCollection {#4758 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4763 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4762 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4770 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4769 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4777 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4776 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4784 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4783 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4791 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4790 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4792 …} -Children: Doctrine\ORM\PersistentCollection {#4795 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4798 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4796 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4797 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4799 …} -Children: Doctrine\ORM\PersistentCollection {#4802 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4805 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4759 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4760 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4806 …} -Children: Doctrine\ORM\PersistentCollection {#4809 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4810 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4804 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4811 …} -Children: Doctrine\ORM\PersistentCollection {#4814 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4819 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4818 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4820 …} -Children: Doctrine\ORM\PersistentCollection {#4823 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4826 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4825 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4827 …} -Children: Doctrine\ORM\PersistentCollection {#4830 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4833 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4832 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 {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4840 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4839 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4841 …} -Children: Doctrine\ORM\PersistentCollection {#4844 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4847 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4846 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4848 …} -Children: Doctrine\ORM\PersistentCollection {#4851 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4854 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4853 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4855 …} -Children: Doctrine\ORM\PersistentCollection {#4858 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4861 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4860 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4862 …} -Children: Doctrine\ORM\PersistentCollection {#4865 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4868 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4866 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4867 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4869 …} -Children: Doctrine\ORM\PersistentCollection {#4872 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4875 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4815 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4816 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4876 …} -Children: Doctrine\ORM\PersistentCollection {#4879 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4880 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4874 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4881 …} -Children: Doctrine\ORM\PersistentCollection {#4884 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4889 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4888 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4896 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4895 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4897 …} -Children: Doctrine\ORM\PersistentCollection {#4900 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4903 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4902 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4904 …} -Children: Doctrine\ORM\PersistentCollection {#4907 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4910 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4909 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4917 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4916 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4918 …} -Children: Doctrine\ORM\PersistentCollection {#4921 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4924 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4922 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4923 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4925 …} -Children: Doctrine\ORM\PersistentCollection {#4928 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4931 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4885 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4886 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4932 …} -Children: Doctrine\ORM\PersistentCollection {#4935 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4936 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4930 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4937 …} -Children: Doctrine\ORM\PersistentCollection {#4940 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4945 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4944 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4946 …} -Children: Doctrine\ORM\PersistentCollection {#4949 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4952 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4951 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4953 …} -Children: Doctrine\ORM\PersistentCollection {#4956 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4959 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4957 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4958 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4960 …} -Children: Doctrine\ORM\PersistentCollection {#4963 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4966 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4738 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4739 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4971 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4965 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4972 …} -Children: Doctrine\ORM\PersistentCollection {#4975 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4980 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4979 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4981 …} -Children: Doctrine\ORM\PersistentCollection {#4984 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4987 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4986 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4988 …} -Children: Doctrine\ORM\PersistentCollection {#4991 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#4994 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4993 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4995 …} -Children: Doctrine\ORM\PersistentCollection {#4998 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5001 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5000 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5002 …} -Children: Doctrine\ORM\PersistentCollection {#5005 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5008 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5006 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5007 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5009 …} -Children: Doctrine\ORM\PersistentCollection {#5012 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5015 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4942 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4941 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5016 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5020 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5014 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5021 …} -Children: Doctrine\ORM\PersistentCollection {#5024 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5029 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5028 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5036 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5035 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 {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5043 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5041 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5042 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5050 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4977 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4976 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5051 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5055 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5049 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5064 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5063 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5071 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5070 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5075 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5078 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5077 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5079 …} -Children: Doctrine\ORM\PersistentCollection {#5082 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5085 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5084 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5086 …} -Children: Doctrine\ORM\PersistentCollection {#5089 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5092 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5091 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 {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5099 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5098 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5100 …} -Children: Doctrine\ORM\PersistentCollection {#5103 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5106 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5105 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5110 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5113 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5111 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5112 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5117 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5120 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5118 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5119 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5121 …} -Children: Doctrine\ORM\PersistentCollection {#5124 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5125 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5061 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5060 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5126 …} -Children: Doctrine\ORM\PersistentCollection {#5129 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5130 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5026 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5025 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5139 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5138 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5143 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5146 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5145 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5147 …} -Children: Doctrine\ORM\PersistentCollection {#5150 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5153 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5154 …} -Children: Doctrine\ORM\PersistentCollection {#5157 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5160 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5161 …} -Children: Doctrine\ORM\PersistentCollection {#5164 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5167 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5166 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5168 …} -Children: Doctrine\ORM\PersistentCollection {#5171 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5174 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5172 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5173 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5183 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5179 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5180 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5188 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5182 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5189 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5197 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5196 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5198 …} -Children: Doctrine\ORM\PersistentCollection {#5201 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5204 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5202 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5203 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5205 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5211 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5209 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5210 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 {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5216 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5135 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5217 …} -Children: Doctrine\ORM\PersistentCollection {#5220 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5223 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5221 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5222 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5224 …} -Children: Doctrine\ORM\PersistentCollection {#5227 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5230 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5228 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5229 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5231 …} -Children: Doctrine\ORM\PersistentCollection {#5234 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } Eccube\Entity\Category {#5235 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5193 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5194 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5246 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5240 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5241 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5247 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5251 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5242 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5243 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5252 …} -Children: Doctrine\ORM\PersistentCollection {#5255 …} -Parent: Eccube\Entity\Category {#5246} -Creator: null } Eccube\Entity\Category {#5256 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5244 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5245 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5251} -Creator: null } Eccube\Entity\Category {#5265 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5266 …} -Children: Doctrine\ORM\PersistentCollection {#5269 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5270 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5263 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5264 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5265} -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() {#5673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5672 …} } } |
| 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 {#9158 +label: "カジュアル" +value: "13" +data: Eccube\Entity\Category {#4136 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4146 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4144 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4171 …} -Children: Doctrine\ORM\PersistentCollection {#4385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9151 +label: "T-シャツ・シャツ" +value: "52" +data: Eccube\Entity\Category {#4384 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4142 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4380 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9159 +label: "ボトムス" +value: "53" +data: Eccube\Entity\Category {#4375 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4377 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4376 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4374 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9174 +label: "ジャケット・パーカー" +value: "54" +data: Eccube\Entity\Category {#4368 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4370 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4369 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9176 +label: "帽子" +value: "55" +data: Eccube\Entity\Category {#4361 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4363 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4360 …} -Children: Doctrine\ORM\PersistentCollection {#4357 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9177 +label: "その他" +value: "56" +data: Eccube\Entity\Category {#4139 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4141 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4134 …} -Children: Doctrine\ORM\PersistentCollection {#4347 …} -Parent: Eccube\Entity\Category {#4136} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9178 +label: "ライダーギア" +value: "12" +data: Eccube\Entity\Category {#4350 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4379 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4378 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4351 …} -Children: Doctrine\ORM\PersistentCollection {#4354 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9179 +label: "ヘルメット" +value: "42" +data: Eccube\Entity\Category {#4355 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4349 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4356 …} -Children: Doctrine\ORM\PersistentCollection {#4391 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9180 +label: "ブーツ" +value: "43" +data: Eccube\Entity\Category {#4397 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4396 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4398 …} -Children: Doctrine\ORM\PersistentCollection {#4401 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9181 +label: "ゴーグル" +value: "44" +data: Eccube\Entity\Category {#4404 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4403 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4405 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9182 +label: "ジャージ、パンツ" +value: "45" +data: Eccube\Entity\Category {#4411 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4410 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4412 …} -Children: Doctrine\ORM\PersistentCollection {#4415 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9183 +label: "グローブ" +value: "46" +data: Eccube\Entity\Category {#4418 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4417 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4419 …} -Children: Doctrine\ORM\PersistentCollection {#4422 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9184 +label: "プロテクション" +value: "47" +data: Eccube\Entity\Category {#4425 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4424 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4426 …} -Children: Doctrine\ORM\PersistentCollection {#4429 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9185 +label: "バッグ" +value: "48" +data: Eccube\Entity\Category {#4432 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4431 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4433 …} -Children: Doctrine\ORM\PersistentCollection {#4436 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9186 +label: "アンダー、インナー" +value: "49" +data: Eccube\Entity\Category {#4439 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4438 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4440 …} -Children: Doctrine\ORM\PersistentCollection {#4443 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9187 +label: "ジャケット" +value: "50" +data: Eccube\Entity\Category {#4446 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4445 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4447 …} -Children: Doctrine\ORM\PersistentCollection {#4450 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9188 +label: "レインウエア" +value: "51" +data: Eccube\Entity\Category {#4453 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4451 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4452 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4457 …} -Parent: Eccube\Entity\Category {#4350} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9189 +label: "マテリアル" +value: "11" +data: Eccube\Entity\Category {#4460 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4394 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4393 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4461 …} -Children: Doctrine\ORM\PersistentCollection {#4464 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9190 +label: "CNC" +value: "39" +data: Eccube\Entity\Category {#4465 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4459 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4466 …} -Children: Doctrine\ORM\PersistentCollection {#4469 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9191 +label: "カーボン" +value: "40" +data: Eccube\Entity\Category {#4474 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4473 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4475 …} -Children: Doctrine\ORM\PersistentCollection {#4478 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9192 +label: "チタン" +value: "41" +data: Eccube\Entity\Category {#4481 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4479 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4480 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4482 …} -Children: Doctrine\ORM\PersistentCollection {#4485 …} -Parent: Eccube\Entity\Category {#4460} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9193 +label: "競技" +value: "10" +data: Eccube\Entity\Category {#4490 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4470 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4471 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4491 …} -Children: Doctrine\ORM\PersistentCollection {#4494 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9194 +label: "ラリー" +value: "35" +data: Eccube\Entity\Category {#4495 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4486 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4487 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4496 …} -Children: Doctrine\ORM\PersistentCollection {#4499 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9195 +label: "ラリーキット" +value: "124" +data: Eccube\Entity\Category {#4500 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4488 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4489 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4501 …} -Children: Doctrine\ORM\PersistentCollection {#4504 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9196 +label: "ラリーカウル" +value: "125" +data: Eccube\Entity\Category {#4511 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4510 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4512 …} -Children: Doctrine\ORM\PersistentCollection {#4515 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9197 +label: "ラリーマップホルダー" +value: "126" +data: Eccube\Entity\Category {#4518 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4516 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4517 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4522 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9198 +label: "シート" +value: "127" +data: Eccube\Entity\Category {#4525 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4524 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4526 …} -Children: Doctrine\ORM\PersistentCollection {#4529 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9199 +label: "スイッチ・コンピューター" +value: "128" +data: Eccube\Entity\Category {#4532 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4531 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4536 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9200 +label: "ダンパー" +value: "129" +data: Eccube\Entity\Category {#4539 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4538 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4540 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9201 +label: "タンク" +value: "130" +data: Eccube\Entity\Category {#4546 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4545 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4547 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9202 +label: "サスペンション" +value: "131" +data: Eccube\Entity\Category {#4553 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4552 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4554 …} -Children: Doctrine\ORM\PersistentCollection {#4557 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9203 +label: "エキゾースト" +value: "132" +data: Eccube\Entity\Category {#4560 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4558 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4559 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4495} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9204 +label: "スーパーモタード" +value: "36" +data: Eccube\Entity\Category {#4567 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4507 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4508 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 {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9205 +label: "ホイール" +value: "133" +data: Eccube\Entity\Category {#4572 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4566 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4573 …} -Children: Doctrine\ORM\PersistentCollection {#4576 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9206 +label: "ブレーキ" +value: "134" +data: Eccube\Entity\Category {#4581 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4580 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9207 +label: "サスペンション" +value: "135" +data: Eccube\Entity\Category {#4588 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4586 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4587 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9208 +label: "エキゾースト" +value: "136" +data: Eccube\Entity\Category {#4595 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4593 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4594 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4567} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9209 +label: "エンデューロ" +value: "37" +data: Eccube\Entity\Category {#4600 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4505 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4506 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9210 +label: "モトクロス" +value: "38" +data: Eccube\Entity\Category {#4607 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4605 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4606 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4608 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: Eccube\Entity\Category {#4490} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9211 +label: "スペシャルパーツ" +value: "9" +data: Eccube\Entity\Category {#4616 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4578 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4577 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9212 +label: "シャーシー・フレーム" +value: "25" +data: Eccube\Entity\Category {#4621 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4612 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4613 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 {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9213 +label: "サスペンション" +value: "62" +data: Eccube\Entity\Category {#4626 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4614 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4615 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4627 …} -Children: Doctrine\ORM\PersistentCollection {#4630 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9214 +label: "スイングアーム・リンク" +value: "63" +data: Eccube\Entity\Category {#4637 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4636 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9215 +label: "トリプルクランプ" +value: "64" +data: Eccube\Entity\Category {#4644 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4642 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4643 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9216 +label: "ステアリングダンパー" +value: "65" +data: Eccube\Entity\Category {#4651 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4650 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4652 …} -Children: Doctrine\ORM\PersistentCollection {#4655 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9217 +label: "サイドスタンド" +value: "66" +data: Eccube\Entity\Category {#4658 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4657 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9218 +label: "その他" +value: "67" +data: Eccube\Entity\Category {#4665 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4663 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4664 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4666 …} -Children: Doctrine\ORM\PersistentCollection {#4669 …} -Parent: Eccube\Entity\Category {#4621} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9219 +label: "ハンドル・操作系" +value: "26" +data: Eccube\Entity\Category {#4672 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4632 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4631 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4673 …} -Children: Doctrine\ORM\PersistentCollection {#4676 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9220 +label: "ハンドル" +value: "68" +data: Eccube\Entity\Category {#4677 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4671 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4678 …} -Children: Doctrine\ORM\PersistentCollection {#4681 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9221 +label: "グリップ" +value: "69" +data: Eccube\Entity\Category {#4686 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4685 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4687 …} -Children: Doctrine\ORM\PersistentCollection {#4690 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9222 +label: "ペダル" +value: "70" +data: Eccube\Entity\Category {#4693 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4692 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4694 …} -Children: Doctrine\ORM\PersistentCollection {#4697 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9223 +label: "フットペグ・ステップ関連" +value: "71" +data: Eccube\Entity\Category {#4700 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4699 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4701 …} -Children: Doctrine\ORM\PersistentCollection {#4704 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9224 +label: "レバー類" +value: "72" +data: Eccube\Entity\Category {#4707 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4706 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4708 …} -Children: Doctrine\ORM\PersistentCollection {#4711 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9225 +label: "スイッチ類" +value: "73" +data: Eccube\Entity\Category {#4714 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4713 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4715 …} -Children: Doctrine\ORM\PersistentCollection {#4718 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9226 +label: "その他" +value: "74" +data: Eccube\Entity\Category {#4721 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4719 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4720 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4722 …} -Children: Doctrine\ORM\PersistentCollection {#4725 …} -Parent: Eccube\Entity\Category {#4672} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9227 +label: "吸排気系" +value: "27" +data: Eccube\Entity\Category {#4728 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4682 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4683 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4729 …} -Children: Doctrine\ORM\PersistentCollection {#4732 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9228 +label: "エキゾースト" +value: "75" +data: Eccube\Entity\Category {#4733 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4727 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9229 +label: "インテーク" +value: "76" +data: Eccube\Entity\Category {#4742 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4740 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4741 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4743 …} -Children: Doctrine\ORM\PersistentCollection {#4746 …} -Parent: Eccube\Entity\Category {#4728} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9230 +label: "駆動系" +value: "28" +data: Eccube\Entity\Category {#4749 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4633 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4634 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4750 …} -Children: Doctrine\ORM\PersistentCollection {#4753 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9231 +label: "ホイール" +value: "77" +data: Eccube\Entity\Category {#4754 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4748 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4755 …} -Children: Doctrine\ORM\PersistentCollection {#4758 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9232 +label: "スプロケット" +value: "78" +data: Eccube\Entity\Category {#4763 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4762 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9233 +label: "チェーン" +value: "79" +data: Eccube\Entity\Category {#4770 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4769 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9234 +label: "チェーンガイド" +value: "80" +data: Eccube\Entity\Category {#4777 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4776 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4778 …} -Children: Doctrine\ORM\PersistentCollection {#4781 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9235 +label: "チェーンスライダー" +value: "81" +data: Eccube\Entity\Category {#4784 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4783 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9236 +label: "アクスルプーラー" +value: "82" +data: Eccube\Entity\Category {#4791 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4790 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4792 …} -Children: Doctrine\ORM\PersistentCollection {#4795 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9237 +label: "その他" +value: "83" +data: Eccube\Entity\Category {#4798 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4796 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4797 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4799 …} -Children: Doctrine\ORM\PersistentCollection {#4802 …} -Parent: Eccube\Entity\Category {#4749} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9238 +label: "ガード" +value: "29" +data: Eccube\Entity\Category {#4805 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4759 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4760 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4806 …} -Children: Doctrine\ORM\PersistentCollection {#4809 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9239 +label: "ハンドガード" +value: "84" +data: Eccube\Entity\Category {#4810 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4804 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4811 …} -Children: Doctrine\ORM\PersistentCollection {#4814 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9240 +label: "エキゾーストガード" +value: "85" +data: Eccube\Entity\Category {#4819 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4818 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4820 …} -Children: Doctrine\ORM\PersistentCollection {#4823 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9241 +label: "スライダー" +value: "86" +data: Eccube\Entity\Category {#4826 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4825 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4827 …} -Children: Doctrine\ORM\PersistentCollection {#4830 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9242 +label: "アンダーガード" +value: "87" +data: Eccube\Entity\Category {#4833 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4832 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 {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9243 +label: "ディスクガード" +value: "88" +data: Eccube\Entity\Category {#4840 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4839 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4841 …} -Children: Doctrine\ORM\PersistentCollection {#4844 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9244 +label: "エンジンガード" +value: "89" +data: Eccube\Entity\Category {#4847 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4846 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4848 …} -Children: Doctrine\ORM\PersistentCollection {#4851 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9245 +label: "ラジエターガード" +value: "90" +data: Eccube\Entity\Category {#4854 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4853 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4855 …} -Children: Doctrine\ORM\PersistentCollection {#4858 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9246 +label: "フレームガード" +value: "91" +data: Eccube\Entity\Category {#4861 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4860 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4862 …} -Children: Doctrine\ORM\PersistentCollection {#4865 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9247 +label: "その他" +value: "92" +data: Eccube\Entity\Category {#4868 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4866 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4867 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4869 …} -Children: Doctrine\ORM\PersistentCollection {#4872 …} -Parent: Eccube\Entity\Category {#4805} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9248 +label: "外装系" +value: "30" +data: Eccube\Entity\Category {#4875 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4815 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4816 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4876 …} -Children: Doctrine\ORM\PersistentCollection {#4879 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9249 +label: "外装" +value: "93" +data: Eccube\Entity\Category {#4880 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4874 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4881 …} -Children: Doctrine\ORM\PersistentCollection {#4884 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9250 +label: "グラフィック" +value: "94" +data: Eccube\Entity\Category {#4889 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4888 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9251 +label: "シート" +value: "95" +data: Eccube\Entity\Category {#4896 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4895 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4897 …} -Children: Doctrine\ORM\PersistentCollection {#4900 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9252 +label: "タンク" +value: "96" +data: Eccube\Entity\Category {#4903 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4902 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4904 …} -Children: Doctrine\ORM\PersistentCollection {#4907 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9253 +label: "カウル" +value: "97" +data: Eccube\Entity\Category {#4910 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4909 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 {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9254 +label: "ボルト類" +value: "98" +data: Eccube\Entity\Category {#4917 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4916 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4918 …} -Children: Doctrine\ORM\PersistentCollection {#4921 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9255 +label: "その他" +value: "99" +data: Eccube\Entity\Category {#4924 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4922 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4923 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4925 …} -Children: Doctrine\ORM\PersistentCollection {#4928 …} -Parent: Eccube\Entity\Category {#4875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9256 +label: "エンジン系" +value: "31" +data: Eccube\Entity\Category {#4931 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4885 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4886 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4932 …} -Children: Doctrine\ORM\PersistentCollection {#4935 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9257 +label: "エンジン" +value: "100" +data: Eccube\Entity\Category {#4936 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4930 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4937 …} -Children: Doctrine\ORM\PersistentCollection {#4940 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9258 +label: "エンジンカバー" +value: "101" +data: Eccube\Entity\Category {#4945 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4944 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4946 …} -Children: Doctrine\ORM\PersistentCollection {#4949 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9259 +label: "クラッチ・シフト機構" +value: "102" +data: Eccube\Entity\Category {#4952 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4951 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4953 …} -Children: Doctrine\ORM\PersistentCollection {#4956 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9260 +label: "その他" +value: "103" +data: Eccube\Entity\Category {#4959 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4957 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4958 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4960 …} -Children: Doctrine\ORM\PersistentCollection {#4963 …} -Parent: Eccube\Entity\Category {#4931} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9261 +label: "ブレーキ関連" +value: "32" +data: Eccube\Entity\Category {#4966 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4738 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4739 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4967 …} -Children: Doctrine\ORM\PersistentCollection {#4970 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9262 +label: "マスターシリンダー" +value: "104" +data: Eccube\Entity\Category {#4971 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4965 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4972 …} -Children: Doctrine\ORM\PersistentCollection {#4975 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9263 +label: "キャリパー" +value: "105" +data: Eccube\Entity\Category {#4980 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4979 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4981 …} -Children: Doctrine\ORM\PersistentCollection {#4984 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9264 +label: "ブレーキディスク" +value: "106" +data: Eccube\Entity\Category {#4987 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4986 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4988 …} -Children: Doctrine\ORM\PersistentCollection {#4991 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9265 +label: "ブレーキペダル" +value: "107" +data: Eccube\Entity\Category {#4994 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4993 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4995 …} -Children: Doctrine\ORM\PersistentCollection {#4998 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9266 +label: "ブレーキホース" +value: "108" +data: Eccube\Entity\Category {#5001 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5000 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5002 …} -Children: Doctrine\ORM\PersistentCollection {#5005 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9267 +label: "その他" +value: "109" +data: Eccube\Entity\Category {#5008 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5006 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5007 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5009 …} -Children: Doctrine\ORM\PersistentCollection {#5012 …} -Parent: Eccube\Entity\Category {#4966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9268 +label: "積載関連" +value: "33" +data: Eccube\Entity\Category {#5015 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4942 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4941 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5016 …} -Children: Doctrine\ORM\PersistentCollection {#5019 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9269 +label: "パニア、バッグ" +value: "110" +data: Eccube\Entity\Category {#5020 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5014 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5021 …} -Children: Doctrine\ORM\PersistentCollection {#5024 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9270 +label: "キャリア" +value: "111" +data: Eccube\Entity\Category {#5029 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5028 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9271 +label: "液体バッグ" +value: "112" +data: Eccube\Entity\Category {#5036 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5035 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 {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9272 +label: "ストラップ" +value: "113" +data: Eccube\Entity\Category {#5043 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5041 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5042 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#5015} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9273 +label: "電装系" +value: "34" +data: Eccube\Entity\Category {#5050 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4977 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4976 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5051 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#4616} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9274 +label: "ECU" +value: "114" +data: Eccube\Entity\Category {#5055 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5049 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9275 +label: "オートシフター" +value: "115" +data: Eccube\Entity\Category {#5064 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5063 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9276 +label: "メーター・センサー類" +value: "116" +data: Eccube\Entity\Category {#5071 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5070 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5075 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9277 +label: "ラリーパーツ" +value: "117" +data: Eccube\Entity\Category {#5078 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5077 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5079 …} -Children: Doctrine\ORM\PersistentCollection {#5082 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9278 +label: "GPS・ナビゲーション" +value: "118" +data: Eccube\Entity\Category {#5085 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5084 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5086 …} -Children: Doctrine\ORM\PersistentCollection {#5089 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9279 +label: "ライト" +value: "119" +data: Eccube\Entity\Category {#5092 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5091 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 {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9280 +label: "スイッチ" +value: "120" +data: Eccube\Entity\Category {#5099 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5098 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5100 …} -Children: Doctrine\ORM\PersistentCollection {#5103 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9281 +label: "ウインカー" +value: "121" +data: Eccube\Entity\Category {#5106 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5105 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5107 …} -Children: Doctrine\ORM\PersistentCollection {#5110 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9282 +label: "ETC関連" +value: "122" +data: Eccube\Entity\Category {#5113 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5111 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5112 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5114 …} -Children: Doctrine\ORM\PersistentCollection {#5117 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9283 +label: "映像機器" +value: "123" +data: Eccube\Entity\Category {#5120 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5118 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5119 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5121 …} -Children: Doctrine\ORM\PersistentCollection {#5124 …} -Parent: Eccube\Entity\Category {#5050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9284 +label: "消耗品、スペアパーツ" +value: "8" +data: Eccube\Entity\Category {#5125 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5061 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5060 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5126 …} -Children: Doctrine\ORM\PersistentCollection {#5129 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9285 +label: "ハンドル関連" +value: "14" +data: Eccube\Entity\Category {#5130 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5026 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5025 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9286 +label: "シャーシー・足回り" +value: "15" +data: Eccube\Entity\Category {#5139 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5138 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5143 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9287 +label: "駆動系" +value: "16" +data: Eccube\Entity\Category {#5146 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5145 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5147 …} -Children: Doctrine\ORM\PersistentCollection {#5150 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9288 +label: "ブレーキ関連" +value: "17" +data: Eccube\Entity\Category {#5153 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5154 …} -Children: Doctrine\ORM\PersistentCollection {#5157 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9289 +label: "エンジン" +value: "18" +data: Eccube\Entity\Category {#5160 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5161 …} -Children: Doctrine\ORM\PersistentCollection {#5164 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9290 +label: "吸排気関連" +value: "19" +data: Eccube\Entity\Category {#5167 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5166 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5168 …} -Children: Doctrine\ORM\PersistentCollection {#5171 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9291 +label: "オイル" +value: "20" +data: Eccube\Entity\Category {#5174 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5172 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5173 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9292 +label: "タイヤ" +value: "21" +data: Eccube\Entity\Category {#5183 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5179 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5180 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9293 +label: "ラリー" +value: "58" +data: Eccube\Entity\Category {#5188 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5182 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5189 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9294 +label: "スーパーモト" +value: "59" +data: Eccube\Entity\Category {#5197 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5196 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5198 …} -Children: Doctrine\ORM\PersistentCollection {#5201 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9295 +label: "エンデューロ" +value: "60" +data: Eccube\Entity\Category {#5204 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5202 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5203 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5205 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9296 +label: "モトクロス" +value: "61" +data: Eccube\Entity\Category {#5211 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5209 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5210 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 {#5183} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9297 +label: "タイヤ関連" +value: "22" +data: Eccube\Entity\Category {#5216 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5135 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5217 …} -Children: Doctrine\ORM\PersistentCollection {#5220 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9298 +label: "ムース" +value: "23" +data: Eccube\Entity\Category {#5223 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5221 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5222 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5224 …} -Children: Doctrine\ORM\PersistentCollection {#5227 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9299 +label: "その他" +value: "24" +data: Eccube\Entity\Category {#5230 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5228 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5229 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5231 …} -Children: Doctrine\ORM\PersistentCollection {#5234 …} -Parent: Eccube\Entity\Category {#5125} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4387 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9300 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#5235 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5193 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5194 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9301 +label: "ジェラート" +value: "1" +data: Eccube\Entity\Category {#5246 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5240 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5241 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5247 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9302 +label: "彩のデザート" +value: "3" +data: Eccube\Entity\Category {#5251 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5242 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5243 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5252 …} -Children: Doctrine\ORM\PersistentCollection {#5255 …} -Parent: Eccube\Entity\Category {#5246} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9303 +label: "CUBE" +value: "4" +data: Eccube\Entity\Category {#5256 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5244 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5245 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5251} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9304 +label: "アイスサンド" +value: "5" +data: Eccube\Entity\Category {#5265 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5266 …} -Children: Doctrine\ORM\PersistentCollection {#5269 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9305 +label: "フルーツ" +value: "6" +data: Eccube\Entity\Category {#5270 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5263 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5264 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5265} -Creator: null } +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 {#9153 -form: Symfony\Component\Form\Form {#5839 …} -errors: [ Symfony\Component\Form\FormError {#5947 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "14" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Validator\ConstraintViolation {#6204 root: Symfony\Component\Form\Form {#5833 …} path: "children[category_id]" value: "14" } -origin: Symfony\Component\Form\Form {#5839 …} } ] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9168 …5} |
| full_name | "category_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, array $values) {#9138 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5652 …} } |
| 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 | "14" |
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) {#5702 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3978 …} } |
| 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() {#5704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5701 …} } } |
| 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 {#9306 -form: Symfony\Component\Form\Form {#5842 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9146 …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) {#5713 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3978 …} } |
| 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() {#5715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5714 …} } } |
| 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 {#9308 -form: Symfony\Component\Form\Form {#5845 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9307 …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 {#4103 #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 {#4103 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4150 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4111 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4103 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4150 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4111 #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 {#5738 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5746 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5747 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5745 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3509 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#4103 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4150 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4111 #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 {#5745 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3509 …} -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 {#5748 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5750 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5751 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5752 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5749 …} -_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() {#5744 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5741 …} } } |
| 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 {#9312 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4103 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9311 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4150 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9313 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4111 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListMax {#4103 #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 {#9310 -form: Symfony\Component\Form\Form {#5848 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9309 …5} |
| full_name | "disp_number" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "disp_number" |
| is_selected | Closure($choice, $value) {#9315 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5652 …} } |
| 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 {#4104 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4104 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4102 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5291 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4104 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4102 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5291 #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 {#5738 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5770 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5771 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5769 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4091 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4104 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4102 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5291 #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 {#5769 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4091 …} -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 {#5772 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5774 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5775 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5776 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5773 …} -_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() {#5768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5767 …} } } |
| 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 {#9319 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4104 #id: 1 #name: "価格が低い順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9318 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4102 #id: 3 #name: "価格が高い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9320 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#5291 #id: 2 #name: "新着順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListOrderBy {#4104 #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 {#9316 -form: Symfony\Component\Form\Form {#5851 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9317 …5} |
| full_name | "orderby" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderby" |
| is_selected | Closure($choice, $value) {#9322 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5652 …} } |
| 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) {#4106 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
same as passed value |
| choices | [ Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5382 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5381 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5379 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5384 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5383 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5356 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5357 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5409 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5359 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5355 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5414 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5421 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5428 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5435 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5442 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5449 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5456 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5463 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5470 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5477 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5484 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5491 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5492 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5494 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5489 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5490 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5498 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5499 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5501 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5496 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5497 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5505 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5506 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5508 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5503 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 {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5382 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5381 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5379 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5384 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5383 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5356 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5357 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5409 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5359 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5355 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5414 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5421 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5428 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5435 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5442 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5449 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5456 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5463 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5470 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5477 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5484 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5491 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5492 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5494 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5489 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5490 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5498 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5499 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5501 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5496 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5497 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5505 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5506 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5508 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5503 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) } } ] |
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) {#4106 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
| choices | [ Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5382 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5381 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5379 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5384 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5383 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5356 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5357 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5409 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5359 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5355 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5414 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5421 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5428 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5435 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5442 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5449 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5456 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5463 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5470 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5477 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5484 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5491 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5492 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5494 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5489 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5490 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5498 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5499 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5501 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5496 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5497 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5505 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5506 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5508 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5503 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) } } ] |
| 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() {#5788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5787 …} } } |
| 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 {#9327 +label: "VENT" +value: "1" +data: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9329 +label: "Red Moto" +value: "2" +data: Customize\Entity\Maker {#5382 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5381 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5379 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5384 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5383 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9328 +label: "HUSQVARNA(KTM)" +value: "3" +data: Customize\Entity\Maker {#5356 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5357 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5409 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5359 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5355 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9331 +label: "KTM" +value: "4" +data: Customize\Entity\Maker {#5414 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9332 +label: "GASGAS(KTM)" +value: "5" +data: Customize\Entity\Maker {#5421 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9333 +label: "BETA" +value: "6" +data: Customize\Entity\Maker {#5428 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9334 +label: "HONDA" +value: "7" +data: Customize\Entity\Maker {#5435 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9335 +label: "YAMAHA" +value: "8" +data: Customize\Entity\Maker {#5442 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9336 +label: "SHERCO" +value: "9" +data: Customize\Entity\Maker {#5449 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9337 +label: "FANTIC" +value: "10" +data: Customize\Entity\Maker {#5456 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9338 +label: "BMW" +value: "11" +data: Customize\Entity\Maker {#5463 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9339 +label: "DUCATI" +value: "12" +data: Customize\Entity\Maker {#5470 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9340 +label: "aprilia" +value: "13" +data: Customize\Entity\Maker {#5477 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9341 +label: "MOTO GUZZI" +value: "14" +data: Customize\Entity\Maker {#5484 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9342 +label: "ROYAL ENFIELD" +value: "15" +data: Customize\Entity\Maker {#5491 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5492 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5494 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5489 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5490 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9343 +label: "TRIUMPH" +value: "16" +data: Customize\Entity\Maker {#5498 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5499 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5501 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5496 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5497 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9344 +label: "tmRACING" +value: "17" +data: Customize\Entity\Maker {#5505 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5506 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5508 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5503 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: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9323 -form: Symfony\Component\Form\Form {#5854 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9324 …5} |
| full_name | "maker_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "maker_id" |
| is_selected | Closure($choice, $value) {#9325 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5652 …} } |
| 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) {#5275 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
same as passed value |
| choices | [ Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } ] |
[ Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } ] |
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) {#5275 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
| choices | [ Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } ] |
| 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() {#5799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5798 …} } } |
| 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 {#9348 +label: "BAJA 50" +value: "1" +data: Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9350 +label: "BAJA RR 50" +value: "2" +data: Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9349 +label: "BAJA 125 4T" +value: "3" +data: Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9352 +label: "BAJA RR 125 4T" +value: "4" +data: Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9353 +label: "BAJA 50 2T KIDS" +value: "5" +data: Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9354 +label: "DERAPAGE 50" +value: "6" +data: Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9355 +label: "DERAPAGE RR 50" +value: "7" +data: Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9356 +label: "DERAPAGE 125 4T" +value: "8" +data: Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9357 +label: "DERAPAGE RR 125 4T" +value: "9" +data: Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } +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 {#9345 -form: Symfony\Component\Form\Form {#5857 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9326 …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) {#9346 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5652 …} } |
| 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) {#5278 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
same as passed value |
| choices | [ Customize\Entity\YearModel {#5556 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } Customize\Entity\YearModel {#5558 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5519} } Customize\Entity\YearModel {#5559 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } Customize\Entity\YearModel {#5560 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } Customize\Entity\YearModel {#5561 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } } Customize\Entity\YearModel {#5562 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5526} } Customize\Entity\YearModel {#5563 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } } Customize\Entity\YearModel {#5564 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5529} } Customize\Entity\YearModel {#5565 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } } Customize\Entity\YearModel {#5566 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5532} } Customize\Entity\YearModel {#5567 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } } Customize\Entity\YearModel {#5568 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5535} } Customize\Entity\YearModel {#5569 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } } Customize\Entity\YearModel {#5570 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5538} } Customize\Entity\YearModel {#5571 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } } Customize\Entity\YearModel {#5572 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5541} } Customize\Entity\YearModel {#5573 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } } Customize\Entity\YearModel {#5574 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5544} } ] |
[ Customize\Entity\YearModel {#5556 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } Customize\Entity\YearModel {#5558 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5519} } Customize\Entity\YearModel {#5559 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } Customize\Entity\YearModel {#5560 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } Customize\Entity\YearModel {#5561 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } } Customize\Entity\YearModel {#5562 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5526} } Customize\Entity\YearModel {#5563 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } } Customize\Entity\YearModel {#5564 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5529} } Customize\Entity\YearModel {#5565 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } } Customize\Entity\YearModel {#5566 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5532} } Customize\Entity\YearModel {#5567 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } } Customize\Entity\YearModel {#5568 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5535} } Customize\Entity\YearModel {#5569 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } } Customize\Entity\YearModel {#5570 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5538} } Customize\Entity\YearModel {#5571 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } } Customize\Entity\YearModel {#5572 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5541} } Customize\Entity\YearModel {#5573 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } } Customize\Entity\YearModel {#5574 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5544} } ] |
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) {#5278 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
| choices | [ Customize\Entity\YearModel {#5556 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } Customize\Entity\YearModel {#5558 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5519} } Customize\Entity\YearModel {#5559 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } Customize\Entity\YearModel {#5560 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } Customize\Entity\YearModel {#5561 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } } Customize\Entity\YearModel {#5562 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5526} } Customize\Entity\YearModel {#5563 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } } Customize\Entity\YearModel {#5564 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5529} } Customize\Entity\YearModel {#5565 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } } Customize\Entity\YearModel {#5566 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5532} } Customize\Entity\YearModel {#5567 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } } Customize\Entity\YearModel {#5568 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5535} } Customize\Entity\YearModel {#5569 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } } Customize\Entity\YearModel {#5570 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5538} } Customize\Entity\YearModel {#5571 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } } Customize\Entity\YearModel {#5572 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5541} } Customize\Entity\YearModel {#5573 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } } Customize\Entity\YearModel {#5574 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5544} } ] |
| 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() {#5810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5809 …} } } |
| 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 {#9361 +label: "2024年" +value: "1" +data: Customize\Entity\YearModel {#5556 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5519 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5347 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5386 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5304 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5348 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9363 +label: "2023年" +value: "2" +data: Customize\Entity\YearModel {#5558 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5519} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9362 +label: "2024年" +value: "3" +data: Customize\Entity\YearModel {#5559 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9365 +label: "2023年" +value: "4" +data: Customize\Entity\YearModel {#5560 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9366 +label: "2024年" +value: "5" +data: Customize\Entity\YearModel {#5561 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5526 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5527 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9367 +label: "2023年" +value: "6" +data: Customize\Entity\YearModel {#5562 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5526} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9368 +label: "2024年" +value: "7" +data: Customize\Entity\YearModel {#5563 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5529 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5530 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9369 +label: "2023年" +value: "8" +data: Customize\Entity\YearModel {#5564 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5529} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9370 +label: "2024年" +value: "9" +data: Customize\Entity\YearModel {#5565 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5532 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5533 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9371 +label: "2023年" +value: "10" +data: Customize\Entity\YearModel {#5566 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5532} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9372 +label: "2024年" +value: "11" +data: Customize\Entity\YearModel {#5567 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5535 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5536 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9373 +label: "2023年" +value: "12" +data: Customize\Entity\YearModel {#5568 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5535} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9374 +label: "2024年" +value: "13" +data: Customize\Entity\YearModel {#5569 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5538 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5539 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9375 +label: "2023年" +value: "14" +data: Customize\Entity\YearModel {#5570 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5538} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9376 +label: "2024年" +value: "15" +data: Customize\Entity\YearModel {#5571 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5541 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5542 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9377 +label: "2023年" +value: "16" +data: Customize\Entity\YearModel {#5572 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5541} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9378 +label: "2024年" +value: "17" +data: Customize\Entity\YearModel {#5573 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5544 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5347} #YearModel: Doctrine\ORM\PersistentCollection {#5545 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9379 +label: "2023年" +value: "18" +data: Customize\Entity\YearModel {#5574 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5544} } +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 {#9358 -form: Symfony\Component\Form\Form {#5860 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9347 …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) {#9359 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5652 …} } |
| 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) {#5293 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
same as passed value |
| choices | [ Customize\Entity\Brand {#5586 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5584 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5590 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5593 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5596 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5599 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5602 -id: 6 -name: "METZEREL" -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\Brand {#5605 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5608 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5611 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5614 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5617 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5620 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5623 -id: 13 -name: "Red Moto" -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\Brand {#5626 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5629 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5632 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5631 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5635 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5634 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5638 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5637 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5641 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5640 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5644 -id: 20 -name: "TM Designworks" -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\Brand {#5647 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5646 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5650 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Brand {#5586 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5584 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5590 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5593 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5596 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5599 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5602 -id: 6 -name: "METZEREL" -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\Brand {#5605 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5608 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5611 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5614 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5617 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5620 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5623 -id: 13 -name: "Red Moto" -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\Brand {#5626 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5629 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5632 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5631 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5635 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5634 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5638 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5637 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5641 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5640 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5644 -id: 20 -name: "TM Designworks" -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\Brand {#5647 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5646 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5650 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5649 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) {#5293 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3979 …} } |
| choices | [ Customize\Entity\Brand {#5586 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5584 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5590 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5593 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5596 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5599 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5602 -id: 6 -name: "METZEREL" -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\Brand {#5605 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5608 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5611 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5614 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5617 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5620 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5623 -id: 13 -name: "Red Moto" -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\Brand {#5626 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5629 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5632 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5631 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5635 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5634 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5638 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5637 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5641 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5640 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5644 -id: 20 -name: "TM Designworks" -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\Brand {#5647 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5646 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5650 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5649 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() {#5821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4063 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5820 …} } } |
| 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 {#9383 +label: "BELRAY" +value: "1" +data: Customize\Entity\Brand {#5586 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5584 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9385 +label: "Brembo" +value: "2" +data: Customize\Entity\Brand {#5590 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9384 +label: "BRIDGESTONE" +value: "3" +data: Customize\Entity\Brand {#5593 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9387 +label: "F2R" +value: "4" +data: Customize\Entity\Brand {#5596 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9388 +label: "GIIANT LOOP" +value: "5" +data: Customize\Entity\Brand {#5599 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9389 +label: "METZEREL" +value: "6" +data: Customize\Entity\Brand {#5602 -id: 6 -name: "METZEREL" -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 {#9390 +label: "MICHELIN" +value: "7" +data: Customize\Entity\Brand {#5605 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9391 +label: "MR WOLF" +value: "8" +data: Customize\Entity\Brand {#5608 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9392 +label: "NGK" +value: "9" +data: Customize\Entity\Brand {#5611 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9393 +label: "ProX" +value: "10" +data: Customize\Entity\Brand {#5614 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9394 +label: "P3" +value: "11" +data: Customize\Entity\Brand {#5617 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9395 +label: "RADE GARAGE" +value: "12" +data: Customize\Entity\Brand {#5620 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9396 +label: "Red Moto" +value: "13" +data: Customize\Entity\Brand {#5623 -id: 13 -name: "Red Moto" -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 {#9397 +label: "Scalvini" +value: "14" +data: Customize\Entity\Brand {#5626 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9398 +label: "Scotts Performance" +value: "15" +data: Customize\Entity\Brand {#5629 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9399 +label: "Seat Consept" +value: "16" +data: Customize\Entity\Brand {#5632 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5631 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9400 +label: "SHOT RACE GEAR" +value: "17" +data: Customize\Entity\Brand {#5635 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5634 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9401 +label: "SKF" +value: "18" +data: Customize\Entity\Brand {#5638 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5637 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9402 +label: "SM PROJECT" +value: "19" +data: Customize\Entity\Brand {#5641 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5640 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9403 +label: "TM Designworks" +value: "20" +data: Customize\Entity\Brand {#5644 -id: 20 -name: "TM Designworks" -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 {#9404 +label: "USWE" +value: "21" +data: Customize\Entity\Brand {#5647 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5646 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9405 +label: "Warp 9" +value: "22" +data: Customize\Entity\Brand {#5650 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5649 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 {#9380 -form: Symfony\Component\Form\Form {#5863 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9360 …5} |
| full_name | "brand_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "brand_id" |
| is_selected | Closure($choice, array $values) {#9381 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5652 …} } |
| 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 | [] |