- Request / Response
- Performance
- Validator
- Forms 1
- Exception
- Logs 423
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- Doctrine 5
- Migrations 13
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
mode
-
1category_id
-
name
-
pageno
-
disp_number
-
orderby
-
maker_id
-
vehicle_model_id
-
year_model_id
-
brand_id
-
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "mode" => null "category_id" => [] "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4120 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4121 #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) {#4097 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3995 …} } |
| 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() {#4099 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#4098 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product" "_" ] |
| cache_key | "__search_product" |
| compound | true |
| data | [ "mode" => null "category_id" => [] "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4120 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4121 #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 {#9172 -form: Symfony\Component\Form\Form {#5850 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6317 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | false |
| value | [ "mode" => null "category_id" => [] "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4120 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4121 #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) {#5592 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3995 …} } |
| 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() {#5564 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5600 …} } } |
| 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 {#9184 -form: Symfony\Component\Form\Form {#5853 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9180 …5} |
| full_name | "mode" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mode" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mode" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_mode" |
| valid | true |
| value | "" |
category_id
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Errors
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "Name" |
same as passed value |
| choice_value | Closure(Category $Category = null) {#5318 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#4153 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4163 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4161 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4188 …} -Children: Doctrine\ORM\PersistentCollection {#4402 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4401 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4397 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4392 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4393 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4391 …} -Children: Doctrine\ORM\PersistentCollection {#4388 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4385 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4386 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4384 …} -Children: Doctrine\ORM\PersistentCollection {#4381 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4378 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4379 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4377 …} -Children: Doctrine\ORM\PersistentCollection {#4374 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4156 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4367 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4396 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4395 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4372 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4365 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4366 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4373 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4414 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4412 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4413 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4415 …} -Children: Doctrine\ORM\PersistentCollection {#4418 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4421 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4419 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4420 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4422 …} -Children: Doctrine\ORM\PersistentCollection {#4425 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4428 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4426 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4427 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4429 …} -Children: Doctrine\ORM\PersistentCollection {#4432 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4435 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4433 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4434 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4436 …} -Children: Doctrine\ORM\PersistentCollection {#4439 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4442 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4440 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4441 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4449 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4447 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4448 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4450 …} -Children: Doctrine\ORM\PersistentCollection {#4453 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4456 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4454 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4455 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4457 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4463 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4461 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4462 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4464 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4470 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4468 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4469 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4471 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4477 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4411 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4410 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4478 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4482 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4475 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4476 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4491 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4489 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4498 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4496 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4497 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4507 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4487 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4488 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4512 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4504 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4517 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4505 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4506 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4528 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4526 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4527 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4535 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4533 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4534 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4536 …} -Children: Doctrine\ORM\PersistentCollection {#4539 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4542 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4540 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4541 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4549 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4547 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4548 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4556 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4554 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4555 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4563 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4561 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4562 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4570 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4568 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4569 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4577 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4575 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4576 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4584 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4524 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 {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4589 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4582 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4583 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4590 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4598 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4596 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4597 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4605 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4603 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4604 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4612 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4610 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4611 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4617 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4522 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4523 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4624 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4623 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4633 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4595 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4594 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4638 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4630 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4643 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4631 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4632 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4654 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4653 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4661 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4659 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4660 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4668 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4667 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4675 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4674 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4682 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4681 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4689 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4648 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4694 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4688 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4703 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4702 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4710 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4709 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4717 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4716 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4724 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4723 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4731 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4730 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4738 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4737 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4745 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4699 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4700 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4749 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4750 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4744 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4759 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4758 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4766 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4651 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4771 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4764 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4765 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4780 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4779 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4787 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4785 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4786 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4794 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4793 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4801 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4800 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4808 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4807 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4815 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4814 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4822 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4777 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4827 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4821 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4836 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4834 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4835 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4843 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4842 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4850 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4849 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4857 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4856 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4864 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4863 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4871 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4870 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4878 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4877 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4885 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4884 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4892 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4832 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4833 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4897 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4890 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4891 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4898 …} -Children: Doctrine\ORM\PersistentCollection {#4901 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4906 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4905 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4913 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4911 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4912 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4920 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4919 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4927 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4926 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4934 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4933 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4941 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4940 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4948 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4903 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4953 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4947 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4954 …} -Children: Doctrine\ORM\PersistentCollection {#4957 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4962 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4961 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4969 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4968 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4976 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4975 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4983 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4755 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4756 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4988 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4982 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4997 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4996 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5004 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5003 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5011 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5010 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5018 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5017 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5025 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5024 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5032 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4959 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4958 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5037 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5031 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5038 …} -Children: Doctrine\ORM\PersistentCollection {#5041 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5046 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5045 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5053 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5052 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5060 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5059 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5067 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4994 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4993 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5072 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5066 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5076 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5081 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5080 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5088 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5087 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5095 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5093 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5094 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5102 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5101 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5109 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5108 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5116 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5115 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5123 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5122 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5130 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5129 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5137 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5136 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5142 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5078 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5077 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5143 …} -Children: Doctrine\ORM\PersistentCollection {#5146 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5147 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5043 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5156 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5155 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5163 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5161 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5162 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5170 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5168 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5169 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5177 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5175 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5176 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5184 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5183 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5191 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5190 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5200 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5196 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5197 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5205 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5199 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5214 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5213 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5221 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5220 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5228 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5227 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5233 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5153 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5240 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5238 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5239 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5247 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5245 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5246 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5252 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5210 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5211 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5263 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5257 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5258 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5268 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5259 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5260 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5263} -Creator: null } Eccube\Entity\Category {#5273 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5274 …} -Children: Doctrine\ORM\PersistentCollection {#5277 …} -Parent: Eccube\Entity\Category {#5268} -Creator: null } Eccube\Entity\Category {#5282 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5278 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5279 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5287 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5280 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5281 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: null } ] |
[ Eccube\Entity\Category {#4153 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4163 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4161 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4188 …} -Children: Doctrine\ORM\PersistentCollection {#4402 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4401 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4397 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4392 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4393 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4391 …} -Children: Doctrine\ORM\PersistentCollection {#4388 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4385 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4386 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4384 …} -Children: Doctrine\ORM\PersistentCollection {#4381 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4378 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4379 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4377 …} -Children: Doctrine\ORM\PersistentCollection {#4374 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4156 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4367 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4396 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4395 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4372 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4365 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4366 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4373 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4414 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4412 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4413 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4415 …} -Children: Doctrine\ORM\PersistentCollection {#4418 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4421 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4419 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4420 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4422 …} -Children: Doctrine\ORM\PersistentCollection {#4425 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4428 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4426 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4427 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4429 …} -Children: Doctrine\ORM\PersistentCollection {#4432 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4435 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4433 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4434 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4436 …} -Children: Doctrine\ORM\PersistentCollection {#4439 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4442 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4440 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4441 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4449 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4447 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4448 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4450 …} -Children: Doctrine\ORM\PersistentCollection {#4453 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4456 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4454 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4455 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4457 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4463 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4461 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4462 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4464 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4470 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4468 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4469 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4471 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4477 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4411 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4410 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4478 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4482 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4475 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4476 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4491 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4489 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4498 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4496 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4497 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4507 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4487 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4488 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4512 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4504 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4517 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4505 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4506 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4528 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4526 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4527 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4535 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4533 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4534 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4536 …} -Children: Doctrine\ORM\PersistentCollection {#4539 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4542 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4540 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4541 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4549 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4547 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4548 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4556 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4554 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4555 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4563 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4561 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4562 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4570 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4568 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4569 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4577 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4575 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4576 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4584 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4524 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 {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4589 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4582 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4583 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4590 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4598 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4596 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4597 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4605 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4603 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4604 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4612 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4610 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4611 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4617 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4522 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4523 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4624 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4623 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4633 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4595 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4594 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4638 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4630 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4643 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4631 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4632 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4654 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4653 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4661 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4659 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4660 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4668 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4667 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4675 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4674 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4682 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4681 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4689 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4648 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4694 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4688 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4703 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4702 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4710 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4709 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4717 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4716 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4724 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4723 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4731 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4730 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4738 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4737 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4745 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4699 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4700 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4749 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4750 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4744 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4759 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4758 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4766 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4651 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4771 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4764 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4765 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4780 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4779 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4787 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4785 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4786 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4794 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4793 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4801 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4800 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4808 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4807 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4815 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4814 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4822 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4777 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4827 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4821 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4836 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4834 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4835 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4843 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4842 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4850 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4849 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4857 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4856 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4864 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4863 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4871 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4870 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4878 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4877 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4885 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4884 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4892 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4832 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4833 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4897 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4890 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4891 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4898 …} -Children: Doctrine\ORM\PersistentCollection {#4901 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4906 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4905 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4913 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4911 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4912 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4920 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4919 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4927 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4926 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4934 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4933 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4941 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4940 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4948 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4903 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4953 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4947 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4954 …} -Children: Doctrine\ORM\PersistentCollection {#4957 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4962 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4961 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4969 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4968 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4976 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4975 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4983 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4755 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4756 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4988 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4982 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4997 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4996 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5004 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5003 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5011 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5010 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5018 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5017 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5025 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5024 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5032 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4959 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4958 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5037 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5031 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5038 …} -Children: Doctrine\ORM\PersistentCollection {#5041 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5046 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5045 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5053 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5052 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5060 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5059 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5067 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4994 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4993 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5072 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5066 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5076 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5081 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5080 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5088 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5087 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5095 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5093 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5094 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5102 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5101 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5109 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5108 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5116 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5115 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5123 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5122 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5130 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5129 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5137 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5136 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5142 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5078 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5077 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5143 …} -Children: Doctrine\ORM\PersistentCollection {#5146 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5147 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5043 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5156 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5155 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5163 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5161 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5162 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5170 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5168 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5169 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5177 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5175 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5176 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5184 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5183 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5191 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5190 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5200 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5196 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5197 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5205 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5199 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5214 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5213 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5221 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5220 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5228 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5227 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5233 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5153 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5240 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5238 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5239 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5247 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5245 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5246 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5252 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5210 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5211 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5263 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5257 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5258 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5268 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5259 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5260 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5263} -Creator: null } Eccube\Entity\Category {#5273 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5274 …} -Children: Doctrine\ORM\PersistentCollection {#5277 …} -Parent: Eccube\Entity\Category {#5268} -Creator: null } Eccube\Entity\Category {#5282 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5278 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5279 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5287 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5280 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5281 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -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) {#5318 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
| choices | [ Eccube\Entity\Category {#4153 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4163 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4161 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4188 …} -Children: Doctrine\ORM\PersistentCollection {#4402 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4401 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4397 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4392 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4393 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4391 …} -Children: Doctrine\ORM\PersistentCollection {#4388 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4385 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4386 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4384 …} -Children: Doctrine\ORM\PersistentCollection {#4381 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4378 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4379 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4377 …} -Children: Doctrine\ORM\PersistentCollection {#4374 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4156 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4367 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4396 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4395 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4372 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4365 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4366 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4373 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4414 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4412 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4413 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4415 …} -Children: Doctrine\ORM\PersistentCollection {#4418 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4421 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4419 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4420 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4422 …} -Children: Doctrine\ORM\PersistentCollection {#4425 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4428 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4426 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4427 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4429 …} -Children: Doctrine\ORM\PersistentCollection {#4432 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4435 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4433 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4434 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4436 …} -Children: Doctrine\ORM\PersistentCollection {#4439 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4442 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4440 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4441 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4449 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4447 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4448 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4450 …} -Children: Doctrine\ORM\PersistentCollection {#4453 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4456 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4454 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4455 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4457 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4463 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4461 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4462 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4464 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4470 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4468 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4469 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4471 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4477 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4411 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4410 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4478 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4482 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4475 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4476 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4491 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4489 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4498 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4496 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4497 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4507 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4487 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4488 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4512 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4504 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4517 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4505 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4506 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4528 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4526 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4527 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4535 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4533 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4534 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4536 …} -Children: Doctrine\ORM\PersistentCollection {#4539 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4542 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4540 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4541 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4549 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4547 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4548 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4556 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4554 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4555 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4563 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4561 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4562 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4570 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4568 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4569 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4577 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4575 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4576 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4584 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4524 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 {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4589 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4582 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4583 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4590 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4598 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4596 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4597 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4605 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4603 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4604 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4612 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4610 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4611 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4617 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4522 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4523 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4624 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4623 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4633 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4595 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4594 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4638 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4630 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4643 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4631 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4632 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4654 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4653 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4661 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4659 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4660 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4668 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4667 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4675 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4674 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4682 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4681 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4689 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4648 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4694 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4688 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4703 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4702 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4710 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4709 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4717 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4716 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4724 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4723 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4731 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4730 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4738 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4737 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4745 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4699 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4700 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4749 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4750 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4744 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4759 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4758 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4766 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4651 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4771 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4764 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4765 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4780 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4779 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4787 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4785 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4786 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4794 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4793 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4801 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4800 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4808 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4807 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4815 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4814 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4822 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4777 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4827 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4821 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4836 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4834 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4835 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4843 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4842 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4850 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4849 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4857 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4856 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4864 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4863 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4871 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4870 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4878 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4877 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4885 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4884 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4892 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4832 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4833 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4897 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4890 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4891 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4898 …} -Children: Doctrine\ORM\PersistentCollection {#4901 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4906 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4905 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4913 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4911 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4912 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4920 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4919 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4927 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4926 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4934 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4933 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4941 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4940 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4948 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4903 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4953 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4947 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4954 …} -Children: Doctrine\ORM\PersistentCollection {#4957 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4962 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4961 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4969 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4968 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4976 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4975 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4983 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4755 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4756 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4988 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4982 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#4997 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4996 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5004 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5003 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5011 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5010 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5018 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5017 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5025 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5024 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5032 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4959 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4958 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5037 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5031 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5038 …} -Children: Doctrine\ORM\PersistentCollection {#5041 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5046 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5045 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5053 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5052 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5060 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5059 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5067 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4994 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4993 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5072 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5066 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5076 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5081 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5080 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5088 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5087 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5095 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5093 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5094 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5102 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5101 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5109 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5108 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5116 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5115 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5123 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5122 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5130 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5129 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5137 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5136 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5142 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5078 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5077 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5143 …} -Children: Doctrine\ORM\PersistentCollection {#5146 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5147 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5043 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5156 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5155 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5163 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5161 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5162 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5170 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5168 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5169 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5177 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5175 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5176 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5184 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5183 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5191 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5190 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5200 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5196 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5197 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5205 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5199 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5214 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5213 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5221 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5220 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5228 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5227 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5233 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5153 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5240 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5238 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5239 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5247 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5245 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5246 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } Eccube\Entity\Category {#5252 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5210 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5211 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5263 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5257 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5258 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5268 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5259 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5260 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5263} -Creator: null } Eccube\Entity\Category {#5273 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5274 …} -Children: Doctrine\ORM\PersistentCollection {#5277 …} -Parent: Eccube\Entity\Category {#5268} -Creator: null } Eccube\Entity\Category {#5282 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5278 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5279 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5287 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5280 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5281 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -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() {#5690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5689 …} } } |
| 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 {#9193 +label: "カジュアル" +value: "13" +data: Eccube\Entity\Category {#4153 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4163 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4161 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4188 …} -Children: Doctrine\ORM\PersistentCollection {#4402 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9186 +label: "T-シャツ・シャツ" +value: "52" +data: Eccube\Entity\Category {#4401 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4159 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4397 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9194 +label: "ボトムス" +value: "53" +data: Eccube\Entity\Category {#4392 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4393 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4391 …} -Children: Doctrine\ORM\PersistentCollection {#4388 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9209 +label: "ジャケット・パーカー" +value: "54" +data: Eccube\Entity\Category {#4385 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4386 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4384 …} -Children: Doctrine\ORM\PersistentCollection {#4381 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9211 +label: "帽子" +value: "55" +data: Eccube\Entity\Category {#4378 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4379 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4377 …} -Children: Doctrine\ORM\PersistentCollection {#4374 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9212 +label: "その他" +value: "56" +data: Eccube\Entity\Category {#4156 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4151 …} -Children: Doctrine\ORM\PersistentCollection {#4364 …} -Parent: Eccube\Entity\Category {#4153} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9213 +label: "ライダーギア" +value: "12" +data: Eccube\Entity\Category {#4367 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4396 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4395 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4371 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9214 +label: "ヘルメット" +value: "42" +data: Eccube\Entity\Category {#4372 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4365 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4366 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4373 …} -Children: Doctrine\ORM\PersistentCollection {#4408 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9215 +label: "ブーツ" +value: "43" +data: Eccube\Entity\Category {#4414 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4412 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4413 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4415 …} -Children: Doctrine\ORM\PersistentCollection {#4418 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9216 +label: "ゴーグル" +value: "44" +data: Eccube\Entity\Category {#4421 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4419 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4420 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4422 …} -Children: Doctrine\ORM\PersistentCollection {#4425 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9217 +label: "ジャージ、パンツ" +value: "45" +data: Eccube\Entity\Category {#4428 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4426 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4427 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4429 …} -Children: Doctrine\ORM\PersistentCollection {#4432 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9218 +label: "グローブ" +value: "46" +data: Eccube\Entity\Category {#4435 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4433 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4434 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4436 …} -Children: Doctrine\ORM\PersistentCollection {#4439 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9219 +label: "プロテクション" +value: "47" +data: Eccube\Entity\Category {#4442 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4440 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4441 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4443 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9220 +label: "バッグ" +value: "48" +data: Eccube\Entity\Category {#4449 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4447 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4448 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4450 …} -Children: Doctrine\ORM\PersistentCollection {#4453 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9221 +label: "アンダー、インナー" +value: "49" +data: Eccube\Entity\Category {#4456 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4454 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4455 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4457 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9222 +label: "ジャケット" +value: "50" +data: Eccube\Entity\Category {#4463 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4461 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4462 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4464 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9223 +label: "レインウエア" +value: "51" +data: Eccube\Entity\Category {#4470 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4468 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4469 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4471 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: Eccube\Entity\Category {#4367} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9224 +label: "マテリアル" +value: "11" +data: Eccube\Entity\Category {#4477 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4411 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4410 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4478 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9225 +label: "CNC" +value: "39" +data: Eccube\Entity\Category {#4482 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4475 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4476 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9226 +label: "カーボン" +value: "40" +data: Eccube\Entity\Category {#4491 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4489 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9227 +label: "チタン" +value: "41" +data: Eccube\Entity\Category {#4498 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4496 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4497 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: Eccube\Entity\Category {#4477} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9228 +label: "競技" +value: "10" +data: Eccube\Entity\Category {#4507 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4487 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4488 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4508 …} -Children: Doctrine\ORM\PersistentCollection {#4511 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9229 +label: "ラリー" +value: "35" +data: Eccube\Entity\Category {#4512 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4503 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4504 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9230 +label: "ラリーキット" +value: "124" +data: Eccube\Entity\Category {#4517 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4505 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4506 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9231 +label: "ラリーカウル" +value: "125" +data: Eccube\Entity\Category {#4528 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4526 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4527 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4529 …} -Children: Doctrine\ORM\PersistentCollection {#4532 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9232 +label: "ラリーマップホルダー" +value: "126" +data: Eccube\Entity\Category {#4535 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4533 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4534 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4536 …} -Children: Doctrine\ORM\PersistentCollection {#4539 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9233 +label: "シート" +value: "127" +data: Eccube\Entity\Category {#4542 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4540 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4541 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4546 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9234 +label: "スイッチ・コンピューター" +value: "128" +data: Eccube\Entity\Category {#4549 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4547 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4548 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4550 …} -Children: Doctrine\ORM\PersistentCollection {#4553 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9235 +label: "ダンパー" +value: "129" +data: Eccube\Entity\Category {#4556 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4554 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4555 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4557 …} -Children: Doctrine\ORM\PersistentCollection {#4560 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9236 +label: "タンク" +value: "130" +data: Eccube\Entity\Category {#4563 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4561 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4562 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9237 +label: "サスペンション" +value: "131" +data: Eccube\Entity\Category {#4570 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4568 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4569 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9238 +label: "エキゾースト" +value: "132" +data: Eccube\Entity\Category {#4577 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4575 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4576 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4512} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9239 +label: "スーパーモタード" +value: "36" +data: Eccube\Entity\Category {#4584 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4524 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 {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9240 +label: "ホイール" +value: "133" +data: Eccube\Entity\Category {#4589 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4582 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4583 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4590 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9241 +label: "ブレーキ" +value: "134" +data: Eccube\Entity\Category {#4598 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4596 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4597 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9242 +label: "サスペンション" +value: "135" +data: Eccube\Entity\Category {#4605 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4603 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4604 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4609 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9243 +label: "エキゾースト" +value: "136" +data: Eccube\Entity\Category {#4612 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4610 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4611 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4616 …} -Parent: Eccube\Entity\Category {#4584} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9244 +label: "エンデューロ" +value: "37" +data: Eccube\Entity\Category {#4617 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4522 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4523 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9245 +label: "モトクロス" +value: "38" +data: Eccube\Entity\Category {#4624 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4622 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4623 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4507} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9246 +label: "スペシャルパーツ" +value: "9" +data: Eccube\Entity\Category {#4633 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4595 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4594 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9247 +label: "シャーシー・フレーム" +value: "25" +data: Eccube\Entity\Category {#4638 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4629 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4630 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9248 +label: "サスペンション" +value: "62" +data: Eccube\Entity\Category {#4643 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4631 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4632 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9249 +label: "スイングアーム・リンク" +value: "63" +data: Eccube\Entity\Category {#4654 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4652 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4653 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9250 +label: "トリプルクランプ" +value: "64" +data: Eccube\Entity\Category {#4661 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4659 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4660 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9251 +label: "ステアリングダンパー" +value: "65" +data: Eccube\Entity\Category {#4668 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4666 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4667 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9252 +label: "サイドスタンド" +value: "66" +data: Eccube\Entity\Category {#4675 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4673 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4674 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9253 +label: "その他" +value: "67" +data: Eccube\Entity\Category {#4682 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4680 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4681 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4638} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9254 +label: "ハンドル・操作系" +value: "26" +data: Eccube\Entity\Category {#4689 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4649 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4648 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9255 +label: "ハンドル" +value: "68" +data: Eccube\Entity\Category {#4694 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4687 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4688 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9256 +label: "グリップ" +value: "69" +data: Eccube\Entity\Category {#4703 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4701 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4702 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9257 +label: "ペダル" +value: "70" +data: Eccube\Entity\Category {#4710 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4708 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4709 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9258 +label: "フットペグ・ステップ関連" +value: "71" +data: Eccube\Entity\Category {#4717 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4715 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4716 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9259 +label: "レバー類" +value: "72" +data: Eccube\Entity\Category {#4724 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4722 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4723 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9260 +label: "スイッチ類" +value: "73" +data: Eccube\Entity\Category {#4731 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4729 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4730 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9261 +label: "その他" +value: "74" +data: Eccube\Entity\Category {#4738 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4736 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4737 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4689} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9262 +label: "吸排気系" +value: "27" +data: Eccube\Entity\Category {#4745 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4699 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4700 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4749 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9263 +label: "エキゾースト" +value: "75" +data: Eccube\Entity\Category {#4750 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4743 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4744 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9264 +label: "インテーク" +value: "76" +data: Eccube\Entity\Category {#4759 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4757 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4758 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4763 …} -Parent: Eccube\Entity\Category {#4745} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9265 +label: "駆動系" +value: "28" +data: Eccube\Entity\Category {#4766 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4650 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4651 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4770 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9266 +label: "ホイール" +value: "77" +data: Eccube\Entity\Category {#4771 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4764 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4765 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9267 +label: "スプロケット" +value: "78" +data: Eccube\Entity\Category {#4780 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4778 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4779 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9268 +label: "チェーン" +value: "79" +data: Eccube\Entity\Category {#4787 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4785 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4786 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9269 +label: "チェーンガイド" +value: "80" +data: Eccube\Entity\Category {#4794 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4792 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4793 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9270 +label: "チェーンスライダー" +value: "81" +data: Eccube\Entity\Category {#4801 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4799 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4800 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9271 +label: "アクスルプーラー" +value: "82" +data: Eccube\Entity\Category {#4808 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4806 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4807 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9272 +label: "その他" +value: "83" +data: Eccube\Entity\Category {#4815 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4813 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4814 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9273 +label: "ガード" +value: "29" +data: Eccube\Entity\Category {#4822 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4776 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4777 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9274 +label: "ハンドガード" +value: "84" +data: Eccube\Entity\Category {#4827 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4820 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4821 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9275 +label: "エキゾーストガード" +value: "85" +data: Eccube\Entity\Category {#4836 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4834 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4835 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9276 +label: "スライダー" +value: "86" +data: Eccube\Entity\Category {#4843 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4841 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4842 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9277 +label: "アンダーガード" +value: "87" +data: Eccube\Entity\Category {#4850 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4848 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4849 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9278 +label: "ディスクガード" +value: "88" +data: Eccube\Entity\Category {#4857 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4855 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4856 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9279 +label: "エンジンガード" +value: "89" +data: Eccube\Entity\Category {#4864 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4862 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4863 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9280 +label: "ラジエターガード" +value: "90" +data: Eccube\Entity\Category {#4871 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4869 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4870 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9281 +label: "フレームガード" +value: "91" +data: Eccube\Entity\Category {#4878 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4876 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4877 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9282 +label: "その他" +value: "92" +data: Eccube\Entity\Category {#4885 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4883 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4884 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4822} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9283 +label: "外装系" +value: "30" +data: Eccube\Entity\Category {#4892 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4832 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4833 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9284 +label: "外装" +value: "93" +data: Eccube\Entity\Category {#4897 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4890 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4891 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4898 …} -Children: Doctrine\ORM\PersistentCollection {#4901 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9285 +label: "グラフィック" +value: "94" +data: Eccube\Entity\Category {#4906 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4904 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4905 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9286 +label: "シート" +value: "95" +data: Eccube\Entity\Category {#4913 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4911 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4912 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9287 +label: "タンク" +value: "96" +data: Eccube\Entity\Category {#4920 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4918 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4919 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9288 +label: "カウル" +value: "97" +data: Eccube\Entity\Category {#4927 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4925 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4926 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9289 +label: "ボルト類" +value: "98" +data: Eccube\Entity\Category {#4934 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4932 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4933 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9290 +label: "その他" +value: "99" +data: Eccube\Entity\Category {#4941 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4939 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4940 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4892} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9291 +label: "エンジン系" +value: "31" +data: Eccube\Entity\Category {#4948 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4902 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4903 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9292 +label: "エンジン" +value: "100" +data: Eccube\Entity\Category {#4953 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4946 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4947 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4954 …} -Children: Doctrine\ORM\PersistentCollection {#4957 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9293 +label: "エンジンカバー" +value: "101" +data: Eccube\Entity\Category {#4962 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4960 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4961 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9294 +label: "クラッチ・シフト機構" +value: "102" +data: Eccube\Entity\Category {#4969 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4967 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4968 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9295 +label: "その他" +value: "103" +data: Eccube\Entity\Category {#4976 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4974 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4975 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4948} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9296 +label: "ブレーキ関連" +value: "32" +data: Eccube\Entity\Category {#4983 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4755 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4756 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9297 +label: "マスターシリンダー" +value: "104" +data: Eccube\Entity\Category {#4988 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4981 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4982 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4989 …} -Children: Doctrine\ORM\PersistentCollection {#4992 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9298 +label: "キャリパー" +value: "105" +data: Eccube\Entity\Category {#4997 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4995 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4996 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9299 +label: "ブレーキディスク" +value: "106" +data: Eccube\Entity\Category {#5004 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#5002 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5003 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9300 +label: "ブレーキペダル" +value: "107" +data: Eccube\Entity\Category {#5011 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#5009 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5010 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9301 +label: "ブレーキホース" +value: "108" +data: Eccube\Entity\Category {#5018 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#5016 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5017 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9302 +label: "その他" +value: "109" +data: Eccube\Entity\Category {#5025 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#5023 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5024 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9303 +label: "積載関連" +value: "33" +data: Eccube\Entity\Category {#5032 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4959 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4958 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9304 +label: "パニア、バッグ" +value: "110" +data: Eccube\Entity\Category {#5037 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#5030 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5031 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5038 …} -Children: Doctrine\ORM\PersistentCollection {#5041 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9305 +label: "キャリア" +value: "111" +data: Eccube\Entity\Category {#5046 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5044 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5045 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9306 +label: "液体バッグ" +value: "112" +data: Eccube\Entity\Category {#5053 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5051 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5052 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9307 +label: "ストラップ" +value: "113" +data: Eccube\Entity\Category {#5060 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5058 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5059 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#5032} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9308 +label: "電装系" +value: "34" +data: Eccube\Entity\Category {#5067 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4994 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4993 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9309 +label: "ECU" +value: "114" +data: Eccube\Entity\Category {#5072 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5065 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5066 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5073 …} -Children: Doctrine\ORM\PersistentCollection {#5076 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9310 +label: "オートシフター" +value: "115" +data: Eccube\Entity\Category {#5081 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5079 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5080 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9311 +label: "メーター・センサー類" +value: "116" +data: Eccube\Entity\Category {#5088 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5086 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5087 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9312 +label: "ラリーパーツ" +value: "117" +data: Eccube\Entity\Category {#5095 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5093 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5094 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9313 +label: "GPS・ナビゲーション" +value: "118" +data: Eccube\Entity\Category {#5102 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5100 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5101 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9314 +label: "ライト" +value: "119" +data: Eccube\Entity\Category {#5109 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5107 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5108 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9315 +label: "スイッチ" +value: "120" +data: Eccube\Entity\Category {#5116 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5114 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5115 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9316 +label: "ウインカー" +value: "121" +data: Eccube\Entity\Category {#5123 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5121 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5122 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9317 +label: "ETC関連" +value: "122" +data: Eccube\Entity\Category {#5130 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5128 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5129 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9318 +label: "映像機器" +value: "123" +data: Eccube\Entity\Category {#5137 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5135 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5136 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9319 +label: "消耗品、スペアパーツ" +value: "8" +data: Eccube\Entity\Category {#5142 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5078 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5077 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5143 …} -Children: Doctrine\ORM\PersistentCollection {#5146 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9320 +label: "ハンドル関連" +value: "14" +data: Eccube\Entity\Category {#5147 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5043 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5042 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5148 …} -Children: Doctrine\ORM\PersistentCollection {#5151 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9321 +label: "シャーシー・足回り" +value: "15" +data: Eccube\Entity\Category {#5156 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5154 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5155 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9322 +label: "駆動系" +value: "16" +data: Eccube\Entity\Category {#5163 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5161 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5162 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9323 +label: "ブレーキ関連" +value: "17" +data: Eccube\Entity\Category {#5170 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5168 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5169 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9324 +label: "エンジン" +value: "18" +data: Eccube\Entity\Category {#5177 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5175 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5176 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9325 +label: "吸排気関連" +value: "19" +data: Eccube\Entity\Category {#5184 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5182 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5183 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9326 +label: "オイル" +value: "20" +data: Eccube\Entity\Category {#5191 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5189 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5190 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9327 +label: "タイヤ" +value: "21" +data: Eccube\Entity\Category {#5200 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5196 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5197 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9328 +label: "ラリー" +value: "58" +data: Eccube\Entity\Category {#5205 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5198 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5199 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9329 +label: "スーパーモト" +value: "59" +data: Eccube\Entity\Category {#5214 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5212 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5213 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9330 +label: "エンデューロ" +value: "60" +data: Eccube\Entity\Category {#5221 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5219 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5220 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9331 +label: "モトクロス" +value: "61" +data: Eccube\Entity\Category {#5228 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5226 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5227 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5200} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9332 +label: "タイヤ関連" +value: "22" +data: Eccube\Entity\Category {#5233 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5152 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5153 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9333 +label: "ムース" +value: "23" +data: Eccube\Entity\Category {#5240 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5238 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5239 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9334 +label: "その他" +value: "24" +data: Eccube\Entity\Category {#5247 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5245 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5246 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5142} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4404 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9335 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#5252 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5210 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5211 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5253 …} -Children: Doctrine\ORM\PersistentCollection {#5256 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9336 +label: "ジェラート" +value: "1" +data: Eccube\Entity\Category {#5263 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5257 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5258 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9337 +label: "彩のデザート" +value: "3" +data: Eccube\Entity\Category {#5268 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5259 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5260 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5263} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9338 +label: "CUBE" +value: "4" +data: Eccube\Entity\Category {#5273 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5261 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5262 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5274 …} -Children: Doctrine\ORM\PersistentCollection {#5277 …} -Parent: Eccube\Entity\Category {#5268} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9339 +label: "アイスサンド" +value: "5" +data: Eccube\Entity\Category {#5282 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5278 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5279 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9340 +label: "フルーツ" +value: "6" +data: Eccube\Entity\Category {#5287 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5280 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5281 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: null } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9188 -form: Symfony\Component\Form\Form {#5856 …} -errors: [ Symfony\Component\Form\FormError {#5919 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "171" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Form\Exception\TransformationFailedException {#5950 #message: "The choices "171" do not exist in the choice list." #code: 0 #file: "/home/breathfield/breathdev.com/public_html/altair.breathdev.com/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" #line: 205 -invalidMessage: null -invalidMessageParameters: [] trace: { /home/breathfield/breathdev.com/public_html/altair.breathdev.com/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:205 { Symfony\Component\Form\Extension\Core\Type\ChoiceType->Symfony\Component\Form\Extension\Core\Type\{closure} … › › |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9203 …5} |
| full_name | "category_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, array $values) {#9173 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5669 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "category_id" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | false |
| value | [] |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#404 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#403 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#402 …} -namespace: Closure() {#400 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5719 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3995 …} } |
| 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() {#5721 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5718 …} } } |
| 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 {#9341 -form: Symfony\Component\Form\Form {#5859 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9181 …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) {#5730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3995 …} } |
| 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() {#5732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5731 …} } } |
| 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 {#9343 -form: Symfony\Component\Form\Form {#5862 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9342 …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 {#4120 #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 {#4120 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4167 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4128 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4120 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4167 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4128 #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 {#5755 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5763 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5764 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5762 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3509 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#4120 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4167 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4128 #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 {#5762 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3509 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#5765 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5767 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5768 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5769 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5766 …} -_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() {#5761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5758 …} } } |
| 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 {#9347 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4120 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9346 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4167 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9348 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4128 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListMax {#4120 #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 {#9345 -form: Symfony\Component\Form\Form {#5865 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9344 …5} |
| full_name | "disp_number" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "disp_number" |
| is_selected | Closure($choice, $value) {#9350 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5669 …} } |
| 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 {#4121 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4121 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4119 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5308 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4121 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4119 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5308 #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 {#5755 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5787 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5788 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5786 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4108 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4121 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4119 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5308 #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 {#5786 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4108 …} -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 {#5789 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5791 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5792 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5793 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5790 …} -_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() {#5785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5784 …} } } |
| 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 {#9354 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4121 #id: 1 #name: "価格が低い順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9353 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4119 #id: 3 #name: "価格が高い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9355 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#5308 #id: 2 #name: "新着順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListOrderBy {#4121 #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 {#9351 -form: Symfony\Component\Form\Form {#5868 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9352 …5} |
| full_name | "orderby" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderby" |
| is_selected | Closure($choice, $value) {#9357 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5669 …} } |
| 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) {#4123 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
same as passed value |
| choices | [ Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5399 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5398 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5401 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5400 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5373 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5374 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5426 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5376 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5372 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5431 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5432 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5434 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5429 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5430 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5438 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5439 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5441 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5436 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5437 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5445 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5446 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5448 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5443 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5444 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5452 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5453 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5455 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5450 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5451 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5459 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5460 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5462 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5457 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5458 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5466 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5467 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5469 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5464 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5465 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5473 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5474 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5476 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5471 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5472 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5480 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5481 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5483 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5478 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5479 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5487 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5488 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5490 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5485 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5486 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5494 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5495 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5497 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5492 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5493 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5501 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5502 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5504 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5499 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5500 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5508 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5509 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5511 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5506 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5507 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5515 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5516 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5518 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5513 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5514 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5522 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5523 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5525 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5520 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5521 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5399 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5398 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5401 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5400 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5373 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5374 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5426 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5376 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5372 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5431 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5432 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5434 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5429 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5430 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5438 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5439 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5441 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5436 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5437 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5445 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5446 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5448 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5443 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5444 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5452 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5453 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5455 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5450 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5451 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5459 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5460 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5462 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5457 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5458 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5466 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5467 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5469 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5464 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5465 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5473 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5474 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5476 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5471 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5472 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5480 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5481 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5483 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5478 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5479 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5487 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5488 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5490 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5485 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5486 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5494 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5495 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5497 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5492 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5493 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5501 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5502 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5504 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5499 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5500 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5508 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5509 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5511 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5506 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5507 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5515 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5516 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5518 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5513 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5514 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5522 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5523 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5525 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5520 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5521 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) {#4123 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
| choices | [ Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5399 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5398 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5401 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5400 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5373 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5374 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5426 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5376 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5372 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5431 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5432 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5434 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5429 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5430 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5438 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5439 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5441 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5436 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5437 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5445 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5446 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5448 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5443 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5444 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5452 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5453 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5455 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5450 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5451 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5459 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5460 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5462 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5457 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5458 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5466 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5467 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5469 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5464 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5465 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5473 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5474 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5476 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5471 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5472 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5480 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5481 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5483 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5478 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5479 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5487 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5488 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5490 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5485 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5486 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5494 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5495 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5497 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5492 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5493 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5501 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5502 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5504 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5499 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5500 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5508 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5509 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5511 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5506 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5507 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5515 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5516 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5518 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5513 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5514 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5522 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5523 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5525 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5520 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5521 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() {#5805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5804 …} } } |
| 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 {#9362 +label: "VENT" +value: "1" +data: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9364 +label: "Red Moto" +value: "2" +data: Customize\Entity\Maker {#5399 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5398 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5401 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5400 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9363 +label: "HUSQVARNA(KTM)" +value: "3" +data: Customize\Entity\Maker {#5373 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5374 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5426 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5376 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5372 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9366 +label: "KTM" +value: "4" +data: Customize\Entity\Maker {#5431 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5432 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5434 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5429 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5430 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9367 +label: "GASGAS(KTM)" +value: "5" +data: Customize\Entity\Maker {#5438 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5439 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5441 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5436 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5437 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9368 +label: "BETA" +value: "6" +data: Customize\Entity\Maker {#5445 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5446 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5448 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5443 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5444 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9369 +label: "HONDA" +value: "7" +data: Customize\Entity\Maker {#5452 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5453 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5455 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5450 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5451 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9370 +label: "YAMAHA" +value: "8" +data: Customize\Entity\Maker {#5459 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5460 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5462 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5457 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5458 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9371 +label: "SHERCO" +value: "9" +data: Customize\Entity\Maker {#5466 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5467 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5469 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5464 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5465 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9372 +label: "FANTIC" +value: "10" +data: Customize\Entity\Maker {#5473 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5474 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5476 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5471 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5472 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9373 +label: "BMW" +value: "11" +data: Customize\Entity\Maker {#5480 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5481 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5483 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5478 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5479 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9374 +label: "DUCATI" +value: "12" +data: Customize\Entity\Maker {#5487 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5488 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5490 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5485 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5486 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9375 +label: "aprilia" +value: "13" +data: Customize\Entity\Maker {#5494 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5495 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5497 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5492 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5493 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9376 +label: "MOTO GUZZI" +value: "14" +data: Customize\Entity\Maker {#5501 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5502 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5504 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5499 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5500 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9377 +label: "ROYAL ENFIELD" +value: "15" +data: Customize\Entity\Maker {#5508 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5509 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5511 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5506 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5507 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9378 +label: "TRIUMPH" +value: "16" +data: Customize\Entity\Maker {#5515 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5516 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5518 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5513 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5514 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9379 +label: "tmRACING" +value: "17" +data: Customize\Entity\Maker {#5522 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5523 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5525 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5520 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5521 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 {#9358 -form: Symfony\Component\Form\Form {#5871 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9359 …5} |
| full_name | "maker_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "maker_id" |
| is_selected | Closure($choice, $value) {#9360 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5669 …} } |
| 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) {#5292 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
same as passed value |
| choices | [ Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } ] |
[ Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } ] |
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) {#5292 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
| choices | [ Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } ] |
| 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() {#5816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5815 …} } } |
| 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 {#9383 +label: "BAJA 50" +value: "1" +data: Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9385 +label: "BAJA RR 50" +value: "2" +data: Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9384 +label: "BAJA 125 4T" +value: "3" +data: Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9387 +label: "BAJA RR 125 4T" +value: "4" +data: Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9388 +label: "BAJA 50 2T KIDS" +value: "5" +data: Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9389 +label: "DERAPAGE 50" +value: "6" +data: Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9390 +label: "DERAPAGE RR 50" +value: "7" +data: Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9391 +label: "DERAPAGE 125 4T" +value: "8" +data: Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9392 +label: "DERAPAGE RR 125 4T" +value: "9" +data: Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } +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 {#9380 -form: Symfony\Component\Form\Form {#5874 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9361 …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) {#9381 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5669 …} } |
| 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) {#5295 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
same as passed value |
| choices | [ Customize\Entity\YearModel {#5573 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } } Customize\Entity\YearModel {#5575 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5536} } Customize\Entity\YearModel {#5576 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } } Customize\Entity\YearModel {#5577 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5540} } Customize\Entity\YearModel {#5578 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } } Customize\Entity\YearModel {#5579 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5543} } Customize\Entity\YearModel {#5580 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } } Customize\Entity\YearModel {#5581 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5546} } Customize\Entity\YearModel {#5582 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } } Customize\Entity\YearModel {#5583 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5549} } Customize\Entity\YearModel {#5584 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } } Customize\Entity\YearModel {#5585 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5552} } Customize\Entity\YearModel {#5586 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } } Customize\Entity\YearModel {#5587 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5555} } Customize\Entity\YearModel {#5588 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } } Customize\Entity\YearModel {#5589 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5558} } Customize\Entity\YearModel {#5590 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } } Customize\Entity\YearModel {#5591 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5561} } ] |
[ Customize\Entity\YearModel {#5573 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } } Customize\Entity\YearModel {#5575 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5536} } Customize\Entity\YearModel {#5576 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } } Customize\Entity\YearModel {#5577 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5540} } Customize\Entity\YearModel {#5578 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } } Customize\Entity\YearModel {#5579 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5543} } Customize\Entity\YearModel {#5580 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } } Customize\Entity\YearModel {#5581 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5546} } Customize\Entity\YearModel {#5582 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } } Customize\Entity\YearModel {#5583 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5549} } Customize\Entity\YearModel {#5584 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } } Customize\Entity\YearModel {#5585 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5552} } Customize\Entity\YearModel {#5586 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } } Customize\Entity\YearModel {#5587 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5555} } Customize\Entity\YearModel {#5588 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } } Customize\Entity\YearModel {#5589 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5558} } Customize\Entity\YearModel {#5590 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } } Customize\Entity\YearModel {#5591 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5561} } ] |
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) {#5295 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
| choices | [ Customize\Entity\YearModel {#5573 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } } Customize\Entity\YearModel {#5575 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5536} } Customize\Entity\YearModel {#5576 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } } Customize\Entity\YearModel {#5577 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5540} } Customize\Entity\YearModel {#5578 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } } Customize\Entity\YearModel {#5579 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5543} } Customize\Entity\YearModel {#5580 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } } Customize\Entity\YearModel {#5581 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5546} } Customize\Entity\YearModel {#5582 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } } Customize\Entity\YearModel {#5583 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5549} } Customize\Entity\YearModel {#5584 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } } Customize\Entity\YearModel {#5585 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5552} } Customize\Entity\YearModel {#5586 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } } Customize\Entity\YearModel {#5587 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5555} } Customize\Entity\YearModel {#5588 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } } Customize\Entity\YearModel {#5589 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5558} } Customize\Entity\YearModel {#5590 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } } Customize\Entity\YearModel {#5591 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5561} } ] |
| 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() {#5827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5826 …} } } |
| 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 {#9396 +label: "2024年" +value: "1" +data: Customize\Entity\YearModel {#5573 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5536 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5364 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5403 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5405 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5321 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5365 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5538 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9398 +label: "2023年" +value: "2" +data: Customize\Entity\YearModel {#5575 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5536} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9397 +label: "2024年" +value: "3" +data: Customize\Entity\YearModel {#5576 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5540 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5541 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9400 +label: "2023年" +value: "4" +data: Customize\Entity\YearModel {#5577 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5540} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9401 +label: "2024年" +value: "5" +data: Customize\Entity\YearModel {#5578 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5543 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5544 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9402 +label: "2023年" +value: "6" +data: Customize\Entity\YearModel {#5579 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5543} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9403 +label: "2024年" +value: "7" +data: Customize\Entity\YearModel {#5580 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5546 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5547 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9404 +label: "2023年" +value: "8" +data: Customize\Entity\YearModel {#5581 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5546} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9405 +label: "2024年" +value: "9" +data: Customize\Entity\YearModel {#5582 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5549 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5550 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9406 +label: "2023年" +value: "10" +data: Customize\Entity\YearModel {#5583 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5549} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9407 +label: "2024年" +value: "11" +data: Customize\Entity\YearModel {#5584 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5552 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5553 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9408 +label: "2023年" +value: "12" +data: Customize\Entity\YearModel {#5585 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5552} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9409 +label: "2024年" +value: "13" +data: Customize\Entity\YearModel {#5586 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5555 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5556 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9410 +label: "2023年" +value: "14" +data: Customize\Entity\YearModel {#5587 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5555} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9411 +label: "2024年" +value: "15" +data: Customize\Entity\YearModel {#5588 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5558 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5559 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9412 +label: "2023年" +value: "16" +data: Customize\Entity\YearModel {#5589 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5558} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9413 +label: "2024年" +value: "17" +data: Customize\Entity\YearModel {#5590 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5561 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5364} #YearModel: Doctrine\ORM\PersistentCollection {#5562 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9414 +label: "2023年" +value: "18" +data: Customize\Entity\YearModel {#5591 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5561} } +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 {#9393 -form: Symfony\Component\Form\Form {#5877 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9382 …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) {#9394 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5669 …} } |
| 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) {#5310 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
same as passed value |
| choices | [ Customize\Entity\Brand {#5603 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5607 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5605 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5610 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5613 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5611 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5616 -id: 5 -name: "GIIANT LOOP" -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\Brand {#5619 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5617 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5622 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5620 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5625 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5623 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5628 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5626 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5631 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5634 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5632 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5637 -id: 12 -name: "RADE GARAGE" -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\Brand {#5640 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5638 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5643 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5641 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5646 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5644 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5649 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5647 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5652 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5651 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5655 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5653 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5654 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5658 -id: 19 -name: "SM PROJECT" -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\Brand {#5661 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5659 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5660 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5664 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5662 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5667 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5665 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5666 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Brand {#5603 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5607 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5605 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5610 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5613 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5611 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5616 -id: 5 -name: "GIIANT LOOP" -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\Brand {#5619 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5617 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5622 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5620 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5625 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5623 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5628 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5626 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5631 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5634 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5632 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5637 -id: 12 -name: "RADE GARAGE" -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\Brand {#5640 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5638 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5643 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5641 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5646 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5644 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5649 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5647 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5652 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5651 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5655 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5653 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5654 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5658 -id: 19 -name: "SM PROJECT" -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\Brand {#5661 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5659 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5660 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5664 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5662 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5667 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5665 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5666 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) {#5310 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3996 …} } |
| choices | [ Customize\Entity\Brand {#5603 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5607 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5605 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5610 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5613 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5611 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5616 -id: 5 -name: "GIIANT LOOP" -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\Brand {#5619 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5617 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5622 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5620 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5625 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5623 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5628 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5626 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5631 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5634 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5632 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5637 -id: 12 -name: "RADE GARAGE" -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\Brand {#5640 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5638 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5643 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5641 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5646 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5644 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5649 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5647 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5652 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5651 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5655 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5653 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5654 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5658 -id: 19 -name: "SM PROJECT" -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\Brand {#5661 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5659 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5660 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5664 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5662 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5667 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5665 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5666 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() {#5838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4080 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5837 …} } } |
| 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 {#9418 +label: "BELRAY" +value: "1" +data: Customize\Entity\Brand {#5603 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5595 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 {#9420 +label: "Brembo" +value: "2" +data: Customize\Entity\Brand {#5607 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5605 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9419 +label: "BRIDGESTONE" +value: "3" +data: Customize\Entity\Brand {#5610 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5608 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9422 +label: "F2R" +value: "4" +data: Customize\Entity\Brand {#5613 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5611 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9423 +label: "GIIANT LOOP" +value: "5" +data: Customize\Entity\Brand {#5616 -id: 5 -name: "GIIANT LOOP" -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 {#9424 +label: "METZEREL" +value: "6" +data: Customize\Entity\Brand {#5619 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5617 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9425 +label: "MICHELIN" +value: "7" +data: Customize\Entity\Brand {#5622 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5620 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9426 +label: "MR WOLF" +value: "8" +data: Customize\Entity\Brand {#5625 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5623 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9427 +label: "NGK" +value: "9" +data: Customize\Entity\Brand {#5628 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5626 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9428 +label: "ProX" +value: "10" +data: Customize\Entity\Brand {#5631 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5629 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5630 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9429 +label: "P3" +value: "11" +data: Customize\Entity\Brand {#5634 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5632 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5633 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9430 +label: "RADE GARAGE" +value: "12" +data: Customize\Entity\Brand {#5637 -id: 12 -name: "RADE GARAGE" -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 {#9431 +label: "Red Moto" +value: "13" +data: Customize\Entity\Brand {#5640 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5638 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5639 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9432 +label: "Scalvini" +value: "14" +data: Customize\Entity\Brand {#5643 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5641 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5642 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9433 +label: "Scotts Performance" +value: "15" +data: Customize\Entity\Brand {#5646 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5644 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5645 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9434 +label: "Seat Consept" +value: "16" +data: Customize\Entity\Brand {#5649 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5647 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5648 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9435 +label: "SHOT RACE GEAR" +value: "17" +data: Customize\Entity\Brand {#5652 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5650 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5651 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9436 +label: "SKF" +value: "18" +data: Customize\Entity\Brand {#5655 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5653 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5654 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9437 +label: "SM PROJECT" +value: "19" +data: Customize\Entity\Brand {#5658 -id: 19 -name: "SM PROJECT" -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 {#9438 +label: "TM Designworks" +value: "20" +data: Customize\Entity\Brand {#5661 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5659 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5660 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9439 +label: "USWE" +value: "21" +data: Customize\Entity\Brand {#5664 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5662 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5663 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9440 +label: "Warp 9" +value: "22" +data: Customize\Entity\Brand {#5667 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5665 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5666 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 {#9415 -form: Symfony\Component\Form\Form {#5880 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9395 …5} |
| full_name | "brand_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "brand_id" |
| is_selected | Closure($choice, array $values) {#9416 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5669 …} } |
| 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 | [] |