- Request / Response
- Performance
- Validator 1
- Forms 1
- Exception
- Logs 423
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- Doctrine 5
- Migrations 13
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
mode
-
1category_id
-
name
-
pageno
-
disp_number
-
orderby
-
maker_id
-
vehicle_model_id
-
year_model_id
-
brand_id
-
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "mode" => null "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4088 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4089 #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) {#4065 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3963 …} } |
| 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() {#4067 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#4066 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product" "_" ] |
| cache_key | "__search_product" |
| compound | true |
| data | [ "mode" => null "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4088 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4089 #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 {#9088 -form: Symfony\Component\Form\Form {#5812 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6279 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | false |
| value | [ "mode" => null "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4088 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4089 #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) {#5554 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3963 …} } |
| 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() {#5526 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5562 …} } } |
| 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 {#9100 -form: Symfony\Component\Form\Form {#5815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9096 …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 |
"88"
|
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "Name" |
same as passed value |
| choice_value | Closure(Category $Category = null) {#5286 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#4121 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4131 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4129 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4369 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4127 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4125 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4360 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4361 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4359 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4353 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4355 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4354 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4349 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4346 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4347 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4345 …} -Children: Doctrine\ORM\PersistentCollection {#4342 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4124 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4126 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4119 …} -Children: Doctrine\ORM\PersistentCollection {#4332 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4335 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4364 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4363 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4336 …} -Children: Doctrine\ORM\PersistentCollection {#4339 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4340 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4333 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4334 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4376 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4382 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4381 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4389 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4388 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4396 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4397 …} -Children: Doctrine\ORM\PersistentCollection {#4400 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4403 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4401 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4410 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4408 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4417 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4415 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4424 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4422 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4431 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4429 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4438 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4436 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4445 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4379 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4378 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4450 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4443 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4459 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4457 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4466 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4464 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4465 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4475 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4455 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4456 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4476 …} -Children: Doctrine\ORM\PersistentCollection {#4479 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4480 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4471 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4481 …} -Children: Doctrine\ORM\PersistentCollection {#4484 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4485 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4473 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4474 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4486 …} -Children: Doctrine\ORM\PersistentCollection {#4489 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4496 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4494 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4495 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4497 …} -Children: Doctrine\ORM\PersistentCollection {#4500 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4503 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4501 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4502 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4510 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4508 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4514 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4517 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4515 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4516 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 {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4524 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4522 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4525 …} -Children: Doctrine\ORM\PersistentCollection {#4528 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4531 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4529 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4538 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4536 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4542 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4545 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4543 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4552 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4492 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4493 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4557 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4550 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4558 …} -Children: Doctrine\ORM\PersistentCollection {#4561 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4566 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4564 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4573 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4571 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4572 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4580 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4578 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4585 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4491 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4586 …} -Children: Doctrine\ORM\PersistentCollection {#4589 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4592 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4590 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4591 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4596 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4601 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4563 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4562 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4606 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4597 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4598 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4611 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4599 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4600 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4612 …} -Children: Doctrine\ORM\PersistentCollection {#4615 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4622 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4620 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4621 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4623 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4629 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4627 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4628 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4630 …} -Children: Doctrine\ORM\PersistentCollection {#4633 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4636 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4634 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4637 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4643 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4641 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4642 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 {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4650 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4648 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4657 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4617 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4616 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4658 …} -Children: Doctrine\ORM\PersistentCollection {#4661 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4662 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4655 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4663 …} -Children: Doctrine\ORM\PersistentCollection {#4666 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4671 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4669 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4672 …} -Children: Doctrine\ORM\PersistentCollection {#4675 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4678 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4676 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4677 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4679 …} -Children: Doctrine\ORM\PersistentCollection {#4682 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4685 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4683 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4686 …} -Children: Doctrine\ORM\PersistentCollection {#4689 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4692 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4690 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4693 …} -Children: Doctrine\ORM\PersistentCollection {#4696 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4699 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4697 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4700 …} -Children: Doctrine\ORM\PersistentCollection {#4703 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4706 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4704 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4707 …} -Children: Doctrine\ORM\PersistentCollection {#4710 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4713 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4667 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4714 …} -Children: Doctrine\ORM\PersistentCollection {#4717 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4718 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4711 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4719 …} -Children: Doctrine\ORM\PersistentCollection {#4722 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4727 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4725 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4731 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4734 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4618 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4619 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4735 …} -Children: Doctrine\ORM\PersistentCollection {#4738 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4739 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4732 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4733 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4740 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4748 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4746 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4749 …} -Children: Doctrine\ORM\PersistentCollection {#4752 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4755 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4753 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4754 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4756 …} -Children: Doctrine\ORM\PersistentCollection {#4759 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4762 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4760 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4763 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4769 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4767 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4773 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4776 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4774 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4777 …} -Children: Doctrine\ORM\PersistentCollection {#4780 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4783 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4781 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4784 …} -Children: Doctrine\ORM\PersistentCollection {#4787 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4790 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4744 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4745 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4791 …} -Children: Doctrine\ORM\PersistentCollection {#4794 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4795 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4788 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4796 …} -Children: Doctrine\ORM\PersistentCollection {#4799 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4804 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4802 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4805 …} -Children: Doctrine\ORM\PersistentCollection {#4808 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4811 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4809 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4810 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4812 …} -Children: Doctrine\ORM\PersistentCollection {#4815 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4818 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4816 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4819 …} -Children: Doctrine\ORM\PersistentCollection {#4822 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4825 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4823 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4826 …} -Children: Doctrine\ORM\PersistentCollection {#4829 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4832 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4830 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4833 …} -Children: Doctrine\ORM\PersistentCollection {#4836 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4839 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4837 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4840 …} -Children: Doctrine\ORM\PersistentCollection {#4843 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4846 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4844 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4847 …} -Children: Doctrine\ORM\PersistentCollection {#4850 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4853 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4851 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4854 …} -Children: Doctrine\ORM\PersistentCollection {#4857 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4860 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4800 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4801 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4861 …} -Children: Doctrine\ORM\PersistentCollection {#4864 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4865 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4858 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4866 …} -Children: Doctrine\ORM\PersistentCollection {#4869 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4874 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4872 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4875 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4881 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4879 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4880 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4882 …} -Children: Doctrine\ORM\PersistentCollection {#4885 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4888 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4886 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4889 …} -Children: Doctrine\ORM\PersistentCollection {#4892 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4895 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4893 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4896 …} -Children: Doctrine\ORM\PersistentCollection {#4899 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4902 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4900 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4903 …} -Children: Doctrine\ORM\PersistentCollection {#4906 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4909 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4907 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4910 …} -Children: Doctrine\ORM\PersistentCollection {#4913 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4916 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4870 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4871 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4917 …} -Children: Doctrine\ORM\PersistentCollection {#4920 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4921 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4914 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4922 …} -Children: Doctrine\ORM\PersistentCollection {#4925 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4930 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4928 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4931 …} -Children: Doctrine\ORM\PersistentCollection {#4934 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4937 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4935 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4936 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4938 …} -Children: Doctrine\ORM\PersistentCollection {#4941 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4944 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4942 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4945 …} -Children: Doctrine\ORM\PersistentCollection {#4948 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4951 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4723 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4724 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4952 …} -Children: Doctrine\ORM\PersistentCollection {#4955 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4956 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4949 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4957 …} -Children: Doctrine\ORM\PersistentCollection {#4960 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4965 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4963 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4966 …} -Children: Doctrine\ORM\PersistentCollection {#4969 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4972 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4970 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4971 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4973 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4979 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4977 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#4983 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4986 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4984 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4987 …} -Children: Doctrine\ORM\PersistentCollection {#4990 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4993 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#4991 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4994 …} -Children: Doctrine\ORM\PersistentCollection {#4997 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5000 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4927 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4926 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5001 …} -Children: Doctrine\ORM\PersistentCollection {#5004 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5005 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#4998 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5006 …} -Children: Doctrine\ORM\PersistentCollection {#5009 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5014 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5012 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5015 …} -Children: Doctrine\ORM\PersistentCollection {#5018 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5021 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5019 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5020 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5022 …} -Children: Doctrine\ORM\PersistentCollection {#5025 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5028 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5026 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5029 …} -Children: Doctrine\ORM\PersistentCollection {#5032 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5035 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4962 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4961 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5036 …} -Children: Doctrine\ORM\PersistentCollection {#5039 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5040 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5033 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5049 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5047 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5056 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5054 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5055 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5063 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5061 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5064 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5070 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5068 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5071 …} -Children: Doctrine\ORM\PersistentCollection {#5074 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5077 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5075 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5078 …} -Children: Doctrine\ORM\PersistentCollection {#5081 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5084 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5082 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5085 …} -Children: Doctrine\ORM\PersistentCollection {#5088 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5091 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5089 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5092 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5098 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5096 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5099 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5105 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5103 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5106 …} -Children: Doctrine\ORM\PersistentCollection {#5109 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5110 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5046 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5045 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5114 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5115 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5011 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5010 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5124 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5123 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5125 …} -Children: Doctrine\ORM\PersistentCollection {#5128 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5131 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5129 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5130 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5132 …} -Children: Doctrine\ORM\PersistentCollection {#5135 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5138 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5139 …} -Children: Doctrine\ORM\PersistentCollection {#5142 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5145 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5143 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5146 …} -Children: Doctrine\ORM\PersistentCollection {#5149 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5152 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5150 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5153 …} -Children: Doctrine\ORM\PersistentCollection {#5156 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5159 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5160 …} -Children: Doctrine\ORM\PersistentCollection {#5163 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5168 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5164 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5169 …} -Children: Doctrine\ORM\PersistentCollection {#5172 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5173 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5166 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5167 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5182 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5180 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5189 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5187 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5188 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5196 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5194 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5201 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5120 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5121 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5205 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5208 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5206 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5207 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5212 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5215 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5213 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5214 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5216 …} -Children: Doctrine\ORM\PersistentCollection {#5219 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5220 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5178 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5179 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5231 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5225 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5226 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5236 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5227 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5228 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5237 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: Eccube\Entity\Category {#5231} -Creator: null } Eccube\Entity\Category {#5241 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5229 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5230 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5236} -Creator: null } Eccube\Entity\Category {#5250 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5246 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5247 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5251 …} -Children: Doctrine\ORM\PersistentCollection {#5254 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5255 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5248 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5249 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5250} -Creator: null } ] |
[ Eccube\Entity\Category {#4121 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4131 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4129 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4369 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4127 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4125 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4360 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4361 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4359 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4353 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4355 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4354 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4349 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4346 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4347 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4345 …} -Children: Doctrine\ORM\PersistentCollection {#4342 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4124 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4126 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4119 …} -Children: Doctrine\ORM\PersistentCollection {#4332 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4335 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4364 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4363 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4336 …} -Children: Doctrine\ORM\PersistentCollection {#4339 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4340 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4333 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4334 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4376 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4382 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4381 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4389 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4388 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4396 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4397 …} -Children: Doctrine\ORM\PersistentCollection {#4400 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4403 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4401 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4410 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4408 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4417 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4415 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4424 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4422 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4431 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4429 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4438 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4436 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4445 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4379 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4378 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4450 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4443 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4459 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4457 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4466 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4464 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4465 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4475 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4455 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4456 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4476 …} -Children: Doctrine\ORM\PersistentCollection {#4479 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4480 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4471 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4481 …} -Children: Doctrine\ORM\PersistentCollection {#4484 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4485 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4473 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4474 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4486 …} -Children: Doctrine\ORM\PersistentCollection {#4489 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4496 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4494 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4495 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4497 …} -Children: Doctrine\ORM\PersistentCollection {#4500 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4503 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4501 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4502 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4510 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4508 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4514 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4517 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4515 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4516 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 {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4524 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4522 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4525 …} -Children: Doctrine\ORM\PersistentCollection {#4528 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4531 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4529 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4538 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4536 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4542 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4545 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4543 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4552 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4492 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4493 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4557 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4550 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4558 …} -Children: Doctrine\ORM\PersistentCollection {#4561 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4566 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4564 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4573 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4571 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4572 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4580 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4578 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4585 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4491 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4586 …} -Children: Doctrine\ORM\PersistentCollection {#4589 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4592 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4590 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4591 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4596 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4601 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4563 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4562 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4606 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4597 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4598 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4611 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4599 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4600 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4612 …} -Children: Doctrine\ORM\PersistentCollection {#4615 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4622 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4620 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4621 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4623 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4629 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4627 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4628 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4630 …} -Children: Doctrine\ORM\PersistentCollection {#4633 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4636 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4634 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4637 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4643 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4641 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4642 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 {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4650 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4648 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4657 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4617 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4616 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4658 …} -Children: Doctrine\ORM\PersistentCollection {#4661 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4662 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4655 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4663 …} -Children: Doctrine\ORM\PersistentCollection {#4666 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4671 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4669 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4672 …} -Children: Doctrine\ORM\PersistentCollection {#4675 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4678 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4676 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4677 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4679 …} -Children: Doctrine\ORM\PersistentCollection {#4682 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4685 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4683 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4686 …} -Children: Doctrine\ORM\PersistentCollection {#4689 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4692 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4690 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4693 …} -Children: Doctrine\ORM\PersistentCollection {#4696 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4699 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4697 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4700 …} -Children: Doctrine\ORM\PersistentCollection {#4703 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4706 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4704 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4707 …} -Children: Doctrine\ORM\PersistentCollection {#4710 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4713 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4667 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4714 …} -Children: Doctrine\ORM\PersistentCollection {#4717 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4718 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4711 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4719 …} -Children: Doctrine\ORM\PersistentCollection {#4722 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4727 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4725 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4731 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4734 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4618 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4619 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4735 …} -Children: Doctrine\ORM\PersistentCollection {#4738 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4739 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4732 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4733 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4740 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4748 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4746 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4749 …} -Children: Doctrine\ORM\PersistentCollection {#4752 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4755 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4753 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4754 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4756 …} -Children: Doctrine\ORM\PersistentCollection {#4759 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4762 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4760 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4763 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4769 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4767 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4773 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4776 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4774 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4777 …} -Children: Doctrine\ORM\PersistentCollection {#4780 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4783 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4781 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4784 …} -Children: Doctrine\ORM\PersistentCollection {#4787 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4790 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4744 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4745 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4791 …} -Children: Doctrine\ORM\PersistentCollection {#4794 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4795 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4788 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4796 …} -Children: Doctrine\ORM\PersistentCollection {#4799 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4804 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4802 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4805 …} -Children: Doctrine\ORM\PersistentCollection {#4808 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4811 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4809 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4810 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4812 …} -Children: Doctrine\ORM\PersistentCollection {#4815 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4818 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4816 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4819 …} -Children: Doctrine\ORM\PersistentCollection {#4822 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4825 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4823 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4826 …} -Children: Doctrine\ORM\PersistentCollection {#4829 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4832 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4830 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4833 …} -Children: Doctrine\ORM\PersistentCollection {#4836 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4839 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4837 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4840 …} -Children: Doctrine\ORM\PersistentCollection {#4843 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4846 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4844 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4847 …} -Children: Doctrine\ORM\PersistentCollection {#4850 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4853 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4851 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4854 …} -Children: Doctrine\ORM\PersistentCollection {#4857 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4860 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4800 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4801 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4861 …} -Children: Doctrine\ORM\PersistentCollection {#4864 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4865 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4858 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4866 …} -Children: Doctrine\ORM\PersistentCollection {#4869 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4874 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4872 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4875 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4881 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4879 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4880 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4882 …} -Children: Doctrine\ORM\PersistentCollection {#4885 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4888 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4886 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4889 …} -Children: Doctrine\ORM\PersistentCollection {#4892 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4895 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4893 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4896 …} -Children: Doctrine\ORM\PersistentCollection {#4899 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4902 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4900 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4903 …} -Children: Doctrine\ORM\PersistentCollection {#4906 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4909 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4907 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4910 …} -Children: Doctrine\ORM\PersistentCollection {#4913 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4916 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4870 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4871 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4917 …} -Children: Doctrine\ORM\PersistentCollection {#4920 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4921 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4914 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4922 …} -Children: Doctrine\ORM\PersistentCollection {#4925 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4930 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4928 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4931 …} -Children: Doctrine\ORM\PersistentCollection {#4934 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4937 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4935 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4936 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4938 …} -Children: Doctrine\ORM\PersistentCollection {#4941 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4944 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4942 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4945 …} -Children: Doctrine\ORM\PersistentCollection {#4948 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4951 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4723 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4724 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4952 …} -Children: Doctrine\ORM\PersistentCollection {#4955 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4956 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4949 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4957 …} -Children: Doctrine\ORM\PersistentCollection {#4960 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4965 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4963 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4966 …} -Children: Doctrine\ORM\PersistentCollection {#4969 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4972 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4970 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4971 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4973 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4979 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4977 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#4983 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4986 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4984 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4987 …} -Children: Doctrine\ORM\PersistentCollection {#4990 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4993 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#4991 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4994 …} -Children: Doctrine\ORM\PersistentCollection {#4997 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5000 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4927 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4926 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5001 …} -Children: Doctrine\ORM\PersistentCollection {#5004 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5005 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#4998 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5006 …} -Children: Doctrine\ORM\PersistentCollection {#5009 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5014 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5012 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5015 …} -Children: Doctrine\ORM\PersistentCollection {#5018 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5021 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5019 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5020 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5022 …} -Children: Doctrine\ORM\PersistentCollection {#5025 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5028 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5026 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5029 …} -Children: Doctrine\ORM\PersistentCollection {#5032 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5035 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4962 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4961 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5036 …} -Children: Doctrine\ORM\PersistentCollection {#5039 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5040 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5033 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5049 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5047 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5056 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5054 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5055 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5063 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5061 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5064 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5070 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5068 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5071 …} -Children: Doctrine\ORM\PersistentCollection {#5074 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5077 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5075 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5078 …} -Children: Doctrine\ORM\PersistentCollection {#5081 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5084 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5082 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5085 …} -Children: Doctrine\ORM\PersistentCollection {#5088 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5091 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5089 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5092 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5098 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5096 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5099 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5105 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5103 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5106 …} -Children: Doctrine\ORM\PersistentCollection {#5109 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5110 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5046 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5045 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5114 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5115 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5011 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5010 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5124 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5123 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5125 …} -Children: Doctrine\ORM\PersistentCollection {#5128 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5131 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5129 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5130 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5132 …} -Children: Doctrine\ORM\PersistentCollection {#5135 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5138 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5139 …} -Children: Doctrine\ORM\PersistentCollection {#5142 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5145 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5143 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5146 …} -Children: Doctrine\ORM\PersistentCollection {#5149 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5152 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5150 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5153 …} -Children: Doctrine\ORM\PersistentCollection {#5156 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5159 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5160 …} -Children: Doctrine\ORM\PersistentCollection {#5163 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5168 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5164 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5169 …} -Children: Doctrine\ORM\PersistentCollection {#5172 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5173 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5166 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5167 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5182 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5180 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5189 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5187 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5188 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5196 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5194 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5201 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5120 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5121 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5205 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5208 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5206 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5207 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5212 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5215 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5213 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5214 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5216 …} -Children: Doctrine\ORM\PersistentCollection {#5219 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5220 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5178 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5179 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5231 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5225 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5226 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5236 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5227 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5228 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5237 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: Eccube\Entity\Category {#5231} -Creator: null } Eccube\Entity\Category {#5241 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5229 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5230 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5236} -Creator: null } Eccube\Entity\Category {#5250 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5246 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5247 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5251 …} -Children: Doctrine\ORM\PersistentCollection {#5254 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5255 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5248 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5249 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5250} -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) {#5286 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
| choices | [ Eccube\Entity\Category {#4121 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4131 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4129 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4369 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4127 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4125 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4360 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4361 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4359 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4353 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4355 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4354 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4349 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4346 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4347 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4345 …} -Children: Doctrine\ORM\PersistentCollection {#4342 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4124 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4126 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4119 …} -Children: Doctrine\ORM\PersistentCollection {#4332 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4335 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4364 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4363 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4336 …} -Children: Doctrine\ORM\PersistentCollection {#4339 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4340 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4333 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4334 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4376 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4382 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4381 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4389 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4388 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4396 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4397 …} -Children: Doctrine\ORM\PersistentCollection {#4400 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4403 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4401 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4410 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4408 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4417 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4415 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4424 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4422 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4431 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4429 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4438 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4436 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4445 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4379 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4378 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4450 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4443 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4459 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4457 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4466 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4464 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4465 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4475 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4455 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4456 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4476 …} -Children: Doctrine\ORM\PersistentCollection {#4479 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4480 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4471 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4481 …} -Children: Doctrine\ORM\PersistentCollection {#4484 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4485 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4473 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4474 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4486 …} -Children: Doctrine\ORM\PersistentCollection {#4489 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4496 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4494 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4495 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4497 …} -Children: Doctrine\ORM\PersistentCollection {#4500 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4503 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4501 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4502 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4510 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4508 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4514 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4517 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4515 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4516 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 {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4524 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4522 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4525 …} -Children: Doctrine\ORM\PersistentCollection {#4528 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4531 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4529 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4538 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4536 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4542 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4545 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4543 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4552 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4492 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4493 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4557 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4550 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4558 …} -Children: Doctrine\ORM\PersistentCollection {#4561 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4566 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4564 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4573 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4571 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4572 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4580 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4578 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4585 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4491 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4586 …} -Children: Doctrine\ORM\PersistentCollection {#4589 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4592 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4590 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4591 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4596 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4601 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4563 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4562 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4606 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4597 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4598 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4611 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4599 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4600 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4612 …} -Children: Doctrine\ORM\PersistentCollection {#4615 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4622 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4620 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4621 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4623 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4629 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4627 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4628 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4630 …} -Children: Doctrine\ORM\PersistentCollection {#4633 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4636 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4634 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4637 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4643 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4641 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4642 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 {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4650 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4648 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4657 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4617 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4616 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4658 …} -Children: Doctrine\ORM\PersistentCollection {#4661 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4662 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4655 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4663 …} -Children: Doctrine\ORM\PersistentCollection {#4666 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4671 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4669 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4672 …} -Children: Doctrine\ORM\PersistentCollection {#4675 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4678 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4676 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4677 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4679 …} -Children: Doctrine\ORM\PersistentCollection {#4682 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4685 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4683 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4686 …} -Children: Doctrine\ORM\PersistentCollection {#4689 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4692 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4690 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4693 …} -Children: Doctrine\ORM\PersistentCollection {#4696 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4699 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4697 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4700 …} -Children: Doctrine\ORM\PersistentCollection {#4703 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4706 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4704 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4707 …} -Children: Doctrine\ORM\PersistentCollection {#4710 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4713 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4667 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4714 …} -Children: Doctrine\ORM\PersistentCollection {#4717 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4718 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4711 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4719 …} -Children: Doctrine\ORM\PersistentCollection {#4722 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4727 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4725 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4731 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4734 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4618 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4619 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4735 …} -Children: Doctrine\ORM\PersistentCollection {#4738 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4739 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4732 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4733 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4740 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4748 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4746 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4749 …} -Children: Doctrine\ORM\PersistentCollection {#4752 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4755 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4753 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4754 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4756 …} -Children: Doctrine\ORM\PersistentCollection {#4759 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4762 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4760 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4763 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4769 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4767 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4773 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4776 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4774 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4777 …} -Children: Doctrine\ORM\PersistentCollection {#4780 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4783 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4781 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4784 …} -Children: Doctrine\ORM\PersistentCollection {#4787 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4790 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4744 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4745 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4791 …} -Children: Doctrine\ORM\PersistentCollection {#4794 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4795 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4788 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4796 …} -Children: Doctrine\ORM\PersistentCollection {#4799 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4804 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4802 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4805 …} -Children: Doctrine\ORM\PersistentCollection {#4808 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4811 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4809 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4810 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4812 …} -Children: Doctrine\ORM\PersistentCollection {#4815 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4818 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4816 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4819 …} -Children: Doctrine\ORM\PersistentCollection {#4822 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4825 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4823 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4826 …} -Children: Doctrine\ORM\PersistentCollection {#4829 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4832 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4830 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4833 …} -Children: Doctrine\ORM\PersistentCollection {#4836 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4839 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4837 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4840 …} -Children: Doctrine\ORM\PersistentCollection {#4843 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4846 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4844 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4847 …} -Children: Doctrine\ORM\PersistentCollection {#4850 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4853 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4851 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4854 …} -Children: Doctrine\ORM\PersistentCollection {#4857 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4860 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4800 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4801 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4861 …} -Children: Doctrine\ORM\PersistentCollection {#4864 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4865 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4858 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4866 …} -Children: Doctrine\ORM\PersistentCollection {#4869 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4874 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4872 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4875 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4881 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4879 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4880 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4882 …} -Children: Doctrine\ORM\PersistentCollection {#4885 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4888 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4886 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4889 …} -Children: Doctrine\ORM\PersistentCollection {#4892 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4895 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4893 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4896 …} -Children: Doctrine\ORM\PersistentCollection {#4899 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4902 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4900 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4903 …} -Children: Doctrine\ORM\PersistentCollection {#4906 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4909 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4907 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4910 …} -Children: Doctrine\ORM\PersistentCollection {#4913 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4916 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4870 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4871 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4917 …} -Children: Doctrine\ORM\PersistentCollection {#4920 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4921 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4914 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4922 …} -Children: Doctrine\ORM\PersistentCollection {#4925 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4930 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4928 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4931 …} -Children: Doctrine\ORM\PersistentCollection {#4934 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4937 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4935 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4936 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4938 …} -Children: Doctrine\ORM\PersistentCollection {#4941 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4944 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4942 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4945 …} -Children: Doctrine\ORM\PersistentCollection {#4948 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4951 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4723 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4724 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4952 …} -Children: Doctrine\ORM\PersistentCollection {#4955 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4956 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4949 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4957 …} -Children: Doctrine\ORM\PersistentCollection {#4960 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4965 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4963 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4966 …} -Children: Doctrine\ORM\PersistentCollection {#4969 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4972 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4970 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4971 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4973 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4979 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4977 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#4983 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4986 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4984 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4987 …} -Children: Doctrine\ORM\PersistentCollection {#4990 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#4993 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#4991 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4994 …} -Children: Doctrine\ORM\PersistentCollection {#4997 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5000 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4927 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4926 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5001 …} -Children: Doctrine\ORM\PersistentCollection {#5004 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5005 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#4998 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5006 …} -Children: Doctrine\ORM\PersistentCollection {#5009 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5014 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5012 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5015 …} -Children: Doctrine\ORM\PersistentCollection {#5018 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5021 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5019 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5020 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5022 …} -Children: Doctrine\ORM\PersistentCollection {#5025 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5028 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5026 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5029 …} -Children: Doctrine\ORM\PersistentCollection {#5032 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5035 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4962 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4961 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5036 …} -Children: Doctrine\ORM\PersistentCollection {#5039 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5040 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5033 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5049 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5047 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5056 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5054 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5055 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5063 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5061 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5064 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5070 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5068 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5071 …} -Children: Doctrine\ORM\PersistentCollection {#5074 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5077 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5075 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5078 …} -Children: Doctrine\ORM\PersistentCollection {#5081 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5084 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5082 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5085 …} -Children: Doctrine\ORM\PersistentCollection {#5088 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5091 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5089 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5092 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5098 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5096 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5099 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5105 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5103 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5106 …} -Children: Doctrine\ORM\PersistentCollection {#5109 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5110 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5046 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5045 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5114 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5115 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5011 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5010 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5124 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5123 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5125 …} -Children: Doctrine\ORM\PersistentCollection {#5128 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5131 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5129 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5130 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5132 …} -Children: Doctrine\ORM\PersistentCollection {#5135 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5138 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5139 …} -Children: Doctrine\ORM\PersistentCollection {#5142 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5145 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5143 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5146 …} -Children: Doctrine\ORM\PersistentCollection {#5149 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5152 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5150 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5153 …} -Children: Doctrine\ORM\PersistentCollection {#5156 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5159 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5160 …} -Children: Doctrine\ORM\PersistentCollection {#5163 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5168 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5164 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5169 …} -Children: Doctrine\ORM\PersistentCollection {#5172 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5173 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5166 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5167 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5182 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5180 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5189 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5187 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5188 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5196 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5194 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5201 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5120 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5121 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5205 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5208 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5206 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5207 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5212 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5215 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5213 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5214 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5216 …} -Children: Doctrine\ORM\PersistentCollection {#5219 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } Eccube\Entity\Category {#5220 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5178 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5179 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5231 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5225 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5226 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5236 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5227 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5228 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5237 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: Eccube\Entity\Category {#5231} -Creator: null } Eccube\Entity\Category {#5241 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5229 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5230 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5236} -Creator: null } Eccube\Entity\Category {#5250 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5246 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5247 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5251 …} -Children: Doctrine\ORM\PersistentCollection {#5254 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5255 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5248 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5249 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5250} -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() {#5652 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5651 …} } } |
| 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 {#9109 +label: "カジュアル" +value: "13" +data: Eccube\Entity\Category {#4121 -id: 13 -name: "カジュアル" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1697096175 {#4131 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096175 {#4129 date: 2023-10-12 16:36:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4156 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9102 +label: "T-シャツ・シャツ" +value: "52" +data: Eccube\Entity\Category {#4369 -id: 52 -name: "T-シャツ・シャツ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1697096737 {#4127 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4125 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9110 +label: "ボトムス" +value: "53" +data: Eccube\Entity\Category {#4360 -id: 53 -name: "ボトムス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1697096737 {#4362 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4361 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4359 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9125 +label: "ジャケット・パーカー" +value: "54" +data: Eccube\Entity\Category {#4353 -id: 54 -name: "ジャケット・パーカー" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1697096737 {#4355 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4354 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4352 …} -Children: Doctrine\ORM\PersistentCollection {#4349 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9127 +label: "帽子" +value: "55" +data: Eccube\Entity\Category {#4346 -id: 55 -name: "帽子" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1697096737 {#4348 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4347 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4345 …} -Children: Doctrine\ORM\PersistentCollection {#4342 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9128 +label: "その他" +value: "56" +data: Eccube\Entity\Category {#4124 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1697096737 {#4122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4126 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4119 …} -Children: Doctrine\ORM\PersistentCollection {#4332 …} -Parent: Eccube\Entity\Category {#4121} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9129 +label: "ライダーギア" +value: "12" +data: Eccube\Entity\Category {#4335 -id: 12 -name: "ライダーギア" -hierarchy: 1 -sort_no: 122 -create_date: DateTime @1697096170 {#4364 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096170 {#4363 date: 2023-10-12 16:36:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4336 …} -Children: Doctrine\ORM\PersistentCollection {#4339 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9130 +label: "ヘルメット" +value: "42" +data: Eccube\Entity\Category {#4340 -id: 42 -name: "ヘルメット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1697096737 {#4333 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4334 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4376 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9131 +label: "ブーツ" +value: "43" +data: Eccube\Entity\Category {#4382 -id: 43 -name: "ブーツ" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1697096737 {#4380 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4381 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9132 +label: "ゴーグル" +value: "44" +data: Eccube\Entity\Category {#4389 -id: 44 -name: "ゴーグル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1697096737 {#4387 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4388 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9133 +label: "ジャージ、パンツ" +value: "45" +data: Eccube\Entity\Category {#4396 -id: 45 -name: "ジャージ、パンツ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1697096737 {#4394 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4395 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4397 …} -Children: Doctrine\ORM\PersistentCollection {#4400 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9134 +label: "グローブ" +value: "46" +data: Eccube\Entity\Category {#4403 -id: 46 -name: "グローブ" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1697096737 {#4401 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4402 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9135 +label: "プロテクション" +value: "47" +data: Eccube\Entity\Category {#4410 -id: 47 -name: "プロテクション" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1697096737 {#4408 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4409 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9136 +label: "バッグ" +value: "48" +data: Eccube\Entity\Category {#4417 -id: 48 -name: "バッグ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1697096737 {#4415 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4416 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9137 +label: "アンダー、インナー" +value: "49" +data: Eccube\Entity\Category {#4424 -id: 49 -name: "アンダー、インナー" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1697096737 {#4422 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4423 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9138 +label: "ジャケット" +value: "50" +data: Eccube\Entity\Category {#4431 -id: 50 -name: "ジャケット" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1697096737 {#4429 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4430 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9139 +label: "レインウエア" +value: "51" +data: Eccube\Entity\Category {#4438 -id: 51 -name: "レインウエア" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1697096737 {#4436 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4437 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4335} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9140 +label: "マテリアル" +value: "11" +data: Eccube\Entity\Category {#4445 -id: 11 -name: "マテリアル" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1697096164 {#4379 date: 2023-10-12 16:36:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697098330 {#4378 date: 2023-10-12 17:12:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9141 +label: "CNC" +value: "39" +data: Eccube\Entity\Category {#4450 -id: 39 -name: "CNC" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1697096737 {#4443 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4444 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9142 +label: "カーボン" +value: "40" +data: Eccube\Entity\Category {#4459 -id: 40 -name: "カーボン" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1697096737 {#4457 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4458 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9143 +label: "チタン" +value: "41" +data: Eccube\Entity\Category {#4466 -id: 41 -name: "チタン" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1697096737 {#4464 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4465 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9144 +label: "競技" +value: "10" +data: Eccube\Entity\Category {#4475 -id: 10 -name: "競技" -hierarchy: 1 -sort_no: 110 -create_date: DateTime @1697096158 {#4455 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096158 {#4456 date: 2023-10-12 16:35:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4476 …} -Children: Doctrine\ORM\PersistentCollection {#4479 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9145 +label: "ラリー" +value: "35" +data: Eccube\Entity\Category {#4480 -id: 35 -name: "ラリー" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1697096737 {#4471 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4472 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4481 …} -Children: Doctrine\ORM\PersistentCollection {#4484 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9146 +label: "ラリーキット" +value: "124" +data: Eccube\Entity\Category {#4485 -id: 124 -name: "ラリーキット" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1697101697 {#4473 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4474 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4486 …} -Children: Doctrine\ORM\PersistentCollection {#4489 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9147 +label: "ラリーカウル" +value: "125" +data: Eccube\Entity\Category {#4496 -id: 125 -name: "ラリーカウル" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1697101697 {#4494 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4495 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4497 …} -Children: Doctrine\ORM\PersistentCollection {#4500 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9148 +label: "ラリーマップホルダー" +value: "126" +data: Eccube\Entity\Category {#4503 -id: 126 -name: "ラリーマップホルダー" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1697101697 {#4501 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4502 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9149 +label: "シート" +value: "127" +data: Eccube\Entity\Category {#4510 -id: 127 -name: "シート" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1697101697 {#4508 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4509 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4514 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9150 +label: "スイッチ・コンピューター" +value: "128" +data: Eccube\Entity\Category {#4517 -id: 128 -name: "スイッチ・コンピューター" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1697101697 {#4515 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4516 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 {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9151 +label: "ダンパー" +value: "129" +data: Eccube\Entity\Category {#4524 -id: 129 -name: "ダンパー" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1697101697 {#4522 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4523 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4525 …} -Children: Doctrine\ORM\PersistentCollection {#4528 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9152 +label: "タンク" +value: "130" +data: Eccube\Entity\Category {#4531 -id: 130 -name: "タンク" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1697101697 {#4529 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4530 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9153 +label: "サスペンション" +value: "131" +data: Eccube\Entity\Category {#4538 -id: 131 -name: "サスペンション" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1697101697 {#4536 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4537 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4539 …} -Children: Doctrine\ORM\PersistentCollection {#4542 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9154 +label: "エキゾースト" +value: "132" +data: Eccube\Entity\Category {#4545 -id: 132 -name: "エキゾースト" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1697101697 {#4543 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4544 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: Eccube\Entity\Category {#4480} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9155 +label: "スーパーモタード" +value: "36" +data: Eccube\Entity\Category {#4552 -id: 36 -name: "スーパーモタード" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1697096737 {#4492 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4493 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9156 +label: "ホイール" +value: "133" +data: Eccube\Entity\Category {#4557 -id: 133 -name: "ホイール" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1697101697 {#4550 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4551 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4558 …} -Children: Doctrine\ORM\PersistentCollection {#4561 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9157 +label: "ブレーキ" +value: "134" +data: Eccube\Entity\Category {#4566 -id: 134 -name: "ブレーキ" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1697101697 {#4564 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4565 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9158 +label: "サスペンション" +value: "135" +data: Eccube\Entity\Category {#4573 -id: 135 -name: "サスペンション" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1697101697 {#4571 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4572 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9159 +label: "エキゾースト" +value: "136" +data: Eccube\Entity\Category {#4580 -id: 136 -name: "エキゾースト" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1697101697 {#4578 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4579 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: Eccube\Entity\Category {#4552} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9160 +label: "エンデューロ" +value: "37" +data: Eccube\Entity\Category {#4585 -id: 37 -name: "エンデューロ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1697096737 {#4490 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4491 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4586 …} -Children: Doctrine\ORM\PersistentCollection {#4589 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9161 +label: "モトクロス" +value: "38" +data: Eccube\Entity\Category {#4592 -id: 38 -name: "モトクロス" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1697096737 {#4590 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4591 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4596 …} -Parent: Eccube\Entity\Category {#4475} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9162 +label: "スペシャルパーツ" +value: "9" +data: Eccube\Entity\Category {#4601 -id: 9 -name: "スペシャルパーツ" -hierarchy: 1 -sort_no: 89 -create_date: DateTime @1697096149 {#4563 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096149 {#4562 date: 2023-10-12 16:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9163 +label: "シャーシー・フレーム" +value: "25" +data: Eccube\Entity\Category {#4606 -id: 25 -name: "シャーシー・フレーム" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1697096737 {#4597 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4598 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9164 +label: "サスペンション" +value: "62" +data: Eccube\Entity\Category {#4611 -id: 62 -name: "サスペンション" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1697101697 {#4599 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4600 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4612 …} -Children: Doctrine\ORM\PersistentCollection {#4615 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9165 +label: "スイングアーム・リンク" +value: "63" +data: Eccube\Entity\Category {#4622 -id: 63 -name: "スイングアーム・リンク" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1697101697 {#4620 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4621 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4623 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9166 +label: "トリプルクランプ" +value: "64" +data: Eccube\Entity\Category {#4629 -id: 64 -name: "トリプルクランプ" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1697101697 {#4627 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4628 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4630 …} -Children: Doctrine\ORM\PersistentCollection {#4633 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9167 +label: "ステアリングダンパー" +value: "65" +data: Eccube\Entity\Category {#4636 -id: 65 -name: "ステアリングダンパー" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1697101697 {#4634 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4635 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4637 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9168 +label: "サイドスタンド" +value: "66" +data: Eccube\Entity\Category {#4643 -id: 66 -name: "サイドスタンド" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1697101697 {#4641 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4642 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 {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9169 +label: "その他" +value: "67" +data: Eccube\Entity\Category {#4650 -id: 67 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1697101697 {#4648 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4649 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4606} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9170 +label: "ハンドル・操作系" +value: "26" +data: Eccube\Entity\Category {#4657 -id: 26 -name: "ハンドル・操作系" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1697096737 {#4617 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4616 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4658 …} -Children: Doctrine\ORM\PersistentCollection {#4661 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9171 +label: "ハンドル" +value: "68" +data: Eccube\Entity\Category {#4662 -id: 68 -name: "ハンドル" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1697101697 {#4655 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4656 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4663 …} -Children: Doctrine\ORM\PersistentCollection {#4666 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9172 +label: "グリップ" +value: "69" +data: Eccube\Entity\Category {#4671 -id: 69 -name: "グリップ" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1697101697 {#4669 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4670 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4672 …} -Children: Doctrine\ORM\PersistentCollection {#4675 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9173 +label: "ペダル" +value: "70" +data: Eccube\Entity\Category {#4678 -id: 70 -name: "ペダル" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1697101697 {#4676 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4677 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4679 …} -Children: Doctrine\ORM\PersistentCollection {#4682 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9174 +label: "フットペグ・ステップ関連" +value: "71" +data: Eccube\Entity\Category {#4685 -id: 71 -name: "フットペグ・ステップ関連" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1697101697 {#4683 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4684 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4686 …} -Children: Doctrine\ORM\PersistentCollection {#4689 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9175 +label: "レバー類" +value: "72" +data: Eccube\Entity\Category {#4692 -id: 72 -name: "レバー類" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1697101697 {#4690 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4691 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4693 …} -Children: Doctrine\ORM\PersistentCollection {#4696 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9176 +label: "スイッチ類" +value: "73" +data: Eccube\Entity\Category {#4699 -id: 73 -name: "スイッチ類" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1697101697 {#4697 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4698 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4700 …} -Children: Doctrine\ORM\PersistentCollection {#4703 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9177 +label: "その他" +value: "74" +data: Eccube\Entity\Category {#4706 -id: 74 -name: "その他" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1697101697 {#4704 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4705 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4707 …} -Children: Doctrine\ORM\PersistentCollection {#4710 …} -Parent: Eccube\Entity\Category {#4657} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9178 +label: "吸排気系" +value: "27" +data: Eccube\Entity\Category {#4713 -id: 27 -name: "吸排気系" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1697096737 {#4667 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4668 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4714 …} -Children: Doctrine\ORM\PersistentCollection {#4717 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9179 +label: "エキゾースト" +value: "75" +data: Eccube\Entity\Category {#4718 -id: 75 -name: "エキゾースト" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1697101697 {#4711 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4712 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4719 …} -Children: Doctrine\ORM\PersistentCollection {#4722 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9180 +label: "インテーク" +value: "76" +data: Eccube\Entity\Category {#4727 -id: 76 -name: "インテーク" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1697101697 {#4725 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4726 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4731 …} -Parent: Eccube\Entity\Category {#4713} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9181 +label: "駆動系" +value: "28" +data: Eccube\Entity\Category {#4734 -id: 28 -name: "駆動系" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1697096737 {#4618 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4619 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4735 …} -Children: Doctrine\ORM\PersistentCollection {#4738 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9182 +label: "ホイール" +value: "77" +data: Eccube\Entity\Category {#4739 -id: 77 -name: "ホイール" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1697101697 {#4732 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4733 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4740 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9183 +label: "スプロケット" +value: "78" +data: Eccube\Entity\Category {#4748 -id: 78 -name: "スプロケット" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1697101697 {#4746 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4747 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4749 …} -Children: Doctrine\ORM\PersistentCollection {#4752 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9184 +label: "チェーン" +value: "79" +data: Eccube\Entity\Category {#4755 -id: 79 -name: "チェーン" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1697101697 {#4753 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4754 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4756 …} -Children: Doctrine\ORM\PersistentCollection {#4759 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9185 +label: "チェーンガイド" +value: "80" +data: Eccube\Entity\Category {#4762 -id: 80 -name: "チェーンガイド" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1697101697 {#4760 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4761 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4763 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9186 +label: "チェーンスライダー" +value: "81" +data: Eccube\Entity\Category {#4769 -id: 81 -name: "チェーンスライダー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1697101697 {#4767 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4768 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4773 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9187 +label: "アクスルプーラー" +value: "82" +data: Eccube\Entity\Category {#4776 -id: 82 -name: "アクスルプーラー" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1697101697 {#4774 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4775 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4777 …} -Children: Doctrine\ORM\PersistentCollection {#4780 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9188 +label: "その他" +value: "83" +data: Eccube\Entity\Category {#4783 -id: 83 -name: "その他" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1697101697 {#4781 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4782 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4784 …} -Children: Doctrine\ORM\PersistentCollection {#4787 …} -Parent: Eccube\Entity\Category {#4734} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9189 +label: "ガード" +value: "29" +data: Eccube\Entity\Category {#4790 -id: 29 -name: "ガード" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1697096737 {#4744 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4745 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4791 …} -Children: Doctrine\ORM\PersistentCollection {#4794 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9190 +label: "ハンドガード" +value: "84" +data: Eccube\Entity\Category {#4795 -id: 84 -name: "ハンドガード" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1697101697 {#4788 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4789 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4796 …} -Children: Doctrine\ORM\PersistentCollection {#4799 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9191 +label: "エキゾーストガード" +value: "85" +data: Eccube\Entity\Category {#4804 -id: 85 -name: "エキゾーストガード" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1697101697 {#4802 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4803 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4805 …} -Children: Doctrine\ORM\PersistentCollection {#4808 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9192 +label: "スライダー" +value: "86" +data: Eccube\Entity\Category {#4811 -id: 86 -name: "スライダー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1697101697 {#4809 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4810 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4812 …} -Children: Doctrine\ORM\PersistentCollection {#4815 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9193 +label: "アンダーガード" +value: "87" +data: Eccube\Entity\Category {#4818 -id: 87 -name: "アンダーガード" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1697101697 {#4816 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4817 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4819 …} -Children: Doctrine\ORM\PersistentCollection {#4822 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9194 +label: "ディスクガード" +value: "88" +data: Eccube\Entity\Category {#4825 -id: 88 -name: "ディスクガード" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1697101697 {#4823 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4824 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4826 …} -Children: Doctrine\ORM\PersistentCollection {#4829 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9195 +label: "エンジンガード" +value: "89" +data: Eccube\Entity\Category {#4832 -id: 89 -name: "エンジンガード" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1697101697 {#4830 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4831 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4833 …} -Children: Doctrine\ORM\PersistentCollection {#4836 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9196 +label: "ラジエターガード" +value: "90" +data: Eccube\Entity\Category {#4839 -id: 90 -name: "ラジエターガード" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1697101697 {#4837 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4838 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4840 …} -Children: Doctrine\ORM\PersistentCollection {#4843 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9197 +label: "フレームガード" +value: "91" +data: Eccube\Entity\Category {#4846 -id: 91 -name: "フレームガード" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1697101697 {#4844 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4845 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4847 …} -Children: Doctrine\ORM\PersistentCollection {#4850 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9198 +label: "その他" +value: "92" +data: Eccube\Entity\Category {#4853 -id: 92 -name: "その他" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1697101697 {#4851 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4852 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4854 …} -Children: Doctrine\ORM\PersistentCollection {#4857 …} -Parent: Eccube\Entity\Category {#4790} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9199 +label: "外装系" +value: "30" +data: Eccube\Entity\Category {#4860 -id: 30 -name: "外装系" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1697096737 {#4800 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4801 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4861 …} -Children: Doctrine\ORM\PersistentCollection {#4864 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9200 +label: "外装" +value: "93" +data: Eccube\Entity\Category {#4865 -id: 93 -name: "外装" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1697101697 {#4858 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4859 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4866 …} -Children: Doctrine\ORM\PersistentCollection {#4869 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9201 +label: "グラフィック" +value: "94" +data: Eccube\Entity\Category {#4874 -id: 94 -name: "グラフィック" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1697101697 {#4872 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4873 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4875 …} -Children: Doctrine\ORM\PersistentCollection {#4878 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9202 +label: "シート" +value: "95" +data: Eccube\Entity\Category {#4881 -id: 95 -name: "シート" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1697101697 {#4879 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4880 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4882 …} -Children: Doctrine\ORM\PersistentCollection {#4885 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9203 +label: "タンク" +value: "96" +data: Eccube\Entity\Category {#4888 -id: 96 -name: "タンク" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1697101697 {#4886 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4887 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4889 …} -Children: Doctrine\ORM\PersistentCollection {#4892 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9204 +label: "カウル" +value: "97" +data: Eccube\Entity\Category {#4895 -id: 97 -name: "カウル" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1697101697 {#4893 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4894 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4896 …} -Children: Doctrine\ORM\PersistentCollection {#4899 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9205 +label: "ボルト類" +value: "98" +data: Eccube\Entity\Category {#4902 -id: 98 -name: "ボルト類" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1697101697 {#4900 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4901 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4903 …} -Children: Doctrine\ORM\PersistentCollection {#4906 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9206 +label: "その他" +value: "99" +data: Eccube\Entity\Category {#4909 -id: 99 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1697101697 {#4907 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4908 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4910 …} -Children: Doctrine\ORM\PersistentCollection {#4913 …} -Parent: Eccube\Entity\Category {#4860} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9207 +label: "エンジン系" +value: "31" +data: Eccube\Entity\Category {#4916 -id: 31 -name: "エンジン系" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1697096737 {#4870 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4871 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4917 …} -Children: Doctrine\ORM\PersistentCollection {#4920 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9208 +label: "エンジン" +value: "100" +data: Eccube\Entity\Category {#4921 -id: 100 -name: "エンジン" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1697101697 {#4914 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4915 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4922 …} -Children: Doctrine\ORM\PersistentCollection {#4925 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9209 +label: "エンジンカバー" +value: "101" +data: Eccube\Entity\Category {#4930 -id: 101 -name: "エンジンカバー" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1697101697 {#4928 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4929 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4931 …} -Children: Doctrine\ORM\PersistentCollection {#4934 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9210 +label: "クラッチ・シフト機構" +value: "102" +data: Eccube\Entity\Category {#4937 -id: 102 -name: "クラッチ・シフト機構" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1697101697 {#4935 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4936 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4938 …} -Children: Doctrine\ORM\PersistentCollection {#4941 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9211 +label: "その他" +value: "103" +data: Eccube\Entity\Category {#4944 -id: 103 -name: "その他" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1697101697 {#4942 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4943 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4945 …} -Children: Doctrine\ORM\PersistentCollection {#4948 …} -Parent: Eccube\Entity\Category {#4916} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9212 +label: "ブレーキ関連" +value: "32" +data: Eccube\Entity\Category {#4951 -id: 32 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1697096737 {#4723 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4724 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4952 …} -Children: Doctrine\ORM\PersistentCollection {#4955 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9213 +label: "マスターシリンダー" +value: "104" +data: Eccube\Entity\Category {#4956 -id: 104 -name: "マスターシリンダー" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1697101697 {#4949 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4950 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4957 …} -Children: Doctrine\ORM\PersistentCollection {#4960 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9214 +label: "キャリパー" +value: "105" +data: Eccube\Entity\Category {#4965 -id: 105 -name: "キャリパー" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1697101697 {#4963 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4964 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4966 …} -Children: Doctrine\ORM\PersistentCollection {#4969 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9215 +label: "ブレーキディスク" +value: "106" +data: Eccube\Entity\Category {#4972 -id: 106 -name: "ブレーキディスク" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1697101697 {#4970 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4971 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4973 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9216 +label: "ブレーキペダル" +value: "107" +data: Eccube\Entity\Category {#4979 -id: 107 -name: "ブレーキペダル" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1697101697 {#4977 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4978 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#4983 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9217 +label: "ブレーキホース" +value: "108" +data: Eccube\Entity\Category {#4986 -id: 108 -name: "ブレーキホース" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1697101697 {#4984 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4985 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4987 …} -Children: Doctrine\ORM\PersistentCollection {#4990 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9218 +label: "その他" +value: "109" +data: Eccube\Entity\Category {#4993 -id: 109 -name: "その他" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1697101697 {#4991 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4992 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4994 …} -Children: Doctrine\ORM\PersistentCollection {#4997 …} -Parent: Eccube\Entity\Category {#4951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9219 +label: "積載関連" +value: "33" +data: Eccube\Entity\Category {#5000 -id: 33 -name: "積載関連" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1697096737 {#4927 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4926 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5001 …} -Children: Doctrine\ORM\PersistentCollection {#5004 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9220 +label: "パニア、バッグ" +value: "110" +data: Eccube\Entity\Category {#5005 -id: 110 -name: "パニア、バッグ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1697101697 {#4998 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#4999 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5006 …} -Children: Doctrine\ORM\PersistentCollection {#5009 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9221 +label: "キャリア" +value: "111" +data: Eccube\Entity\Category {#5014 -id: 111 -name: "キャリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1697101697 {#5012 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5013 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5015 …} -Children: Doctrine\ORM\PersistentCollection {#5018 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9222 +label: "液体バッグ" +value: "112" +data: Eccube\Entity\Category {#5021 -id: 112 -name: "液体バッグ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1697101697 {#5019 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5020 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5022 …} -Children: Doctrine\ORM\PersistentCollection {#5025 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9223 +label: "ストラップ" +value: "113" +data: Eccube\Entity\Category {#5028 -id: 113 -name: "ストラップ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1697101697 {#5026 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5027 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5029 …} -Children: Doctrine\ORM\PersistentCollection {#5032 …} -Parent: Eccube\Entity\Category {#5000} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9224 +label: "電装系" +value: "34" +data: Eccube\Entity\Category {#5035 -id: 34 -name: "電装系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1697096737 {#4962 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#4961 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5036 …} -Children: Doctrine\ORM\PersistentCollection {#5039 …} -Parent: Eccube\Entity\Category {#4601} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9225 +label: "ECU" +value: "114" +data: Eccube\Entity\Category {#5040 -id: 114 -name: "ECU" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1697101697 {#5033 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5034 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5041 …} -Children: Doctrine\ORM\PersistentCollection {#5044 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9226 +label: "オートシフター" +value: "115" +data: Eccube\Entity\Category {#5049 -id: 115 -name: "オートシフター" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1697101697 {#5047 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5048 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#5053 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9227 +label: "メーター・センサー類" +value: "116" +data: Eccube\Entity\Category {#5056 -id: 116 -name: "メーター・センサー類" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1697101697 {#5054 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5055 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5060 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9228 +label: "ラリーパーツ" +value: "117" +data: Eccube\Entity\Category {#5063 -id: 117 -name: "ラリーパーツ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1697101697 {#5061 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5062 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5064 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9229 +label: "GPS・ナビゲーション" +value: "118" +data: Eccube\Entity\Category {#5070 -id: 118 -name: "GPS・ナビゲーション" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1697101697 {#5068 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5069 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5071 …} -Children: Doctrine\ORM\PersistentCollection {#5074 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9230 +label: "ライト" +value: "119" +data: Eccube\Entity\Category {#5077 -id: 119 -name: "ライト" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1697101697 {#5075 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5076 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5078 …} -Children: Doctrine\ORM\PersistentCollection {#5081 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9231 +label: "スイッチ" +value: "120" +data: Eccube\Entity\Category {#5084 -id: 120 -name: "スイッチ" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1697101697 {#5082 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5083 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5085 …} -Children: Doctrine\ORM\PersistentCollection {#5088 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9232 +label: "ウインカー" +value: "121" +data: Eccube\Entity\Category {#5091 -id: 121 -name: "ウインカー" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1697101697 {#5089 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5090 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5092 …} -Children: Doctrine\ORM\PersistentCollection {#5095 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9233 +label: "ETC関連" +value: "122" +data: Eccube\Entity\Category {#5098 -id: 122 -name: "ETC関連" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1697101697 {#5096 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5097 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5099 …} -Children: Doctrine\ORM\PersistentCollection {#5102 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9234 +label: "映像機器" +value: "123" +data: Eccube\Entity\Category {#5105 -id: 123 -name: "映像機器" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1697101697 {#5103 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5104 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5106 …} -Children: Doctrine\ORM\PersistentCollection {#5109 …} -Parent: Eccube\Entity\Category {#5035} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9235 +label: "消耗品、スペアパーツ" +value: "8" +data: Eccube\Entity\Category {#5110 -id: 8 -name: "消耗品、スペアパーツ" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1697096142 {#5046 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096142 {#5045 date: 2023-10-12 16:35:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5114 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9236 +label: "ハンドル関連" +value: "14" +data: Eccube\Entity\Category {#5115 -id: 14 -name: "ハンドル関連" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1697096737 {#5011 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5010 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9237 +label: "シャーシー・足回り" +value: "15" +data: Eccube\Entity\Category {#5124 -id: 15 -name: "シャーシー・足回り" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1697096737 {#5122 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5123 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5125 …} -Children: Doctrine\ORM\PersistentCollection {#5128 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9238 +label: "駆動系" +value: "16" +data: Eccube\Entity\Category {#5131 -id: 16 -name: "駆動系" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1697096737 {#5129 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5130 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5132 …} -Children: Doctrine\ORM\PersistentCollection {#5135 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9239 +label: "ブレーキ関連" +value: "17" +data: Eccube\Entity\Category {#5138 -id: 17 -name: "ブレーキ関連" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1697096737 {#5136 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5137 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5139 …} -Children: Doctrine\ORM\PersistentCollection {#5142 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9240 +label: "エンジン" +value: "18" +data: Eccube\Entity\Category {#5145 -id: 18 -name: "エンジン" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1697096737 {#5143 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5144 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5146 …} -Children: Doctrine\ORM\PersistentCollection {#5149 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9241 +label: "吸排気関連" +value: "19" +data: Eccube\Entity\Category {#5152 -id: 19 -name: "吸排気関連" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1697096737 {#5150 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5151 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5153 …} -Children: Doctrine\ORM\PersistentCollection {#5156 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9242 +label: "オイル" +value: "20" +data: Eccube\Entity\Category {#5159 -id: 20 -name: "オイル" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1697096737 {#5157 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5158 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5160 …} -Children: Doctrine\ORM\PersistentCollection {#5163 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9243 +label: "タイヤ" +value: "21" +data: Eccube\Entity\Category {#5168 -id: 21 -name: "タイヤ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1697096737 {#5164 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5165 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5169 …} -Children: Doctrine\ORM\PersistentCollection {#5172 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9244 +label: "ラリー" +value: "58" +data: Eccube\Entity\Category {#5173 -id: 58 -name: "ラリー" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1697101697 {#5166 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5167 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9245 +label: "スーパーモト" +value: "59" +data: Eccube\Entity\Category {#5182 -id: 59 -name: "スーパーモト" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1697101697 {#5180 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5181 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5183 …} -Children: Doctrine\ORM\PersistentCollection {#5186 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9246 +label: "エンデューロ" +value: "60" +data: Eccube\Entity\Category {#5189 -id: 60 -name: "エンデューロ" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1697101697 {#5187 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5188 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5190 …} -Children: Doctrine\ORM\PersistentCollection {#5193 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9247 +label: "モトクロス" +value: "61" +data: Eccube\Entity\Category {#5196 -id: 61 -name: "モトクロス" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1697101697 {#5194 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697101697 {#5195 date: 2023-10-12 18:08:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5197 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: Eccube\Entity\Category {#5168} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9248 +label: "タイヤ関連" +value: "22" +data: Eccube\Entity\Category {#5201 -id: 22 -name: "タイヤ関連" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1697096737 {#5120 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5121 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5205 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9249 +label: "ムース" +value: "23" +data: Eccube\Entity\Category {#5208 -id: 23 -name: "ムース" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1697096737 {#5206 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5207 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5212 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9250 +label: "その他" +value: "24" +data: Eccube\Entity\Category {#5215 -id: 24 -name: "その他" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1697096737 {#5213 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697096737 {#5214 date: 2023-10-12 16:45:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5216 …} -Children: Doctrine\ORM\PersistentCollection {#5219 …} -Parent: Eccube\Entity\Category {#5110} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4372 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9251 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#5220 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1683393073 {#5178 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5179 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9252 +label: "ジェラート" +value: "1" +data: Eccube\Entity\Category {#5231 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1683393073 {#5225 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5226 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5235 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9253 +label: "彩のデザート" +value: "3" +data: Eccube\Entity\Category {#5236 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1683393073 {#5227 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5228 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5237 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: Eccube\Entity\Category {#5231} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9254 +label: "CUBE" +value: "4" +data: Eccube\Entity\Category {#5241 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1683393073 {#5229 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5230 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5236} -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9255 +label: "アイスサンド" +value: "5" +data: Eccube\Entity\Category {#5250 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1683393073 {#5246 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5247 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5251 …} -Children: Doctrine\ORM\PersistentCollection {#5254 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9256 +label: "フルーツ" +value: "6" +data: Eccube\Entity\Category {#5255 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1683393073 {#5248 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1683393073 {#5249 date: 2023-05-07 02:11:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5250} -Creator: null } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9104 -form: Symfony\Component\Form\Form {#5818 …} -errors: [ Symfony\Component\Form\FormError {#6179 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "88" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Validator\ConstraintViolation {#6183 root: Symfony\Component\Form\Form {#5812 …} path: "children[category_id]" value: "88" } -origin: Symfony\Component\Form\Form {#5818 …} } ] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9119 …5} |
| full_name | "category_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, array $values) {#9089 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5631 …} } |
| 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 | "88" |
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) {#5681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3963 …} } |
| 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() {#5683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5680 …} } } |
| 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 {#9257 -form: Symfony\Component\Form\Form {#5821 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9097 …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) {#5692 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3963 …} } |
| 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() {#5694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5693 …} } } |
| 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 {#9259 -form: Symfony\Component\Form\Form {#5824 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9258 …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 {#4088 #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 {#4088 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4135 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4096 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4088 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4135 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4096 #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 {#5717 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5725 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5726 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5724 -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 {#4088 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4135 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4096 #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 {#5724 -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 {#5727 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5729 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5730 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5731 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5728 …} -_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() {#5723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5720 …} } } |
| 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 {#9263 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4088 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9262 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4135 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9264 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4096 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListMax {#4088 #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 {#9261 -form: Symfony\Component\Form\Form {#5827 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9260 …5} |
| full_name | "disp_number" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "disp_number" |
| is_selected | Closure($choice, $value) {#9266 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5631 …} } |
| 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 {#4089 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4089 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4087 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5276 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4089 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4087 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5276 #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 {#5717 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5749 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5750 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5748 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4076 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4089 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4087 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5276 #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 {#5748 -om: ContainerRaU73E0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#390 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4076 …} -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 {#5751 -_em: Doctrine\ORM\EntityManager {#361 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5753 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5754 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5755 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5752 …} -_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() {#5747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5746 …} } } |
| 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 {#9270 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4089 #id: 1 #name: "価格が低い順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9269 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4087 #id: 3 #name: "価格が高い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9271 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#5276 #id: 2 #name: "新着順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListOrderBy {#4089 #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 {#9267 -form: Symfony\Component\Form\Form {#5830 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9268 …5} |
| full_name | "orderby" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderby" |
| is_selected | Closure($choice, $value) {#9273 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5631 …} } |
| 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) {#4091 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
same as passed value |
| choices | [ Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5361 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5360 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5358 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5363 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5362 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5335 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5336 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5338 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5334 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5393 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5394 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5391 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5392 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5400 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5401 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5403 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5398 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5399 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5407 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5408 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5410 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5405 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5406 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5414 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5421 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5428 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5435 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5442 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5449 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5456 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5463 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5470 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5477 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5484 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5361 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5360 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5358 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5363 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5362 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5335 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5336 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5338 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5334 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5393 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5394 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5391 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5392 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5400 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5401 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5403 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5398 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5399 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5407 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5408 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5410 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5405 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5406 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5414 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5421 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5428 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5435 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5442 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5449 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5456 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5463 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5470 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5477 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5484 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
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) {#4091 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
| choices | [ Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5361 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5360 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5358 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5363 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5362 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5335 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5336 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5338 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5334 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5393 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5394 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5391 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5392 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5400 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5401 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5403 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5398 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5399 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5407 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5408 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5410 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5405 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5406 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5414 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5421 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5428 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5435 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5442 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5449 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5456 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5463 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5470 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5477 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Maker {#5484 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
| 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() {#5767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5766 …} } } |
| 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 {#9278 +label: "VENT" +value: "1" +data: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9280 +label: "Red Moto" +value: "2" +data: Customize\Entity\Maker {#5361 #id: 2 #name: "Red Moto" #ProductMaker: Doctrine\ORM\PersistentCollection {#5360 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5358 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5363 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5362 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9279 +label: "HUSQVARNA(KTM)" +value: "3" +data: Customize\Entity\Maker {#5335 #id: 3 #name: "HUSQVARNA(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5336 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5388 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5338 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5334 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9282 +label: "KTM" +value: "4" +data: Customize\Entity\Maker {#5393 #id: 4 #name: "KTM" #ProductMaker: Doctrine\ORM\PersistentCollection {#5394 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5396 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5391 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5392 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9283 +label: "GASGAS(KTM)" +value: "5" +data: Customize\Entity\Maker {#5400 #id: 5 #name: "GASGAS(KTM)" #ProductMaker: Doctrine\ORM\PersistentCollection {#5401 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5403 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5398 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5399 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9284 +label: "BETA" +value: "6" +data: Customize\Entity\Maker {#5407 #id: 6 #name: "BETA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5408 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5410 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5405 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5406 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9285 +label: "HONDA" +value: "7" +data: Customize\Entity\Maker {#5414 #id: 7 #name: "HONDA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5415 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5417 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5412 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5413 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9286 +label: "YAMAHA" +value: "8" +data: Customize\Entity\Maker {#5421 #id: 8 #name: "YAMAHA" #ProductMaker: Doctrine\ORM\PersistentCollection {#5422 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5424 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5419 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5420 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9287 +label: "SHERCO" +value: "9" +data: Customize\Entity\Maker {#5428 #id: 9 #name: "SHERCO" #ProductMaker: Doctrine\ORM\PersistentCollection {#5429 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5431 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5426 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5427 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9288 +label: "FANTIC" +value: "10" +data: Customize\Entity\Maker {#5435 #id: 10 #name: "FANTIC" #ProductMaker: Doctrine\ORM\PersistentCollection {#5436 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5438 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5433 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5434 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9289 +label: "BMW" +value: "11" +data: Customize\Entity\Maker {#5442 #id: 11 #name: "BMW" #ProductMaker: Doctrine\ORM\PersistentCollection {#5443 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5445 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5440 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5441 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9290 +label: "DUCATI" +value: "12" +data: Customize\Entity\Maker {#5449 #id: 12 #name: "DUCATI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5450 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5452 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5447 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5448 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9291 +label: "aprilia" +value: "13" +data: Customize\Entity\Maker {#5456 #id: 13 #name: "aprilia" #ProductMaker: Doctrine\ORM\PersistentCollection {#5457 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5459 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5454 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5455 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9292 +label: "MOTO GUZZI" +value: "14" +data: Customize\Entity\Maker {#5463 #id: 14 #name: "MOTO GUZZI" #ProductMaker: Doctrine\ORM\PersistentCollection {#5464 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5466 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5461 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5462 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9293 +label: "ROYAL ENFIELD" +value: "15" +data: Customize\Entity\Maker {#5470 #id: 15 #name: "ROYAL ENFIELD" #ProductMaker: Doctrine\ORM\PersistentCollection {#5471 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5473 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5468 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5469 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9294 +label: "TRIUMPH" +value: "16" +data: Customize\Entity\Maker {#5477 #id: 16 #name: "TRIUMPH" #ProductMaker: Doctrine\ORM\PersistentCollection {#5478 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5480 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5475 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5476 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9295 +label: "tmRACING" +value: "17" +data: Customize\Entity\Maker {#5484 #id: 17 #name: "tmRACING" #ProductMaker: Doctrine\ORM\PersistentCollection {#5485 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5487 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5482 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5483 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9274 -form: Symfony\Component\Form\Form {#5833 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9275 …5} |
| full_name | "maker_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "maker_id" |
| is_selected | Closure($choice, $value) {#9276 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5631 …} } |
| 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) {#5260 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
same as passed value |
| choices | [ Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } ] |
[ Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } ] |
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) {#5260 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
| choices | [ Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } ] |
| 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() {#5778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5777 …} } } |
| 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 {#9299 +label: "BAJA 50" +value: "1" +data: Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9301 +label: "BAJA RR 50" +value: "2" +data: Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9300 +label: "BAJA 125 4T" +value: "3" +data: Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9303 +label: "BAJA RR 125 4T" +value: "4" +data: Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9304 +label: "BAJA 50 2T KIDS" +value: "5" +data: Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9305 +label: "DERAPAGE 50" +value: "6" +data: Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9306 +label: "DERAPAGE RR 50" +value: "7" +data: Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9307 +label: "DERAPAGE 125 4T" +value: "8" +data: Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9308 +label: "DERAPAGE RR 125 4T" +value: "9" +data: Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } +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 {#9296 -form: Symfony\Component\Form\Form {#5836 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9277 …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) {#9297 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5631 …} } |
| 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) {#5263 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
same as passed value |
| choices | [ Customize\Entity\YearModel {#5535 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } } Customize\Entity\YearModel {#5537 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5498} } Customize\Entity\YearModel {#5538 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } } Customize\Entity\YearModel {#5539 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5502} } Customize\Entity\YearModel {#5540 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } } Customize\Entity\YearModel {#5541 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5505} } Customize\Entity\YearModel {#5542 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } } Customize\Entity\YearModel {#5543 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5508} } Customize\Entity\YearModel {#5544 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } } Customize\Entity\YearModel {#5545 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5511} } Customize\Entity\YearModel {#5546 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } } Customize\Entity\YearModel {#5547 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5514} } Customize\Entity\YearModel {#5548 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } } Customize\Entity\YearModel {#5549 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5517} } Customize\Entity\YearModel {#5550 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } Customize\Entity\YearModel {#5551 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5520} } Customize\Entity\YearModel {#5552 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } Customize\Entity\YearModel {#5553 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } ] |
[ Customize\Entity\YearModel {#5535 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } } Customize\Entity\YearModel {#5537 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5498} } Customize\Entity\YearModel {#5538 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } } Customize\Entity\YearModel {#5539 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5502} } Customize\Entity\YearModel {#5540 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } } Customize\Entity\YearModel {#5541 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5505} } Customize\Entity\YearModel {#5542 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } } Customize\Entity\YearModel {#5543 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5508} } Customize\Entity\YearModel {#5544 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } } Customize\Entity\YearModel {#5545 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5511} } Customize\Entity\YearModel {#5546 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } } Customize\Entity\YearModel {#5547 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5514} } Customize\Entity\YearModel {#5548 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } } Customize\Entity\YearModel {#5549 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5517} } Customize\Entity\YearModel {#5550 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } Customize\Entity\YearModel {#5551 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5520} } Customize\Entity\YearModel {#5552 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } Customize\Entity\YearModel {#5553 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } ] |
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) {#5263 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
| choices | [ Customize\Entity\YearModel {#5535 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } } Customize\Entity\YearModel {#5537 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5498} } Customize\Entity\YearModel {#5538 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } } Customize\Entity\YearModel {#5539 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5502} } Customize\Entity\YearModel {#5540 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } } Customize\Entity\YearModel {#5541 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5505} } Customize\Entity\YearModel {#5542 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } } Customize\Entity\YearModel {#5543 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5508} } Customize\Entity\YearModel {#5544 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } } Customize\Entity\YearModel {#5545 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5511} } Customize\Entity\YearModel {#5546 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } } Customize\Entity\YearModel {#5547 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5514} } Customize\Entity\YearModel {#5548 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } } Customize\Entity\YearModel {#5549 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5517} } Customize\Entity\YearModel {#5550 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } Customize\Entity\YearModel {#5551 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5520} } Customize\Entity\YearModel {#5552 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } Customize\Entity\YearModel {#5553 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } ] |
| 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() {#5789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5788 …} } } |
| 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 {#9312 +label: "2024年" +value: "1" +data: Customize\Entity\YearModel {#5535 #id: 1 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5498 #id: 1 #name: "BAJA 50" -Maker: Customize\Entity\Maker {#5325 #id: 1 #name: "VENT" #ProductMaker: Doctrine\ORM\PersistentCollection {#5365 …} #VehicleModel: Doctrine\ORM\PersistentCollection {#5367 …} -Status: null -sort_no: 0 -create_date: DateTime @-62169984000 {#5289 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5328 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } #YearModel: Doctrine\ORM\PersistentCollection {#5500 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9314 +label: "2023年" +value: "2" +data: Customize\Entity\YearModel {#5537 #id: 2 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5498} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9313 +label: "2024年" +value: "3" +data: Customize\Entity\YearModel {#5538 #id: 3 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5502 #id: 2 #name: "BAJA RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5503 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9316 +label: "2023年" +value: "4" +data: Customize\Entity\YearModel {#5539 #id: 4 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5502} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9317 +label: "2024年" +value: "5" +data: Customize\Entity\YearModel {#5540 #id: 5 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5505 #id: 3 #name: "BAJA 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5506 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9318 +label: "2023年" +value: "6" +data: Customize\Entity\YearModel {#5541 #id: 6 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5505} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9319 +label: "2024年" +value: "7" +data: Customize\Entity\YearModel {#5542 #id: 7 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5508 #id: 4 #name: "BAJA RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5509 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9320 +label: "2023年" +value: "8" +data: Customize\Entity\YearModel {#5543 #id: 8 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5508} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9321 +label: "2024年" +value: "9" +data: Customize\Entity\YearModel {#5544 #id: 9 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5511 #id: 5 #name: "BAJA 50 2T KIDS" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5512 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9322 +label: "2023年" +value: "10" +data: Customize\Entity\YearModel {#5545 #id: 10 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5511} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9323 +label: "2024年" +value: "11" +data: Customize\Entity\YearModel {#5546 #id: 11 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5514 #id: 6 #name: "DERAPAGE 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5515 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9324 +label: "2023年" +value: "12" +data: Customize\Entity\YearModel {#5547 #id: 12 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5514} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9325 +label: "2024年" +value: "13" +data: Customize\Entity\YearModel {#5548 #id: 13 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5517 #id: 7 #name: "DERAPAGE RR 50" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5518 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9326 +label: "2023年" +value: "14" +data: Customize\Entity\YearModel {#5549 #id: 14 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5517} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9327 +label: "2024年" +value: "15" +data: Customize\Entity\YearModel {#5550 #id: 15 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5520 #id: 8 #name: "DERAPAGE 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5521 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9328 +label: "2023年" +value: "16" +data: Customize\Entity\YearModel {#5551 #id: 16 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5520} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9329 +label: "2024年" +value: "17" +data: Customize\Entity\YearModel {#5552 #id: 17 #name: "2024年" -VehicleModel: Customize\Entity\VehicleModel {#5523 #id: 9 #name: "DERAPAGE RR 125 4T" -Maker: Customize\Entity\Maker {#5325} #YearModel: Doctrine\ORM\PersistentCollection {#5524 …} } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9330 +label: "2023年" +value: "18" +data: Customize\Entity\YearModel {#5553 #id: 18 #name: "2023年" -VehicleModel: Customize\Entity\VehicleModel {#5523} } +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 {#9309 -form: Symfony\Component\Form\Form {#5839 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9298 …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) {#9310 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5631 …} } |
| 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) {#5278 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
same as passed value |
| choices | [ Customize\Entity\Brand {#5565 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5557 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5563 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5569 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5567 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5568 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5572 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5570 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5575 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5574 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5578 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5576 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5577 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5581 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5584 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5582 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5583 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5587 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5585 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5590 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5593 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5596 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5599 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5602 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5605 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5608 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5611 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5614 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5617 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5620 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5623 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5626 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5629 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
[ Customize\Entity\Brand {#5565 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5557 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5563 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5569 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5567 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5568 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5572 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5570 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5575 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5574 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5578 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5576 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5577 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5581 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5584 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5582 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5583 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5587 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5585 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5590 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5593 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5596 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5599 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5602 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5605 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5608 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5611 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5614 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5617 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5620 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5623 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5626 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5629 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
| 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) {#5278 class: "Customize\Form\Extension\SearchProductExtension" this: Customize\Form\Extension\SearchProductExtension {#3964 …} } |
| choices | [ Customize\Entity\Brand {#5565 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5557 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5563 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5569 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5567 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5568 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5572 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5570 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5575 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5574 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5578 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5576 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5577 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5581 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5584 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5582 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5583 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5587 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5585 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5590 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5593 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5596 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5599 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5602 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5605 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5608 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5611 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5614 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5617 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5620 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5623 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5626 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } Customize\Entity\Brand {#5629 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } ] |
| 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() {#5800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#688 …} $translationDomain: "validators" $message: Closure() {#5799 …} } } |
| 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 {#9334 +label: "BELRAY" +value: "1" +data: Customize\Entity\Brand {#5565 -id: 1 -name: "BELRAY" -create_date: DateTime @-62169984000 {#5557 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5563 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9336 +label: "Brembo" +value: "2" +data: Customize\Entity\Brand {#5569 -id: 2 -name: "Brembo" -create_date: DateTime @-62169984000 {#5567 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5568 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9335 +label: "BRIDGESTONE" +value: "3" +data: Customize\Entity\Brand {#5572 -id: 3 -name: "BRIDGESTONE" -create_date: DateTime @-62169984000 {#5570 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5571 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9338 +label: "F2R" +value: "4" +data: Customize\Entity\Brand {#5575 -id: 4 -name: "F2R" -create_date: DateTime @-62169984000 {#5573 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5574 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9339 +label: "GIIANT LOOP" +value: "5" +data: Customize\Entity\Brand {#5578 -id: 5 -name: "GIIANT LOOP" -create_date: DateTime @-62169984000 {#5576 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5577 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9340 +label: "METZEREL" +value: "6" +data: Customize\Entity\Brand {#5581 -id: 6 -name: "METZEREL" -create_date: DateTime @-62169984000 {#5579 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5580 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9341 +label: "MICHELIN" +value: "7" +data: Customize\Entity\Brand {#5584 -id: 7 -name: "MICHELIN" -create_date: DateTime @-62169984000 {#5582 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5583 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9342 +label: "MR WOLF" +value: "8" +data: Customize\Entity\Brand {#5587 -id: 8 -name: "MR WOLF" -create_date: DateTime @-62169984000 {#5585 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5586 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9343 +label: "NGK" +value: "9" +data: Customize\Entity\Brand {#5590 -id: 9 -name: "NGK" -create_date: DateTime @-62169984000 {#5588 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5589 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9344 +label: "ProX" +value: "10" +data: Customize\Entity\Brand {#5593 -id: 10 -name: "ProX" -create_date: DateTime @-62169984000 {#5591 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5592 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9345 +label: "P3" +value: "11" +data: Customize\Entity\Brand {#5596 -id: 11 -name: "P3" -create_date: DateTime @-62169984000 {#5594 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5595 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9346 +label: "RADE GARAGE" +value: "12" +data: Customize\Entity\Brand {#5599 -id: 12 -name: "RADE GARAGE" -create_date: DateTime @-62169984000 {#5597 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5598 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9347 +label: "Red Moto" +value: "13" +data: Customize\Entity\Brand {#5602 -id: 13 -name: "Red Moto" -create_date: DateTime @-62169984000 {#5600 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5601 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9348 +label: "Scalvini" +value: "14" +data: Customize\Entity\Brand {#5605 -id: 14 -name: "Scalvini" -create_date: DateTime @-62169984000 {#5603 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5604 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9349 +label: "Scotts Performance" +value: "15" +data: Customize\Entity\Brand {#5608 -id: 15 -name: "Scotts Performance" -create_date: DateTime @-62169984000 {#5606 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5607 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9350 +label: "Seat Consept" +value: "16" +data: Customize\Entity\Brand {#5611 -id: 16 -name: "Seat Consept" -create_date: DateTime @-62169984000 {#5609 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5610 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9351 +label: "SHOT RACE GEAR" +value: "17" +data: Customize\Entity\Brand {#5614 -id: 17 -name: "SHOT RACE GEAR" -create_date: DateTime @-62169984000 {#5612 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5613 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9352 +label: "SKF" +value: "18" +data: Customize\Entity\Brand {#5617 -id: 18 -name: "SKF" -create_date: DateTime @-62169984000 {#5615 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5616 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9353 +label: "SM PROJECT" +value: "19" +data: Customize\Entity\Brand {#5620 -id: 19 -name: "SM PROJECT" -create_date: DateTime @-62169984000 {#5618 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5619 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9354 +label: "TM Designworks" +value: "20" +data: Customize\Entity\Brand {#5623 -id: 20 -name: "TM Designworks" -create_date: DateTime @-62169984000 {#5621 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5622 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9355 +label: "USWE" +value: "21" +data: Customize\Entity\Brand {#5626 -id: 21 -name: "USWE" -create_date: DateTime @-62169984000 {#5624 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5625 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9356 +label: "Warp 9" +value: "22" +data: Customize\Entity\Brand {#5629 -id: 22 -name: "Warp 9" -create_date: DateTime @-62169984000 {#5627 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -update_date: DateTime @-62169984000 {#5628 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9331 -form: Symfony\Component\Form\Form {#5842 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9311 …5} |
| full_name | "brand_id[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "brand_id" |
| is_selected | Closure($choice, array $values) {#9332 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5631 …} } |
| 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 | [] |