- 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 {#4246 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4247 #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) {#4223 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4121 …} } |
| 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() {#4225 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#4224 …} } } |
| 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 {#4246 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4247 #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 {#9366 -form: Symfony\Component\Form\Form {#6000 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6197 …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 {#4246 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4247 #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) {#5742 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4121 …} } |
| 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() {#5714 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5750 …} } } |
| 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 {#9378 -form: Symfony\Component\Form\Form {#6003 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9374 …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 |
"25"
|
| 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) {#5464 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#4279 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4289 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4287 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4301 …} -Children: Doctrine\ORM\PersistentCollection {#4548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4547 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4285 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4283 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4538 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4540 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4539 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4537 …} -Children: Doctrine\ORM\PersistentCollection {#4534 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4531 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4524 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4282 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4280 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4284 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4277 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4513 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4542 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4541 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4514 …} -Children: Doctrine\ORM\PersistentCollection {#4517 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4518 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4510 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4512 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4554 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4560 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4567 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4574 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4581 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4588 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4595 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4602 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4609 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4616 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4623 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4557 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4556 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4627 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4628 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4621 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4637 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4644 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4653 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4633 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4634 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4654 …} -Children: Doctrine\ORM\PersistentCollection {#4657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4658 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4663 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4651 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4664 …} -Children: Doctrine\ORM\PersistentCollection {#4667 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4674 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4681 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4688 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4695 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4702 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4709 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4716 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4723 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4730 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4670 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4671 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4731 …} -Children: Doctrine\ORM\PersistentCollection {#4734 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4735 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4728 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4736 …} -Children: Doctrine\ORM\PersistentCollection {#4739 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4744 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4751 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4758 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4756 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4759 …} -Children: Doctrine\ORM\PersistentCollection {#4762 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4763 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4669 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4770 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4779 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4741 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4740 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4780 …} -Children: Doctrine\ORM\PersistentCollection {#4783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4784 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4775 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4789 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4777 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4790 …} -Children: Doctrine\ORM\PersistentCollection {#4793 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4800 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4807 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4814 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4821 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4828 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4835 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4795 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4794 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4836 …} -Children: Doctrine\ORM\PersistentCollection {#4839 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4840 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4833 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4834 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 {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4849 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4856 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4863 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4870 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4877 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4884 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4891 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4845 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4846 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4892 …} -Children: Doctrine\ORM\PersistentCollection {#4895 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4896 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4889 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4890 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 {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4905 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4912 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4796 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4797 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4913 …} -Children: Doctrine\ORM\PersistentCollection {#4916 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4917 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4910 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4911 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 {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4926 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4933 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4940 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4947 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4954 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4961 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4968 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4922 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4923 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4972 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4973 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4966 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4977 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4982 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4989 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4996 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5003 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5010 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5017 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5024 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5031 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5038 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4978 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4979 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5039 …} -Children: Doctrine\ORM\PersistentCollection {#5042 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5043 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5036 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5037 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 {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5052 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5059 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5066 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5073 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5080 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5087 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5094 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5048 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5049 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5099 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5092 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5093 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 {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5108 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5115 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5122 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5129 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4901 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5134 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5127 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5135 …} -Children: Doctrine\ORM\PersistentCollection {#5138 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5143 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5150 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5157 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5164 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5171 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5178 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5105 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5104 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5182 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5183 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5176 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5177 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5192 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5199 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5206 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5213 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5139 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5218 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5211 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5219 …} -Children: Doctrine\ORM\PersistentCollection {#5222 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5227 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5234 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5241 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5248 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5255 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5262 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5269 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5276 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5283 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5281 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5282 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5288 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5224 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5223 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5289 …} -Children: Doctrine\ORM\PersistentCollection {#5292 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5293 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5188 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5294 …} -Children: Doctrine\ORM\PersistentCollection {#5297 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5302 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5309 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5316 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5323 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5330 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5337 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5338 …} -Children: Doctrine\ORM\PersistentCollection {#5341 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5346 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5342 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5343 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5351 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5344 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5345 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5352 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5360 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5367 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5374 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5372 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5373 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5379 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5298 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5299 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5386 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5393 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5391 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5392 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5394 …} -Children: Doctrine\ORM\PersistentCollection {#5397 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5398 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5356 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5357 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5399 …} -Children: Doctrine\ORM\PersistentCollection {#5402 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5409 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5403 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5404 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5414 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5405 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5406 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5415 …} -Children: Doctrine\ORM\PersistentCollection {#5418 …} -Parent: Eccube\Entity\Category {#5409} -Creator: null } Eccube\Entity\Category {#5419 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5407 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5408 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5423 …} -Parent: Eccube\Entity\Category {#5414} -Creator: null } Eccube\Entity\Category {#5428 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5424 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5425 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5432 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5433 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5426 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5427 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5428} -Creator: null } ] |
[ Eccube\Entity\Category {#4279 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4289 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4287 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4301 …} -Children: Doctrine\ORM\PersistentCollection {#4548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4547 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4285 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4283 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4538 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4540 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4539 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4537 …} -Children: Doctrine\ORM\PersistentCollection {#4534 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4531 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4524 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4282 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4280 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4284 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4277 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4513 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4542 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4541 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4514 …} -Children: Doctrine\ORM\PersistentCollection {#4517 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4518 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4510 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4512 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4554 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4560 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4567 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4574 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4581 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4588 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4595 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4602 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4609 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4616 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4623 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4557 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4556 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4627 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4628 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4621 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4637 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4644 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4653 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4633 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4634 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4654 …} -Children: Doctrine\ORM\PersistentCollection {#4657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4658 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4663 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4651 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4664 …} -Children: Doctrine\ORM\PersistentCollection {#4667 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4674 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4681 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4688 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4695 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4702 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4709 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4716 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4723 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4730 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4670 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4671 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4731 …} -Children: Doctrine\ORM\PersistentCollection {#4734 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4735 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4728 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4736 …} -Children: Doctrine\ORM\PersistentCollection {#4739 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4744 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4751 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4758 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4756 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4759 …} -Children: Doctrine\ORM\PersistentCollection {#4762 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4763 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4669 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4770 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4779 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4741 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4740 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4780 …} -Children: Doctrine\ORM\PersistentCollection {#4783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4784 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4775 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4789 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4777 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4790 …} -Children: Doctrine\ORM\PersistentCollection {#4793 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4800 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4807 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4814 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4821 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4828 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4835 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4795 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4794 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4836 …} -Children: Doctrine\ORM\PersistentCollection {#4839 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4840 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4833 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4834 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 {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4849 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4856 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4863 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4870 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4877 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4884 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4891 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4845 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4846 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4892 …} -Children: Doctrine\ORM\PersistentCollection {#4895 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4896 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4889 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4890 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 {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4905 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4912 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4796 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4797 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4913 …} -Children: Doctrine\ORM\PersistentCollection {#4916 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4917 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4910 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4911 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 {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4926 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4933 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4940 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4947 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4954 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4961 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4968 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4922 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4923 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4972 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4973 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4966 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4977 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4982 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4989 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4996 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5003 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5010 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5017 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5024 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5031 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5038 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4978 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4979 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5039 …} -Children: Doctrine\ORM\PersistentCollection {#5042 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5043 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5036 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5037 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 {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5052 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5059 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5066 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5073 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5080 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5087 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5094 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5048 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5049 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5099 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5092 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5093 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 {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5108 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5115 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5122 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5129 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4901 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5134 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5127 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5135 …} -Children: Doctrine\ORM\PersistentCollection {#5138 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5143 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5150 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5157 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5164 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5171 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5178 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5105 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5104 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5182 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5183 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5176 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5177 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5192 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5199 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5206 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5213 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5139 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5218 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5211 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5219 …} -Children: Doctrine\ORM\PersistentCollection {#5222 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5227 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5234 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5241 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5248 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5255 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5262 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5269 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5276 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5283 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5281 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5282 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5288 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5224 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5223 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5289 …} -Children: Doctrine\ORM\PersistentCollection {#5292 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5293 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5188 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5294 …} -Children: Doctrine\ORM\PersistentCollection {#5297 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5302 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5309 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5316 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5323 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5330 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5337 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5338 …} -Children: Doctrine\ORM\PersistentCollection {#5341 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5346 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5342 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5343 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5351 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5344 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5345 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5352 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5360 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5367 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5374 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5372 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5373 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5379 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5298 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5299 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5386 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5393 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5391 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5392 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5394 …} -Children: Doctrine\ORM\PersistentCollection {#5397 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5398 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5356 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5357 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5399 …} -Children: Doctrine\ORM\PersistentCollection {#5402 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5409 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5403 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5404 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5414 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5405 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5406 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5415 …} -Children: Doctrine\ORM\PersistentCollection {#5418 …} -Parent: Eccube\Entity\Category {#5409} -Creator: null } Eccube\Entity\Category {#5419 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5407 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5408 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5423 …} -Parent: Eccube\Entity\Category {#5414} -Creator: null } Eccube\Entity\Category {#5428 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5424 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5425 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5432 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5433 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5426 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5427 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5428} -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) {#5464 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
| choices | [ Eccube\Entity\Category {#4279 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4289 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4287 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4301 …} -Children: Doctrine\ORM\PersistentCollection {#4548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4547 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4285 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4283 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4538 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4540 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4539 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4537 …} -Children: Doctrine\ORM\PersistentCollection {#4534 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4531 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4524 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4282 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4280 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4284 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4277 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4513 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4542 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4541 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4514 …} -Children: Doctrine\ORM\PersistentCollection {#4517 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4518 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4510 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4512 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4554 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4560 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4567 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4574 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4581 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4588 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4595 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4602 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4609 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4616 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4623 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4557 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4556 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4627 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4628 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4621 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4637 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4644 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4653 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4633 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4634 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4654 …} -Children: Doctrine\ORM\PersistentCollection {#4657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4658 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4663 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4651 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4664 …} -Children: Doctrine\ORM\PersistentCollection {#4667 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4674 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4681 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4688 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4695 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4702 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4709 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4716 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4723 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4730 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4670 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4671 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4731 …} -Children: Doctrine\ORM\PersistentCollection {#4734 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4735 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4728 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4736 …} -Children: Doctrine\ORM\PersistentCollection {#4739 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4744 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4751 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4758 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4756 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4759 …} -Children: Doctrine\ORM\PersistentCollection {#4762 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4763 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4669 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4770 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4779 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4741 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4740 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4780 …} -Children: Doctrine\ORM\PersistentCollection {#4783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4784 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4775 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4789 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4777 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4790 …} -Children: Doctrine\ORM\PersistentCollection {#4793 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4800 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4807 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4814 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4821 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4828 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4835 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4795 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4794 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4836 …} -Children: Doctrine\ORM\PersistentCollection {#4839 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4840 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4833 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4834 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 {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4849 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4856 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4863 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4870 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4877 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4884 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4891 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4845 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4846 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4892 …} -Children: Doctrine\ORM\PersistentCollection {#4895 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4896 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4889 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4890 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 {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4905 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4912 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4796 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4797 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4913 …} -Children: Doctrine\ORM\PersistentCollection {#4916 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4917 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4910 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4911 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 {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4926 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4933 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4940 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4947 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4954 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4961 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4968 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4922 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4923 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4972 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4973 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4966 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4977 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4982 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4989 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#4996 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5003 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5010 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5017 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5024 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5031 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5038 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4978 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4979 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5039 …} -Children: Doctrine\ORM\PersistentCollection {#5042 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5043 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5036 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5037 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 {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5052 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5059 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5066 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5073 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5080 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5087 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5094 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5048 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5049 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5099 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5092 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5093 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 {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5108 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5115 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5122 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5129 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4901 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5134 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5127 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5135 …} -Children: Doctrine\ORM\PersistentCollection {#5138 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5143 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5150 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5157 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5164 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5171 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5178 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5105 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5104 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5182 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5183 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5176 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5177 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5192 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5199 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5206 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5213 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5139 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5218 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5211 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5219 …} -Children: Doctrine\ORM\PersistentCollection {#5222 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5227 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5234 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5241 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5248 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5255 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5262 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5269 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5276 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5283 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5281 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5282 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5288 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5224 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5223 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5289 …} -Children: Doctrine\ORM\PersistentCollection {#5292 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5293 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5188 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5294 …} -Children: Doctrine\ORM\PersistentCollection {#5297 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5302 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5309 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5316 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5323 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5330 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5337 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5338 …} -Children: Doctrine\ORM\PersistentCollection {#5341 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5346 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5342 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5343 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5351 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5344 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5345 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5352 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5360 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5367 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5374 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5372 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5373 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5379 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5298 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5299 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5386 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5393 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5391 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5392 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5394 …} -Children: Doctrine\ORM\PersistentCollection {#5397 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } Eccube\Entity\Category {#5398 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5356 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5357 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5399 …} -Children: Doctrine\ORM\PersistentCollection {#5402 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5409 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5403 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5404 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5414 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5405 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5406 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5415 …} -Children: Doctrine\ORM\PersistentCollection {#5418 …} -Parent: Eccube\Entity\Category {#5409} -Creator: null } Eccube\Entity\Category {#5419 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5407 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5408 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5423 …} -Parent: Eccube\Entity\Category {#5414} -Creator: null } Eccube\Entity\Category {#5428 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5424 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5425 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5432 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5433 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5426 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5427 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5428} -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() {#5840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5839 …} } } |
| 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 {#9387 +label: "カジュアル" +value: "13" +data: Eccube\Entity\Category {#4279 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4289 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4287 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4301 …} -Children: Doctrine\ORM\PersistentCollection {#4548 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9380 +label: "T-シャツ・シャツ" +value: "52" +data: Eccube\Entity\Category {#4547 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4285 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4283 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4543 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9388 +label: "ボトムス" +value: "53" +data: Eccube\Entity\Category {#4538 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4540 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4539 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4537 …} -Children: Doctrine\ORM\PersistentCollection {#4534 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9403 +label: "ジャケット・パーカー" +value: "54" +data: Eccube\Entity\Category {#4531 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4533 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4532 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9405 +label: "帽子" +value: "55" +data: Eccube\Entity\Category {#4524 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4526 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4525 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4523 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9406 +label: "その他" +value: "56" +data: Eccube\Entity\Category {#4282 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4280 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4284 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4277 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: Eccube\Entity\Category {#4279} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9407 +label: "ライダーギア" +value: "12" +data: Eccube\Entity\Category {#4513 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4542 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4541 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4514 …} -Children: Doctrine\ORM\PersistentCollection {#4517 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9408 +label: "ヘルメット" +value: "42" +data: Eccube\Entity\Category {#4518 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4510 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4512 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4519 …} -Children: Doctrine\ORM\PersistentCollection {#4554 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9409 +label: "ブーツ" +value: "43" +data: Eccube\Entity\Category {#4560 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4558 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4559 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4561 …} -Children: Doctrine\ORM\PersistentCollection {#4564 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9410 +label: "ゴーグル" +value: "44" +data: Eccube\Entity\Category {#4567 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4565 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4566 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4568 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9411 +label: "ジャージ、パンツ" +value: "45" +data: Eccube\Entity\Category {#4574 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4572 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4573 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4575 …} -Children: Doctrine\ORM\PersistentCollection {#4578 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9412 +label: "グローブ" +value: "46" +data: Eccube\Entity\Category {#4581 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4579 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4580 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4582 …} -Children: Doctrine\ORM\PersistentCollection {#4585 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9413 +label: "プロテクション" +value: "47" +data: Eccube\Entity\Category {#4588 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4586 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4587 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4589 …} -Children: Doctrine\ORM\PersistentCollection {#4592 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9414 +label: "バッグ" +value: "48" +data: Eccube\Entity\Category {#4595 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4593 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4594 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4596 …} -Children: Doctrine\ORM\PersistentCollection {#4599 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9415 +label: "アンダー、インナー" +value: "49" +data: Eccube\Entity\Category {#4602 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4600 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4601 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4603 …} -Children: Doctrine\ORM\PersistentCollection {#4606 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9416 +label: "ジャケット" +value: "50" +data: Eccube\Entity\Category {#4609 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4607 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4608 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4610 …} -Children: Doctrine\ORM\PersistentCollection {#4613 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9417 +label: "レインウエア" +value: "51" +data: Eccube\Entity\Category {#4616 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4614 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4615 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4617 …} -Children: Doctrine\ORM\PersistentCollection {#4620 …} -Parent: Eccube\Entity\Category {#4513} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9418 +label: "マテリアル" +value: "11" +data: Eccube\Entity\Category {#4623 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4557 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4556 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4627 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9419 +label: "CNC" +value: "39" +data: Eccube\Entity\Category {#4628 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4621 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9420 +label: "カーボン" +value: "40" +data: Eccube\Entity\Category {#4637 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4635 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4636 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4638 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9421 +label: "チタン" +value: "41" +data: Eccube\Entity\Category {#4644 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4642 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4643 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4645 …} -Children: Doctrine\ORM\PersistentCollection {#4648 …} -Parent: Eccube\Entity\Category {#4623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9422 +label: "競技" +value: "10" +data: Eccube\Entity\Category {#4653 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4633 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4634 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4654 …} -Children: Doctrine\ORM\PersistentCollection {#4657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9423 +label: "ラリー" +value: "35" +data: Eccube\Entity\Category {#4658 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4662 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9424 +label: "ラリーキット" +value: "124" +data: Eccube\Entity\Category {#4663 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4651 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4664 …} -Children: Doctrine\ORM\PersistentCollection {#4667 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9425 +label: "ラリーカウル" +value: "125" +data: Eccube\Entity\Category {#4674 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4672 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4675 …} -Children: Doctrine\ORM\PersistentCollection {#4678 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9426 +label: "ラリーマップホルダー" +value: "126" +data: Eccube\Entity\Category {#4681 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4679 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4682 …} -Children: Doctrine\ORM\PersistentCollection {#4685 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9427 +label: "シート" +value: "127" +data: Eccube\Entity\Category {#4688 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4686 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4689 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9428 +label: "スイッチ・コンピューター" +value: "128" +data: Eccube\Entity\Category {#4695 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4693 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4694 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4696 …} -Children: Doctrine\ORM\PersistentCollection {#4699 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9429 +label: "ダンパー" +value: "129" +data: Eccube\Entity\Category {#4702 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4700 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4703 …} -Children: Doctrine\ORM\PersistentCollection {#4706 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9430 +label: "タンク" +value: "130" +data: Eccube\Entity\Category {#4709 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4707 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4710 …} -Children: Doctrine\ORM\PersistentCollection {#4713 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9431 +label: "サスペンション" +value: "131" +data: Eccube\Entity\Category {#4716 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4714 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4717 …} -Children: Doctrine\ORM\PersistentCollection {#4720 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9432 +label: "エキゾースト" +value: "132" +data: Eccube\Entity\Category {#4723 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4721 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4724 …} -Children: Doctrine\ORM\PersistentCollection {#4727 …} -Parent: Eccube\Entity\Category {#4658} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9433 +label: "スーパーモタード" +value: "36" +data: Eccube\Entity\Category {#4730 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4670 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4671 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4731 …} -Children: Doctrine\ORM\PersistentCollection {#4734 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9434 +label: "ホイール" +value: "133" +data: Eccube\Entity\Category {#4735 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4728 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4736 …} -Children: Doctrine\ORM\PersistentCollection {#4739 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9435 +label: "ブレーキ" +value: "134" +data: Eccube\Entity\Category {#4744 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4742 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4745 …} -Children: Doctrine\ORM\PersistentCollection {#4748 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9436 +label: "サスペンション" +value: "135" +data: Eccube\Entity\Category {#4751 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4749 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4750 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4752 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9437 +label: "エキゾースト" +value: "136" +data: Eccube\Entity\Category {#4758 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4756 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4759 …} -Children: Doctrine\ORM\PersistentCollection {#4762 …} -Parent: Eccube\Entity\Category {#4730} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9438 +label: "エンデューロ" +value: "37" +data: Eccube\Entity\Category {#4763 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4669 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4764 …} -Children: Doctrine\ORM\PersistentCollection {#4767 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9439 +label: "モトクロス" +value: "38" +data: Eccube\Entity\Category {#4770 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4768 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4769 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4771 …} -Children: Doctrine\ORM\PersistentCollection {#4774 …} -Parent: Eccube\Entity\Category {#4653} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9440 +label: "スペシャルパーツ" +value: "9" +data: Eccube\Entity\Category {#4779 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4741 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4740 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4780 …} -Children: Doctrine\ORM\PersistentCollection {#4783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9441 +label: "シャーシー・フレーム" +value: "25" +data: Eccube\Entity\Category {#4784 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4775 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4785 …} -Children: Doctrine\ORM\PersistentCollection {#4788 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9442 +label: "サスペンション" +value: "62" +data: Eccube\Entity\Category {#4789 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4777 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4790 …} -Children: Doctrine\ORM\PersistentCollection {#4793 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9443 +label: "スイングアーム・リンク" +value: "63" +data: Eccube\Entity\Category {#4800 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4798 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4801 …} -Children: Doctrine\ORM\PersistentCollection {#4804 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9444 +label: "トリプルクランプ" +value: "64" +data: Eccube\Entity\Category {#4807 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4805 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4808 …} -Children: Doctrine\ORM\PersistentCollection {#4811 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9445 +label: "ステアリングダンパー" +value: "65" +data: Eccube\Entity\Category {#4814 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4812 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4815 …} -Children: Doctrine\ORM\PersistentCollection {#4818 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9446 +label: "サイドスタンド" +value: "66" +data: Eccube\Entity\Category {#4821 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4819 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4822 …} -Children: Doctrine\ORM\PersistentCollection {#4825 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9447 +label: "その他" +value: "67" +data: Eccube\Entity\Category {#4828 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4826 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4827 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4829 …} -Children: Doctrine\ORM\PersistentCollection {#4832 …} -Parent: Eccube\Entity\Category {#4784} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9448 +label: "ハンドル・操作系" +value: "26" +data: Eccube\Entity\Category {#4835 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4795 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4794 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4836 …} -Children: Doctrine\ORM\PersistentCollection {#4839 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9449 +label: "ハンドル" +value: "68" +data: Eccube\Entity\Category {#4840 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4833 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4834 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 {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9450 +label: "グリップ" +value: "69" +data: Eccube\Entity\Category {#4849 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4847 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4850 …} -Children: Doctrine\ORM\PersistentCollection {#4853 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9451 +label: "ペダル" +value: "70" +data: Eccube\Entity\Category {#4856 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4854 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4857 …} -Children: Doctrine\ORM\PersistentCollection {#4860 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9452 +label: "フットペグ・ステップ関連" +value: "71" +data: Eccube\Entity\Category {#4863 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4861 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4864 …} -Children: Doctrine\ORM\PersistentCollection {#4867 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9453 +label: "レバー類" +value: "72" +data: Eccube\Entity\Category {#4870 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4868 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4871 …} -Children: Doctrine\ORM\PersistentCollection {#4874 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9454 +label: "スイッチ類" +value: "73" +data: Eccube\Entity\Category {#4877 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4875 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4878 …} -Children: Doctrine\ORM\PersistentCollection {#4881 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9455 +label: "その他" +value: "74" +data: Eccube\Entity\Category {#4884 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4882 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4885 …} -Children: Doctrine\ORM\PersistentCollection {#4888 …} -Parent: Eccube\Entity\Category {#4835} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9456 +label: "吸排気系" +value: "27" +data: Eccube\Entity\Category {#4891 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4845 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4846 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4892 …} -Children: Doctrine\ORM\PersistentCollection {#4895 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9457 +label: "エキゾースト" +value: "75" +data: Eccube\Entity\Category {#4896 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4889 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4890 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 {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9458 +label: "インテーク" +value: "76" +data: Eccube\Entity\Category {#4905 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4903 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4906 …} -Children: Doctrine\ORM\PersistentCollection {#4909 …} -Parent: Eccube\Entity\Category {#4891} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9459 +label: "駆動系" +value: "28" +data: Eccube\Entity\Category {#4912 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4796 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4797 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4913 …} -Children: Doctrine\ORM\PersistentCollection {#4916 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9460 +label: "ホイール" +value: "77" +data: Eccube\Entity\Category {#4917 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4910 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4911 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 {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9461 +label: "スプロケット" +value: "78" +data: Eccube\Entity\Category {#4926 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4924 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#4930 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9462 +label: "チェーン" +value: "79" +data: Eccube\Entity\Category {#4933 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4931 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4934 …} -Children: Doctrine\ORM\PersistentCollection {#4937 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9463 +label: "チェーンガイド" +value: "80" +data: Eccube\Entity\Category {#4940 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4938 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4941 …} -Children: Doctrine\ORM\PersistentCollection {#4944 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9464 +label: "チェーンスライダー" +value: "81" +data: Eccube\Entity\Category {#4947 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4945 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4948 …} -Children: Doctrine\ORM\PersistentCollection {#4951 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9465 +label: "アクスルプーラー" +value: "82" +data: Eccube\Entity\Category {#4954 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4952 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4953 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4955 …} -Children: Doctrine\ORM\PersistentCollection {#4958 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9466 +label: "その他" +value: "83" +data: Eccube\Entity\Category {#4961 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4959 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4962 …} -Children: Doctrine\ORM\PersistentCollection {#4965 …} -Parent: Eccube\Entity\Category {#4912} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9467 +label: "ガード" +value: "29" +data: Eccube\Entity\Category {#4968 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4922 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4923 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4972 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9468 +label: "ハンドガード" +value: "84" +data: Eccube\Entity\Category {#4973 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4966 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4977 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9469 +label: "エキゾーストガード" +value: "85" +data: Eccube\Entity\Category {#4982 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4980 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4983 …} -Children: Doctrine\ORM\PersistentCollection {#4986 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9470 +label: "スライダー" +value: "86" +data: Eccube\Entity\Category {#4989 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4987 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4988 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9471 +label: "アンダーガード" +value: "87" +data: Eccube\Entity\Category {#4996 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4994 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9472 +label: "ディスクガード" +value: "88" +data: Eccube\Entity\Category {#5003 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#5001 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9473 +label: "エンジンガード" +value: "89" +data: Eccube\Entity\Category {#5010 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#5008 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9474 +label: "ラジエターガード" +value: "90" +data: Eccube\Entity\Category {#5017 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#5015 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9475 +label: "フレームガード" +value: "91" +data: Eccube\Entity\Category {#5024 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#5022 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9476 +label: "その他" +value: "92" +data: Eccube\Entity\Category {#5031 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#5029 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5032 …} -Children: Doctrine\ORM\PersistentCollection {#5035 …} -Parent: Eccube\Entity\Category {#4968} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9477 +label: "外装系" +value: "30" +data: Eccube\Entity\Category {#5038 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4978 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4979 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5039 …} -Children: Doctrine\ORM\PersistentCollection {#5042 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9478 +label: "外装" +value: "93" +data: Eccube\Entity\Category {#5043 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#5036 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5037 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 {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9479 +label: "グラフィック" +value: "94" +data: Eccube\Entity\Category {#5052 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#5050 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5053 …} -Children: Doctrine\ORM\PersistentCollection {#5056 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9480 +label: "シート" +value: "95" +data: Eccube\Entity\Category {#5059 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#5057 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9481 +label: "タンク" +value: "96" +data: Eccube\Entity\Category {#5066 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#5064 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5067 …} -Children: Doctrine\ORM\PersistentCollection {#5070 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9482 +label: "カウル" +value: "97" +data: Eccube\Entity\Category {#5073 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#5071 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5072 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9483 +label: "ボルト類" +value: "98" +data: Eccube\Entity\Category {#5080 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#5078 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9484 +label: "その他" +value: "99" +data: Eccube\Entity\Category {#5087 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#5085 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5038} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9485 +label: "エンジン系" +value: "31" +data: Eccube\Entity\Category {#5094 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#5048 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5049 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9486 +label: "エンジン" +value: "100" +data: Eccube\Entity\Category {#5099 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#5092 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5093 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 {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9487 +label: "エンジンカバー" +value: "101" +data: Eccube\Entity\Category {#5108 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#5106 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9488 +label: "クラッチ・シフト機構" +value: "102" +data: Eccube\Entity\Category {#5115 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#5113 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9489 +label: "その他" +value: "103" +data: Eccube\Entity\Category {#5122 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#5120 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5094} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9490 +label: "ブレーキ関連" +value: "32" +data: Eccube\Entity\Category {#5129 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4901 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9491 +label: "マスターシリンダー" +value: "104" +data: Eccube\Entity\Category {#5134 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#5127 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5135 …} -Children: Doctrine\ORM\PersistentCollection {#5138 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9492 +label: "キャリパー" +value: "105" +data: Eccube\Entity\Category {#5143 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#5141 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5142 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9493 +label: "ブレーキディスク" +value: "106" +data: Eccube\Entity\Category {#5150 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5148 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5149 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9494 +label: "ブレーキペダル" +value: "107" +data: Eccube\Entity\Category {#5157 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5155 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5156 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9495 +label: "ブレーキホース" +value: "108" +data: Eccube\Entity\Category {#5164 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5162 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5163 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9496 +label: "その他" +value: "109" +data: Eccube\Entity\Category {#5171 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5169 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5170 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5172 …} -Children: Doctrine\ORM\PersistentCollection {#5175 …} -Parent: Eccube\Entity\Category {#5129} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9497 +label: "積載関連" +value: "33" +data: Eccube\Entity\Category {#5178 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#5105 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5104 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5182 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9498 +label: "パニア、バッグ" +value: "110" +data: Eccube\Entity\Category {#5183 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5176 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5177 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5184 …} -Children: Doctrine\ORM\PersistentCollection {#5187 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9499 +label: "キャリア" +value: "111" +data: Eccube\Entity\Category {#5192 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5190 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5191 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5196 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9500 +label: "液体バッグ" +value: "112" +data: Eccube\Entity\Category {#5199 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5197 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5200 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9501 +label: "ストラップ" +value: "113" +data: Eccube\Entity\Category {#5206 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5204 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5205 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5207 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: Eccube\Entity\Category {#5178} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9502 +label: "電装系" +value: "34" +data: Eccube\Entity\Category {#5213 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#5140 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5139 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#4779} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9503 +label: "ECU" +value: "114" +data: Eccube\Entity\Category {#5218 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5211 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5219 …} -Children: Doctrine\ORM\PersistentCollection {#5222 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9504 +label: "オートシフター" +value: "115" +data: Eccube\Entity\Category {#5227 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5225 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9505 +label: "メーター・センサー類" +value: "116" +data: Eccube\Entity\Category {#5234 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5232 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5233 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9506 +label: "ラリーパーツ" +value: "117" +data: Eccube\Entity\Category {#5241 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5239 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5240 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9507 +label: "GPS・ナビゲーション" +value: "118" +data: Eccube\Entity\Category {#5248 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5246 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5247 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9508 +label: "ライト" +value: "119" +data: Eccube\Entity\Category {#5255 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5253 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5254 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9509 +label: "スイッチ" +value: "120" +data: Eccube\Entity\Category {#5262 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5260 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5261 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9510 +label: "ウインカー" +value: "121" +data: Eccube\Entity\Category {#5269 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5267 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5268 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9511 +label: "ETC関連" +value: "122" +data: Eccube\Entity\Category {#5276 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5274 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5275 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9512 +label: "映像機器" +value: "123" +data: Eccube\Entity\Category {#5283 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5281 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5282 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5213} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9513 +label: "消耗品、スペアパーツ" +value: "8" +data: Eccube\Entity\Category {#5288 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5224 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5223 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5289 …} -Children: Doctrine\ORM\PersistentCollection {#5292 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9514 +label: "ハンドル関連" +value: "14" +data: Eccube\Entity\Category {#5293 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5188 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5294 …} -Children: Doctrine\ORM\PersistentCollection {#5297 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9515 +label: "シャーシー・足回り" +value: "15" +data: Eccube\Entity\Category {#5302 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5300 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5301 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5303 …} -Children: Doctrine\ORM\PersistentCollection {#5306 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9516 +label: "駆動系" +value: "16" +data: Eccube\Entity\Category {#5309 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5307 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5308 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5310 …} -Children: Doctrine\ORM\PersistentCollection {#5313 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9517 +label: "ブレーキ関連" +value: "17" +data: Eccube\Entity\Category {#5316 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5314 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5315 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5317 …} -Children: Doctrine\ORM\PersistentCollection {#5320 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9518 +label: "エンジン" +value: "18" +data: Eccube\Entity\Category {#5323 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5321 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5322 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5324 …} -Children: Doctrine\ORM\PersistentCollection {#5327 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9519 +label: "吸排気関連" +value: "19" +data: Eccube\Entity\Category {#5330 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5328 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5329 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5331 …} -Children: Doctrine\ORM\PersistentCollection {#5334 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9520 +label: "オイル" +value: "20" +data: Eccube\Entity\Category {#5337 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5335 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5336 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5338 …} -Children: Doctrine\ORM\PersistentCollection {#5341 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9521 +label: "タイヤ" +value: "21" +data: Eccube\Entity\Category {#5346 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5342 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5343 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9522 +label: "ラリー" +value: "58" +data: Eccube\Entity\Category {#5351 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5344 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5345 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5352 …} -Children: Doctrine\ORM\PersistentCollection {#5355 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9523 +label: "スーパーモト" +value: "59" +data: Eccube\Entity\Category {#5360 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5358 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5359 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9524 +label: "エンデューロ" +value: "60" +data: Eccube\Entity\Category {#5367 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5365 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5366 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9525 +label: "モトクロス" +value: "61" +data: Eccube\Entity\Category {#5374 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5372 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5373 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5346} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9526 +label: "タイヤ関連" +value: "22" +data: Eccube\Entity\Category {#5379 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5298 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5299 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5380 …} -Children: Doctrine\ORM\PersistentCollection {#5383 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9527 +label: "ムース" +value: "23" +data: Eccube\Entity\Category {#5386 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5384 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5385 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9528 +label: "その他" +value: "24" +data: Eccube\Entity\Category {#5393 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5391 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5392 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5394 …} -Children: Doctrine\ORM\PersistentCollection {#5397 …} -Parent: Eccube\Entity\Category {#5288} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9529 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#5398 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5356 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5357 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5399 …} -Children: Doctrine\ORM\PersistentCollection {#5402 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9530 +label: "ジェラート" +value: "1" +data: Eccube\Entity\Category {#5409 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5403 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5404 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9531 +label: "彩のデザート" +value: "3" +data: Eccube\Entity\Category {#5414 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5405 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5406 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5415 …} -Children: Doctrine\ORM\PersistentCollection {#5418 …} -Parent: Eccube\Entity\Category {#5409} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9532 +label: "CUBE" +value: "4" +data: Eccube\Entity\Category {#5419 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5407 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5408 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5420 …} -Children: Doctrine\ORM\PersistentCollection {#5423 …} -Parent: Eccube\Entity\Category {#5414} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9533 +label: "アイスサンド" +value: "5" +data: Eccube\Entity\Category {#5428 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5424 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5425 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5429 …} -Children: Doctrine\ORM\PersistentCollection {#5432 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9534 +label: "フルーツ" +value: "6" +data: Eccube\Entity\Category {#5433 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5426 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5427 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5428} -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 {#9382 -form: Symfony\Component\Form\Form {#6006 …} -errors: [ Symfony\Component\Form\FormError {#6179 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "25" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Validator\ConstraintViolation {#6371 root: Symfony\Component\Form\Form {#6000 …} path: "children[category_id]" value: "25" } -origin: Symfony\Component\Form\Form {#6006 …} } ] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9397 …5} |
| full_name | "category_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, array $values) {#9367 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5819 …} } |
| 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 | "25" |
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) {#5869 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4121 …} } |
| 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() {#5871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5868 …} } } |
| 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 {#9535 -form: Symfony\Component\Form\Form {#6009 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9375 …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) {#5880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4121 …} } |
| 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() {#5882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5881 …} } } |
| 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 {#9537 -form: Symfony\Component\Form\Form {#6012 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9536 …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 {#4246 #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 {#4246 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4293 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4254 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4246 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4293 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4254 #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 {#5905 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5913 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5914 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5912 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#4246 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4293 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4254 #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 {#5912 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#5915 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5917 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5918 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5919 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5916 …} -_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() {#5911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5908 …} } } |
| 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 {#9541 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4246 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9540 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4293 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9542 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4254 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListMax {#4246 #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 {#9539 -form: Symfony\Component\Form\Form {#6015 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9538 …5} |
| full_name | "disp_number" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "disp_number" |
| is_selected | Closure($choice, $value) {#9544 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5819 …} } |
| 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 {#4247 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4247 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4245 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5454 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4247 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4245 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5454 #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 {#5905 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5937 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5938 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5936 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4234 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4247 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4245 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5454 #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 {#5936 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4234 …} -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 {#5939 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5941 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5942 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5943 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5940 …} -_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() {#5935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5934 …} } } |
| 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 {#9548 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4247 #id: 1 #name: "価格が低い順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9547 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4245 #id: 3 #name: "価格が高い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9549 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#5454 #id: 2 #name: "新着順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListOrderBy {#4247 #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 {#9545 -form: Symfony\Component\Form\Form {#6018 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9546 …5} |
| full_name | "orderby" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderby" |
| is_selected | Closure($choice, $value) {#9551 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5819 …} } |
| 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) {#4249 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
same as passed value |
| choices | [ Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5549 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5548 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5547 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5551 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5550 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5519 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5520 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5576 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5522 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5518 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5581 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5588 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5595 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5602 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5609 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5616 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5623 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5630 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5637 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5644 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5651 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5658 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5665 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5672 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5673 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5675 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5670 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5671 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5549 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5548 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5547 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5551 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5550 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5519 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5520 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5576 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5522 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5518 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5581 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5588 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5595 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5602 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5609 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5616 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5623 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5630 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5637 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5644 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5651 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5658 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5665 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5672 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5673 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5675 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5670 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5671 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) {#4249 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
| choices | [ Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5549 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5548 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5547 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5551 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5550 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5519 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5520 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5576 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5522 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5518 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5581 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5588 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5595 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5602 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5609 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5616 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5623 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5630 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5637 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5644 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5651 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5658 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5665 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5672 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5673 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5675 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5670 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5671 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() {#5955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5954 …} } } |
| 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 {#9556 +label: "VENT" +value: "1" +data: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9558 +label: "Red Moto" +value: "2" +data: Customize\Entity\Maker {#5549 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5548 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5547 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5551 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5550 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9557 +label: "HUSQVARNA(KTM)" +value: "3" +data: Customize\Entity\Maker {#5519 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5520 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5576 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5522 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5518 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9560 +label: "KTM" +value: "4" +data: Customize\Entity\Maker {#5581 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5582 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5584 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5578 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9561 +label: "GASGAS(KTM)" +value: "5" +data: Customize\Entity\Maker {#5588 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5589 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5591 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5587 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9562 +label: "BETA" +value: "6" +data: Customize\Entity\Maker {#5595 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5596 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5598 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5593 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9563 +label: "HONDA" +value: "7" +data: Customize\Entity\Maker {#5602 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5603 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5605 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9564 +label: "YAMAHA" +value: "8" +data: Customize\Entity\Maker {#5609 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5610 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5612 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9565 +label: "SHERCO" +value: "9" +data: Customize\Entity\Maker {#5616 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5617 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5619 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5614 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9566 +label: "FANTIC" +value: "10" +data: Customize\Entity\Maker {#5623 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5624 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5626 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9567 +label: "BMW" +value: "11" +data: Customize\Entity\Maker {#5630 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5631 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5633 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9568 +label: "DUCATI" +value: "12" +data: Customize\Entity\Maker {#5637 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5638 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5640 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5635 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5636 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9569 +label: "aprilia" +value: "13" +data: Customize\Entity\Maker {#5644 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5645 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5647 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5643 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9570 +label: "MOTO GUZZI" +value: "14" +data: Customize\Entity\Maker {#5651 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5652 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5654 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5649 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9571 +label: "ROYAL ENFIELD" +value: "15" +data: Customize\Entity\Maker {#5658 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5659 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5661 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5656 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5657 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9572 +label: "TRIUMPH" +value: "16" +data: Customize\Entity\Maker {#5665 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5666 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5668 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5664 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9573 +label: "tmRACING" +value: "17" +data: Customize\Entity\Maker {#5672 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5673 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5675 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5670 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5671 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 {#9552 -form: Symfony\Component\Form\Form {#6021 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9553 …5} |
| full_name | "maker_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "maker_id" |
| is_selected | Closure($choice, $value) {#9554 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5819 …} } |
| 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) {#5438 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
same as passed value |
| choices | [ Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } ] |
[ Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } ] |
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) {#5438 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
| choices | [ Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } ] |
| 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() {#5966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5965 …} } } |
| 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 {#9577 +label: "BAJA 50" +value: "1" +data: Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9579 +label: "BAJA RR 50" +value: "2" +data: Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9578 +label: "BAJA 125 4T" +value: "3" +data: Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9581 +label: "BAJA RR 125 4T" +value: "4" +data: Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9582 +label: "BAJA 50 2T KIDS" +value: "5" +data: Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9583 +label: "DERAPAGE 50" +value: "6" +data: Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9584 +label: "DERAPAGE RR 50" +value: "7" +data: Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9585 +label: "DERAPAGE 125 4T" +value: "8" +data: Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9586 +label: "DERAPAGE RR 125 4T" +value: "9" +data: Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } +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 {#9574 -form: Symfony\Component\Form\Form {#6024 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9555 …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) {#9575 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5819 …} } |
| 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) {#5441 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
same as passed value |
| choices | [ Customize\Entity\YearModel {#5723 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } } Customize\Entity\YearModel {#5725 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } Customize\Entity\YearModel {#5726 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } } Customize\Entity\YearModel {#5727 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5690} } Customize\Entity\YearModel {#5728 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } } Customize\Entity\YearModel {#5729 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5693} } Customize\Entity\YearModel {#5730 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } } Customize\Entity\YearModel {#5731 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5696} } Customize\Entity\YearModel {#5732 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } } Customize\Entity\YearModel {#5733 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5699} } Customize\Entity\YearModel {#5734 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } } Customize\Entity\YearModel {#5735 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5702} } Customize\Entity\YearModel {#5736 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } } Customize\Entity\YearModel {#5737 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5705} } Customize\Entity\YearModel {#5738 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } } Customize\Entity\YearModel {#5739 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5708} } Customize\Entity\YearModel {#5740 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } } Customize\Entity\YearModel {#5741 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5711} } ] |
[ Customize\Entity\YearModel {#5723 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } } Customize\Entity\YearModel {#5725 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } Customize\Entity\YearModel {#5726 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } } Customize\Entity\YearModel {#5727 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5690} } Customize\Entity\YearModel {#5728 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } } Customize\Entity\YearModel {#5729 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5693} } Customize\Entity\YearModel {#5730 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } } Customize\Entity\YearModel {#5731 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5696} } Customize\Entity\YearModel {#5732 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } } Customize\Entity\YearModel {#5733 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5699} } Customize\Entity\YearModel {#5734 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } } Customize\Entity\YearModel {#5735 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5702} } Customize\Entity\YearModel {#5736 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } } Customize\Entity\YearModel {#5737 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5705} } Customize\Entity\YearModel {#5738 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } } Customize\Entity\YearModel {#5739 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5708} } Customize\Entity\YearModel {#5740 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } } Customize\Entity\YearModel {#5741 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5711} } ] |
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) {#5441 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
| choices | [ Customize\Entity\YearModel {#5723 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } } Customize\Entity\YearModel {#5725 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } Customize\Entity\YearModel {#5726 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } } Customize\Entity\YearModel {#5727 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5690} } Customize\Entity\YearModel {#5728 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } } Customize\Entity\YearModel {#5729 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5693} } Customize\Entity\YearModel {#5730 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } } Customize\Entity\YearModel {#5731 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5696} } Customize\Entity\YearModel {#5732 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } } Customize\Entity\YearModel {#5733 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5699} } Customize\Entity\YearModel {#5734 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } } Customize\Entity\YearModel {#5735 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5702} } Customize\Entity\YearModel {#5736 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } } Customize\Entity\YearModel {#5737 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5705} } Customize\Entity\YearModel {#5738 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } } Customize\Entity\YearModel {#5739 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5708} } Customize\Entity\YearModel {#5740 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } } Customize\Entity\YearModel {#5741 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5711} } ] |
| 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() {#5977 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5976 …} } } |
| 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 {#9590 +label: "2024年" +value: "1" +data: Customize\Entity\YearModel {#5723 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5686 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5510 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5553 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5555 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5467 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5511 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5688 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9592 +label: "2023年" +value: "2" +data: Customize\Entity\YearModel {#5725 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5686} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9591 +label: "2024年" +value: "3" +data: Customize\Entity\YearModel {#5726 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5690 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5691 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9594 +label: "2023年" +value: "4" +data: Customize\Entity\YearModel {#5727 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5690} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9595 +label: "2024年" +value: "5" +data: Customize\Entity\YearModel {#5728 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5693 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5694 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9596 +label: "2023年" +value: "6" +data: Customize\Entity\YearModel {#5729 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5693} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9597 +label: "2024年" +value: "7" +data: Customize\Entity\YearModel {#5730 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5696 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5697 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9598 +label: "2023年" +value: "8" +data: Customize\Entity\YearModel {#5731 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5696} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9599 +label: "2024年" +value: "9" +data: Customize\Entity\YearModel {#5732 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5699 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5700 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9600 +label: "2023年" +value: "10" +data: Customize\Entity\YearModel {#5733 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5699} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9601 +label: "2024年" +value: "11" +data: Customize\Entity\YearModel {#5734 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5702 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5703 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9602 +label: "2023年" +value: "12" +data: Customize\Entity\YearModel {#5735 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5702} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9603 +label: "2024年" +value: "13" +data: Customize\Entity\YearModel {#5736 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5705 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5706 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9604 +label: "2023年" +value: "14" +data: Customize\Entity\YearModel {#5737 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5705} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9605 +label: "2024年" +value: "15" +data: Customize\Entity\YearModel {#5738 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5708 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5709 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9606 +label: "2023年" +value: "16" +data: Customize\Entity\YearModel {#5739 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5708} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9607 +label: "2024年" +value: "17" +data: Customize\Entity\YearModel {#5740 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5711 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5510} #YearModel: Doctrine\ORM\PersistentCollection {#5712 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9608 +label: "2023年" +value: "18" +data: Customize\Entity\YearModel {#5741 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5711} } +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 {#9587 -form: Symfony\Component\Form\Form {#6027 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9576 …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) {#9588 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5819 …} } |
| 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) {#5456 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
same as passed value |
| choices | [ Customize\Entity\Brand {#5753 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5745 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5757 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5756 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5760 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5759 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5763 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5762 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5766 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5765 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5769 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5768 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5772 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5771 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5775 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5774 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5778 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5777 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5781 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5780 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5784 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5783 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5787 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5786 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5790 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5789 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5793 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5792 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5796 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5795 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5799 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5798 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5802 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5801 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5805 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5804 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5808 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5807 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5811 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5810 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5814 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5812 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5813 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5817 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5815 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5816 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Brand {#5753 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5745 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5757 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5756 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5760 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5759 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5763 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5762 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5766 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5765 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5769 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5768 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5772 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5771 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5775 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5774 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5778 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5777 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5781 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5780 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5784 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5783 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5787 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5786 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5790 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5789 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5793 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5792 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5796 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5795 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5799 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5798 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5802 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5801 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5805 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5804 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5808 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5807 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5811 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5810 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5814 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5812 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5813 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5817 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5815 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5816 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) {#5456 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#4122 …} } |
| choices | [ Customize\Entity\Brand {#5753 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5745 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5757 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5756 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5760 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5759 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5763 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5762 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5766 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5765 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5769 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5768 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5772 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5771 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5775 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5774 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5778 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5777 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5781 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5780 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5784 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5783 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5787 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5786 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5790 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5789 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5793 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5792 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5796 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5795 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5799 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5798 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5802 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5801 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5805 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5804 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5808 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5807 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5811 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5810 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5814 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5812 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5813 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5817 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5815 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5816 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() {#5988 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4206 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5987 …} } } |
| 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 {#9612 +label: "BELRAY" +value: "1" +data: Customize\Entity\Brand {#5753 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5745 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5751 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9614 +label: "Brembo" +value: "2" +data: Customize\Entity\Brand {#5757 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5755 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5756 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9613 +label: "BRIDGESTONE" +value: "3" +data: Customize\Entity\Brand {#5760 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5758 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5759 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9616 +label: "F2R" +value: "4" +data: Customize\Entity\Brand {#5763 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5761 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5762 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9617 +label: "GIIANT LOOP" +value: "5" +data: Customize\Entity\Brand {#5766 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5764 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5765 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9618 +label: "METZEREL" +value: "6" +data: Customize\Entity\Brand {#5769 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5767 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5768 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9619 +label: "MICHELIN" +value: "7" +data: Customize\Entity\Brand {#5772 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5770 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5771 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9620 +label: "MR WOLF" +value: "8" +data: Customize\Entity\Brand {#5775 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5773 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5774 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9621 +label: "NGK" +value: "9" +data: Customize\Entity\Brand {#5778 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5776 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5777 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9622 +label: "ProX" +value: "10" +data: Customize\Entity\Brand {#5781 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5779 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5780 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9623 +label: "P3" +value: "11" +data: Customize\Entity\Brand {#5784 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5782 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5783 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9624 +label: "RADE GARAGE" +value: "12" +data: Customize\Entity\Brand {#5787 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5785 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5786 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9625 +label: "Red Moto" +value: "13" +data: Customize\Entity\Brand {#5790 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5788 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5789 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9626 +label: "Scalvini" +value: "14" +data: Customize\Entity\Brand {#5793 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5791 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5792 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9627 +label: "Scotts Performance" +value: "15" +data: Customize\Entity\Brand {#5796 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5794 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5795 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9628 +label: "Seat Consept" +value: "16" +data: Customize\Entity\Brand {#5799 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5797 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5798 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9629 +label: "SHOT RACE GEAR" +value: "17" +data: Customize\Entity\Brand {#5802 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5800 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5801 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9630 +label: "SKF" +value: "18" +data: Customize\Entity\Brand {#5805 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5803 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5804 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9631 +label: "SM PROJECT" +value: "19" +data: Customize\Entity\Brand {#5808 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5806 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5807 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9632 +label: "TM Designworks" +value: "20" +data: Customize\Entity\Brand {#5811 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5809 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5810 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9633 +label: "USWE" +value: "21" +data: Customize\Entity\Brand {#5814 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5812 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5813 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9634 +label: "Warp 9" +value: "22" +data: Customize\Entity\Brand {#5817 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5815 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5816 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 {#9609 -form: Symfony\Component\Form\Form {#6030 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9589 …5} |
| full_name | "brand_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "brand_id" |
| is_selected | Closure($choice, array $values) {#9610 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5819 …} } |
| 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 | [] |