- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 734
- Events
- Routing
- Cache
- Translation 16
- Security
- Twig
- Doctrine 5
- Migrations 15
- 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
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "mode" => null "category_id" => null "name" => null "pageno" => "13" "disp_number" => Eccube\Entity\Master\ProductListMax {#5296 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } "amount_b" => null "amount_l" => null "detail" => [] ] |
| 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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5314 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5193 …} } |
| 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() {#5312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#5313 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product" "_" ] |
| cache_key | "__search_product" |
| compound | true |
| data | [ "mode" => null "category_id" => null "name" => null "pageno" => "13" "disp_number" => Eccube\Entity\Master\ProductListMax {#5296 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } "amount_b" => null "amount_l" => null "detail" => [] ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10729 -form: Symfony\Component\Form\Form {#6172 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10652 …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 | true |
| value | [ "mode" => null "category_id" => null "name" => null "pageno" => "13" "disp_number" => Eccube\Entity\Master\ProductListMax {#5296 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } "amount_b" => null "amount_l" => null "detail" => [] ] |
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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| 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) {#5992 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5193 …} } |
| 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() {#5978 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#5979 …} } } |
| 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 {#10726 -form: Symfony\Component\Form\Form {#6191 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10725 …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\Bridge\Doctrine\Form\Type\EntityType"
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 | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#5352 -id: 67 -name: "11" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1756686522 {#5345 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756686522 {#5347 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5619 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5621 …} } Eccube\Entity\Category {#5616 -id: 66 -name: "ラグジュアリーギフトフラワー" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1652602714 {#5618 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1652602714 {#5617 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5609 -id: 65 -name: "観葉植物【自宅向け】" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1648637761 {#5611 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637761 {#5610 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5605 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5602 -id: 64 -name: "観葉植物【オシャレ】" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1648637736 {#5604 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637736 {#5603 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5595 -id: 63 -name: "観葉植物【和風】" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1648637724 {#5597 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637724 {#5596 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5348 -id: 62 -name: "観葉植物【屋外向け】" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1648637709 {#5340 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637709 {#5346 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5584 -id: 61 -name: "観葉植物【店舗向け】" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1648637700 {#5582 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637700 {#5583 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5626 -id: 60 -name: "観葉植物【オフィス向け】" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1648637686 {#5589 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637686 {#5590 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5628 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5631 -id: 59 -name: "サプライズ装飾" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1640492290 {#5629 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1640492290 {#5630 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5632 …} -Children: Doctrine\ORM\PersistentCollection {#5635 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5638 -id: 58 -name: "メモリアルフラワー(御供え・お悔み花)" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1630737269 {#5636 date: 2021-09-04 15:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631074351 {#5637 date: 2021-09-08 13:12:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5639 …} -Children: Doctrine\ORM\PersistentCollection {#5642 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5645 -id: 56 -name: "キックの開運フラワー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1625112289 {#5643 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1625112289 {#5644 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5646 …} -Children: Doctrine\ORM\PersistentCollection {#5649 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5652 -id: 55 -name: "お花の定期便" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1622785319 {#5650 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1622785319 {#5651 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5656 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5659 -id: 54 -name: "新着商品" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1621942528 {#5657 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621942528 {#5658 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5666 -id: 53 -name: "お花の福利厚生サービス" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1612422317 {#5664 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1612422317 {#5665 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5673 -id: 51 -name: "ホワイトデー特集(季節限定)" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1610367029 {#5671 date: 2021-01-11 21:10:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1614583901 {#5672 date: 2021-03-01 16:31:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5680 -id: 50 -name: "1月31日は愛妻の日(季節限定)" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1610367013 {#5678 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610367013 {#5679 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5687 -id: 48 -name: "クリスマス 特集(季節限定)" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1607408011 {#5685 date: 2020-12-08 15:13:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408255 {#5686 date: 2020-12-08 15:17:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5694 -id: 35 -name: "お正月商品(季節限定)" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1574662673 {#5692 date: 2019-11-25 15:17:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408277 {#5693 date: 2020-12-08 15:17:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5701 -id: 45 -name: "迷ったらココ!!開店祝い等の定番!" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1600315588 {#5699 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1600315588 {#5700 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5708 -id: 46 -name: "変わった商品が送りたいあなたに!!" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1601180779 {#5706 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601180779 {#5707 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5717 -id: 9 -name: "スタンド花" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1395973132 {#5713 date: 2014-03-28 11:18:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973533 {#5714 date: 2014-03-28 11:25:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5722 -id: 23 -name: "スタンド花(フラワースタンド)" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1441965080 {#5715 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965080 {#5716 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } Eccube\Entity\Category {#5731 -id: 24 -name: "スタンド花(バルーンスタンド)" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1441965106 {#5729 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965106 {#5730 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } Eccube\Entity\Category {#5738 -id: 21 -name: "カゴ花(フラワーアレンジメント)" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1395973687 {#5728 date: 2014-03-28 11:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338589 {#5727 date: 2021-09-11 14:36:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5743 -id: 25 -name: "フラワーアレンジメント" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1441965130 {#5736 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965130 {#5737 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } Eccube\Entity\Category {#5752 -id: 26 -name: "バルーン&ぬいぐるみアレンジメント" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1441965193 {#5750 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965193 {#5751 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } Eccube\Entity\Category {#5759 -id: 10 -name: "花束(フラワーブーケ)" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1395973540 {#5749 date: 2014-03-28 11:25:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338576 {#5748 date: 2021-09-11 14:36:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5764 -id: 28 -name: "花束(フラワーブーケ)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1441965354 {#5757 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965354 {#5758 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } Eccube\Entity\Category {#5773 -id: 27 -name: "バルーン&ぬいぐるみ花束" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1441965329 {#5771 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965329 {#5772 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } Eccube\Entity\Category {#5778 -id: 20 -name: "胡蝶蘭" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1395973682 {#5770 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973682 {#5769 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5785 -id: 19 -name: "観葉植物" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1395973677 {#5783 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973677 {#5784 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5792 -id: 42 -name: "多肉植物(サボテン等)" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1590400407 {#5790 date: 2020-05-25 18:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590483010 {#5791 date: 2020-05-26 17:50:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5799 -id: 12 -name: "オーダーメイド" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1395973576 {#5797 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973576 {#5798 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5806 -id: 16 -name: "バルーンギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1395973637 {#5804 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973637 {#5805 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5813 -id: 32 -name: "ローズベアー(rosebear)" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1558431043 {#5811 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1558431043 {#5812 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5820 -id: 33 -name: "フラワードール(flowerdoll)" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1566303907 {#5818 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1566303907 {#5819 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5827 -id: 34 -name: "ソープフラワー(シャボンフラワー)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1566989390 {#5825 date: 2019-08-28 19:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611714433 {#5826 date: 2021-01-27 11:27:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5834 -id: 37 -name: "ボックスフラワー(BOXフラワー)" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1583734917 {#5832 date: 2020-03-09 15:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1583734963 {#5833 date: 2020-03-09 15:22:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5841 -id: 52 -name: "ウェディング" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1610542442 {#5839 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610542442 {#5840 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5848 -id: 18 -name: "バルーン・布・生花装飾" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1395973672 {#5846 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973672 {#5847 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5855 -id: 17 -name: "シャンパンタワー" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1395973646 {#5853 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973646 {#5854 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5856 …} -Children: Doctrine\ORM\PersistentCollection {#5859 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5862 -id: 15 -name: "アーチ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1395973618 {#5860 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973618 {#5861 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5869 -id: 30 -name: "バラ特集" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1505370105 {#5867 date: 2017-09-14 15:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590140804 {#5868 date: 2020-05-22 18:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5876 -id: 14 -name: "プリザーブドフラワー" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1395973612 {#5874 date: 2014-03-28 11:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973698 {#5875 date: 2014-03-28 11:28:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5883 -id: 39 -name: "おうちでお花" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1587280101 {#5881 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587280101 {#5882 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5890 -id: 41 -name: "おうちで胡蝶蘭" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1587875654 {#5888 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587875654 {#5889 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5891 …} -Children: Doctrine\ORM\PersistentCollection {#5894 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5897 -id: 13 -name: "定期生花" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1395973591 {#5895 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973591 {#5896 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5904 -id: 49 -name: "母の日 特集(季節限定)" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1607408308 {#5902 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408308 {#5903 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5911 -id: 40 -name: "父の日 特集(季節限定)" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1587285880 {#5909 date: 2020-04-19 17:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408296 {#5910 date: 2020-12-08 15:18:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5918 -id: 47 -name: "ハロウィン特集(季節限定)" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1602044841 {#5916 date: 2020-10-07 13:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408262 {#5917 date: 2020-12-08 15:17:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5919 …} -Children: Doctrine\ORM\PersistentCollection {#5922 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5925 -id: 11 -name: "来店限定商品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1395973567 {#5923 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973567 {#5924 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5932 -id: 36 -name: "開運花八卦商品" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1574943745 {#5930 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1574943745 {#5931 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5939 -id: 43 -name: "委託商品'(全国のお花屋さんに委託します)" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1590576174 {#5937 date: 2020-05-27 19:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576496 {#5938 date: 2020-05-27 19:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5946 -id: 44 -name: "郵送商品(全国へ宅急便でお届けします)" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1590576242 {#5944 date: 2020-05-27 19:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576472 {#5945 date: 2020-05-27 19:47:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -Creator: null } ] |
[ Eccube\Entity\Category {#5352 -id: 67 -name: "11" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1756686522 {#5345 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756686522 {#5347 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5619 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5621 …} } Eccube\Entity\Category {#5616 -id: 66 -name: "ラグジュアリーギフトフラワー" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1652602714 {#5618 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1652602714 {#5617 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5609 -id: 65 -name: "観葉植物【自宅向け】" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1648637761 {#5611 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637761 {#5610 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5605 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5602 -id: 64 -name: "観葉植物【オシャレ】" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1648637736 {#5604 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637736 {#5603 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5595 -id: 63 -name: "観葉植物【和風】" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1648637724 {#5597 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637724 {#5596 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5348 -id: 62 -name: "観葉植物【屋外向け】" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1648637709 {#5340 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637709 {#5346 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5584 -id: 61 -name: "観葉植物【店舗向け】" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1648637700 {#5582 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637700 {#5583 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5626 -id: 60 -name: "観葉植物【オフィス向け】" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1648637686 {#5589 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637686 {#5590 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5628 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5631 -id: 59 -name: "サプライズ装飾" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1640492290 {#5629 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1640492290 {#5630 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5632 …} -Children: Doctrine\ORM\PersistentCollection {#5635 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5638 -id: 58 -name: "メモリアルフラワー(御供え・お悔み花)" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1630737269 {#5636 date: 2021-09-04 15:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631074351 {#5637 date: 2021-09-08 13:12:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5639 …} -Children: Doctrine\ORM\PersistentCollection {#5642 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5645 -id: 56 -name: "キックの開運フラワー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1625112289 {#5643 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1625112289 {#5644 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5646 …} -Children: Doctrine\ORM\PersistentCollection {#5649 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5652 -id: 55 -name: "お花の定期便" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1622785319 {#5650 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1622785319 {#5651 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5656 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5659 -id: 54 -name: "新着商品" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1621942528 {#5657 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621942528 {#5658 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5666 -id: 53 -name: "お花の福利厚生サービス" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1612422317 {#5664 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1612422317 {#5665 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5673 -id: 51 -name: "ホワイトデー特集(季節限定)" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1610367029 {#5671 date: 2021-01-11 21:10:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1614583901 {#5672 date: 2021-03-01 16:31:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5680 -id: 50 -name: "1月31日は愛妻の日(季節限定)" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1610367013 {#5678 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610367013 {#5679 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5687 -id: 48 -name: "クリスマス 特集(季節限定)" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1607408011 {#5685 date: 2020-12-08 15:13:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408255 {#5686 date: 2020-12-08 15:17:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5694 -id: 35 -name: "お正月商品(季節限定)" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1574662673 {#5692 date: 2019-11-25 15:17:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408277 {#5693 date: 2020-12-08 15:17:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5701 -id: 45 -name: "迷ったらココ!!開店祝い等の定番!" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1600315588 {#5699 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1600315588 {#5700 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5708 -id: 46 -name: "変わった商品が送りたいあなたに!!" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1601180779 {#5706 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601180779 {#5707 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5717 -id: 9 -name: "スタンド花" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1395973132 {#5713 date: 2014-03-28 11:18:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973533 {#5714 date: 2014-03-28 11:25:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5722 -id: 23 -name: "スタンド花(フラワースタンド)" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1441965080 {#5715 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965080 {#5716 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } Eccube\Entity\Category {#5731 -id: 24 -name: "スタンド花(バルーンスタンド)" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1441965106 {#5729 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965106 {#5730 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } Eccube\Entity\Category {#5738 -id: 21 -name: "カゴ花(フラワーアレンジメント)" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1395973687 {#5728 date: 2014-03-28 11:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338589 {#5727 date: 2021-09-11 14:36:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5743 -id: 25 -name: "フラワーアレンジメント" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1441965130 {#5736 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965130 {#5737 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } Eccube\Entity\Category {#5752 -id: 26 -name: "バルーン&ぬいぐるみアレンジメント" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1441965193 {#5750 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965193 {#5751 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } Eccube\Entity\Category {#5759 -id: 10 -name: "花束(フラワーブーケ)" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1395973540 {#5749 date: 2014-03-28 11:25:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338576 {#5748 date: 2021-09-11 14:36:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5764 -id: 28 -name: "花束(フラワーブーケ)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1441965354 {#5757 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965354 {#5758 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } Eccube\Entity\Category {#5773 -id: 27 -name: "バルーン&ぬいぐるみ花束" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1441965329 {#5771 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965329 {#5772 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } Eccube\Entity\Category {#5778 -id: 20 -name: "胡蝶蘭" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1395973682 {#5770 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973682 {#5769 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5785 -id: 19 -name: "観葉植物" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1395973677 {#5783 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973677 {#5784 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5792 -id: 42 -name: "多肉植物(サボテン等)" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1590400407 {#5790 date: 2020-05-25 18:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590483010 {#5791 date: 2020-05-26 17:50:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5799 -id: 12 -name: "オーダーメイド" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1395973576 {#5797 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973576 {#5798 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5806 -id: 16 -name: "バルーンギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1395973637 {#5804 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973637 {#5805 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5813 -id: 32 -name: "ローズベアー(rosebear)" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1558431043 {#5811 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1558431043 {#5812 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5820 -id: 33 -name: "フラワードール(flowerdoll)" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1566303907 {#5818 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1566303907 {#5819 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5827 -id: 34 -name: "ソープフラワー(シャボンフラワー)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1566989390 {#5825 date: 2019-08-28 19:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611714433 {#5826 date: 2021-01-27 11:27:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5834 -id: 37 -name: "ボックスフラワー(BOXフラワー)" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1583734917 {#5832 date: 2020-03-09 15:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1583734963 {#5833 date: 2020-03-09 15:22:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5841 -id: 52 -name: "ウェディング" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1610542442 {#5839 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610542442 {#5840 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5848 -id: 18 -name: "バルーン・布・生花装飾" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1395973672 {#5846 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973672 {#5847 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5855 -id: 17 -name: "シャンパンタワー" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1395973646 {#5853 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973646 {#5854 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5856 …} -Children: Doctrine\ORM\PersistentCollection {#5859 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5862 -id: 15 -name: "アーチ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1395973618 {#5860 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973618 {#5861 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5869 -id: 30 -name: "バラ特集" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1505370105 {#5867 date: 2017-09-14 15:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590140804 {#5868 date: 2020-05-22 18:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5876 -id: 14 -name: "プリザーブドフラワー" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1395973612 {#5874 date: 2014-03-28 11:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973698 {#5875 date: 2014-03-28 11:28:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5883 -id: 39 -name: "おうちでお花" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1587280101 {#5881 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587280101 {#5882 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5890 -id: 41 -name: "おうちで胡蝶蘭" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1587875654 {#5888 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587875654 {#5889 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5891 …} -Children: Doctrine\ORM\PersistentCollection {#5894 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5897 -id: 13 -name: "定期生花" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1395973591 {#5895 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973591 {#5896 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5904 -id: 49 -name: "母の日 特集(季節限定)" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1607408308 {#5902 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408308 {#5903 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5911 -id: 40 -name: "父の日 特集(季節限定)" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1587285880 {#5909 date: 2020-04-19 17:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408296 {#5910 date: 2020-12-08 15:18:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5918 -id: 47 -name: "ハロウィン特集(季節限定)" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1602044841 {#5916 date: 2020-10-07 13:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408262 {#5917 date: 2020-12-08 15:17:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5919 …} -Children: Doctrine\ORM\PersistentCollection {#5922 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5925 -id: 11 -name: "来店限定商品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1395973567 {#5923 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973567 {#5924 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5932 -id: 36 -name: "開運花八卦商品" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1574943745 {#5930 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1574943745 {#5931 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5939 -id: 43 -name: "委託商品'(全国のお花屋さんに委託します)" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1590576174 {#5937 date: 2020-05-27 19:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576496 {#5938 date: 2020-05-27 19:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5946 -id: 44 -name: "郵送商品(全国へ宅急便でお届けします)" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1590576242 {#5944 date: 2020-05-27 19:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576472 {#5945 date: 2020-05-27 19:47:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -Creator: null } ] |
| class | "Eccube\Entity\Category" |
same as passed value |
| placeholder | "common.select__all_products" |
same as passed value |
| required | 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 | "NameWithLevel" |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6022 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6025 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6027 -om: ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5111 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5352 -id: 67 -name: "11" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1756686522 {#5345 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756686522 {#5347 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5619 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5621 …} } Eccube\Entity\Category {#5616 -id: 66 -name: "ラグジュアリーギフトフラワー" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1652602714 {#5618 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1652602714 {#5617 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5609 -id: 65 -name: "観葉植物【自宅向け】" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1648637761 {#5611 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637761 {#5610 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5605 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5602 -id: 64 -name: "観葉植物【オシャレ】" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1648637736 {#5604 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637736 {#5603 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5595 -id: 63 -name: "観葉植物【和風】" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1648637724 {#5597 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637724 {#5596 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5348 -id: 62 -name: "観葉植物【屋外向け】" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1648637709 {#5340 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637709 {#5346 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5584 -id: 61 -name: "観葉植物【店舗向け】" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1648637700 {#5582 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637700 {#5583 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5626 -id: 60 -name: "観葉植物【オフィス向け】" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1648637686 {#5589 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637686 {#5590 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5628 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5631 -id: 59 -name: "サプライズ装飾" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1640492290 {#5629 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1640492290 {#5630 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5632 …} -Children: Doctrine\ORM\PersistentCollection {#5635 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5638 -id: 58 -name: "メモリアルフラワー(御供え・お悔み花)" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1630737269 {#5636 date: 2021-09-04 15:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631074351 {#5637 date: 2021-09-08 13:12:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5639 …} -Children: Doctrine\ORM\PersistentCollection {#5642 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5645 -id: 56 -name: "キックの開運フラワー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1625112289 {#5643 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1625112289 {#5644 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5646 …} -Children: Doctrine\ORM\PersistentCollection {#5649 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5652 -id: 55 -name: "お花の定期便" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1622785319 {#5650 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1622785319 {#5651 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5656 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5659 -id: 54 -name: "新着商品" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1621942528 {#5657 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621942528 {#5658 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5666 -id: 53 -name: "お花の福利厚生サービス" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1612422317 {#5664 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1612422317 {#5665 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5673 -id: 51 -name: "ホワイトデー特集(季節限定)" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1610367029 {#5671 date: 2021-01-11 21:10:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1614583901 {#5672 date: 2021-03-01 16:31:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5680 -id: 50 -name: "1月31日は愛妻の日(季節限定)" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1610367013 {#5678 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610367013 {#5679 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5687 -id: 48 -name: "クリスマス 特集(季節限定)" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1607408011 {#5685 date: 2020-12-08 15:13:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408255 {#5686 date: 2020-12-08 15:17:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5694 -id: 35 -name: "お正月商品(季節限定)" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1574662673 {#5692 date: 2019-11-25 15:17:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408277 {#5693 date: 2020-12-08 15:17:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5701 -id: 45 -name: "迷ったらココ!!開店祝い等の定番!" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1600315588 {#5699 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1600315588 {#5700 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5708 -id: 46 -name: "変わった商品が送りたいあなたに!!" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1601180779 {#5706 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601180779 {#5707 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5717 -id: 9 -name: "スタンド花" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1395973132 {#5713 date: 2014-03-28 11:18:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973533 {#5714 date: 2014-03-28 11:25:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5722 -id: 23 -name: "スタンド花(フラワースタンド)" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1441965080 {#5715 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965080 {#5716 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } Eccube\Entity\Category {#5731 -id: 24 -name: "スタンド花(バルーンスタンド)" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1441965106 {#5729 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965106 {#5730 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } Eccube\Entity\Category {#5738 -id: 21 -name: "カゴ花(フラワーアレンジメント)" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1395973687 {#5728 date: 2014-03-28 11:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338589 {#5727 date: 2021-09-11 14:36:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5743 -id: 25 -name: "フラワーアレンジメント" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1441965130 {#5736 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965130 {#5737 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } Eccube\Entity\Category {#5752 -id: 26 -name: "バルーン&ぬいぐるみアレンジメント" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1441965193 {#5750 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965193 {#5751 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } Eccube\Entity\Category {#5759 -id: 10 -name: "花束(フラワーブーケ)" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1395973540 {#5749 date: 2014-03-28 11:25:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338576 {#5748 date: 2021-09-11 14:36:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5764 -id: 28 -name: "花束(フラワーブーケ)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1441965354 {#5757 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965354 {#5758 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } Eccube\Entity\Category {#5773 -id: 27 -name: "バルーン&ぬいぐるみ花束" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1441965329 {#5771 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965329 {#5772 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } Eccube\Entity\Category {#5778 -id: 20 -name: "胡蝶蘭" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1395973682 {#5770 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973682 {#5769 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5785 -id: 19 -name: "観葉植物" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1395973677 {#5783 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973677 {#5784 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5792 -id: 42 -name: "多肉植物(サボテン等)" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1590400407 {#5790 date: 2020-05-25 18:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590483010 {#5791 date: 2020-05-26 17:50:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5799 -id: 12 -name: "オーダーメイド" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1395973576 {#5797 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973576 {#5798 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5806 -id: 16 -name: "バルーンギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1395973637 {#5804 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973637 {#5805 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5813 -id: 32 -name: "ローズベアー(rosebear)" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1558431043 {#5811 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1558431043 {#5812 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5820 -id: 33 -name: "フラワードール(flowerdoll)" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1566303907 {#5818 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1566303907 {#5819 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5827 -id: 34 -name: "ソープフラワー(シャボンフラワー)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1566989390 {#5825 date: 2019-08-28 19:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611714433 {#5826 date: 2021-01-27 11:27:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5834 -id: 37 -name: "ボックスフラワー(BOXフラワー)" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1583734917 {#5832 date: 2020-03-09 15:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1583734963 {#5833 date: 2020-03-09 15:22:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5841 -id: 52 -name: "ウェディング" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1610542442 {#5839 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610542442 {#5840 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5848 -id: 18 -name: "バルーン・布・生花装飾" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1395973672 {#5846 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973672 {#5847 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5855 -id: 17 -name: "シャンパンタワー" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1395973646 {#5853 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973646 {#5854 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5856 …} -Children: Doctrine\ORM\PersistentCollection {#5859 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5862 -id: 15 -name: "アーチ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1395973618 {#5860 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973618 {#5861 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5869 -id: 30 -name: "バラ特集" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1505370105 {#5867 date: 2017-09-14 15:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590140804 {#5868 date: 2020-05-22 18:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5876 -id: 14 -name: "プリザーブドフラワー" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1395973612 {#5874 date: 2014-03-28 11:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973698 {#5875 date: 2014-03-28 11:28:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5883 -id: 39 -name: "おうちでお花" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1587280101 {#5881 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587280101 {#5882 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5890 -id: 41 -name: "おうちで胡蝶蘭" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1587875654 {#5888 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587875654 {#5889 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5891 …} -Children: Doctrine\ORM\PersistentCollection {#5894 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5897 -id: 13 -name: "定期生花" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1395973591 {#5895 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973591 {#5896 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5904 -id: 49 -name: "母の日 特集(季節限定)" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1607408308 {#5902 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408308 {#5903 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5911 -id: 40 -name: "父の日 特集(季節限定)" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1587285880 {#5909 date: 2020-04-19 17:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408296 {#5910 date: 2020-12-08 15:18:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5918 -id: 47 -name: "ハロウィン特集(季節限定)" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1602044841 {#5916 date: 2020-10-07 13:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408262 {#5917 date: 2020-12-08 15:17:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5919 …} -Children: Doctrine\ORM\PersistentCollection {#5922 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5925 -id: 11 -name: "来店限定商品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1395973567 {#5923 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973567 {#5924 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5932 -id: 36 -name: "開運花八卦商品" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1574943745 {#5930 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1574943745 {#5931 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5939 -id: 43 -name: "委託商品'(全国のお花屋さんに委託します)" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1590576174 {#5937 date: 2020-05-27 19:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576496 {#5938 date: 2020-05-27 19:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: null -Creator: null } Eccube\Entity\Category {#5946 -id: 44 -name: "郵送商品(全国へ宅急便でお届けします)" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1590576242 {#5944 date: 2020-05-27 19:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576472 {#5945 date: 2020-05-27 19:47:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -Creator: null } ] |
| class | "Eccube\Entity\Category" |
| 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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …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 {#6027 -om: ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5111 …} -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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| 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 | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6033 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
| cache_key | "_category_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10720 +label: "11" +value: "67" +data: Eccube\Entity\Category {#5352 -id: 67 -name: "11" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1756686522 {#5345 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756686522 {#5347 date: 2025-09-01 09:28:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5619 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5621 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10718 +label: "ラグジュアリーギフトフラワー" +value: "66" +data: Eccube\Entity\Category {#5616 -id: 66 -name: "ラグジュアリーギフトフラワー" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1652602714 {#5618 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1652602714 {#5617 date: 2022-05-15 17:18:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10719 +label: "観葉植物【自宅向け】" +value: "65" +data: Eccube\Entity\Category {#5609 -id: 65 -name: "観葉植物【自宅向け】" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1648637761 {#5611 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637761 {#5610 date: 2022-03-30 19:56:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5605 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10711 +label: "観葉植物【オシャレ】" +value: "64" +data: Eccube\Entity\Category {#5602 -id: 64 -name: "観葉植物【オシャレ】" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1648637736 {#5604 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637736 {#5603 date: 2022-03-30 19:55:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5598 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10712 +label: "観葉植物【和風】" +value: "63" +data: Eccube\Entity\Category {#5595 -id: 63 -name: "観葉植物【和風】" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1648637724 {#5597 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637724 {#5596 date: 2022-03-30 19:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10713 +label: "観葉植物【屋外向け】" +value: "62" +data: Eccube\Entity\Category {#5348 -id: 62 -name: "観葉植物【屋外向け】" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1648637709 {#5340 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637709 {#5346 date: 2022-03-30 19:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10714 +label: "観葉植物【店舗向け】" +value: "61" +data: Eccube\Entity\Category {#5584 -id: 61 -name: "観葉植物【店舗向け】" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1648637700 {#5582 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637700 {#5583 date: 2022-03-30 19:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10715 +label: "観葉植物【オフィス向け】" +value: "60" +data: Eccube\Entity\Category {#5626 -id: 60 -name: "観葉植物【オフィス向け】" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1648637686 {#5589 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1648637686 {#5590 date: 2022-03-30 19:54:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5628 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10716 +label: "サプライズ装飾" +value: "59" +data: Eccube\Entity\Category {#5631 -id: 59 -name: "サプライズ装飾" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1640492290 {#5629 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1640492290 {#5630 date: 2021-12-26 13:18:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5632 …} -Children: Doctrine\ORM\PersistentCollection {#5635 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10710 +label: "メモリアルフラワー(御供え・お悔み花)" +value: "58" +data: Eccube\Entity\Category {#5638 -id: 58 -name: "メモリアルフラワー(御供え・お悔み花)" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1630737269 {#5636 date: 2021-09-04 15:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631074351 {#5637 date: 2021-09-08 13:12:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5639 …} -Children: Doctrine\ORM\PersistentCollection {#5642 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10709 +label: "キックの開運フラワー" +value: "56" +data: Eccube\Entity\Category {#5645 -id: 56 -name: "キックの開運フラワー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1625112289 {#5643 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1625112289 {#5644 date: 2021-07-01 13:04:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5646 …} -Children: Doctrine\ORM\PersistentCollection {#5649 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10708 +label: "お花の定期便" +value: "55" +data: Eccube\Entity\Category {#5652 -id: 55 -name: "お花の定期便" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1622785319 {#5650 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1622785319 {#5651 date: 2021-06-04 14:41:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5656 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10707 +label: "新着商品" +value: "54" +data: Eccube\Entity\Category {#5659 -id: 54 -name: "新着商品" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1621942528 {#5657 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1621942528 {#5658 date: 2021-05-25 20:35:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10706 +label: "お花の福利厚生サービス" +value: "53" +data: Eccube\Entity\Category {#5666 -id: 53 -name: "お花の福利厚生サービス" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1612422317 {#5664 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1612422317 {#5665 date: 2021-02-04 16:05:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10705 +label: "ホワイトデー特集(季節限定)" +value: "51" +data: Eccube\Entity\Category {#5673 -id: 51 -name: "ホワイトデー特集(季節限定)" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1610367029 {#5671 date: 2021-01-11 21:10:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1614583901 {#5672 date: 2021-03-01 16:31:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10704 +label: "1月31日は愛妻の日(季節限定)" +value: "50" +data: Eccube\Entity\Category {#5680 -id: 50 -name: "1月31日は愛妻の日(季節限定)" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1610367013 {#5678 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610367013 {#5679 date: 2021-01-11 21:10:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10703 +label: "クリスマス 特集(季節限定)" +value: "48" +data: Eccube\Entity\Category {#5687 -id: 48 -name: "クリスマス 特集(季節限定)" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1607408011 {#5685 date: 2020-12-08 15:13:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408255 {#5686 date: 2020-12-08 15:17:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10702 +label: "お正月商品(季節限定)" +value: "35" +data: Eccube\Entity\Category {#5694 -id: 35 -name: "お正月商品(季節限定)" -hierarchy: 1 -sort_no: 37 -create_date: DateTime @1574662673 {#5692 date: 2019-11-25 15:17:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408277 {#5693 date: 2020-12-08 15:17:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10701 +label: "迷ったらココ!!開店祝い等の定番!" +value: "45" +data: Eccube\Entity\Category {#5701 -id: 45 -name: "迷ったらココ!!開店祝い等の定番!" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1600315588 {#5699 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1600315588 {#5700 date: 2020-09-17 13:06:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10700 +label: "変わった商品が送りたいあなたに!!" +value: "46" +data: Eccube\Entity\Category {#5708 -id: 46 -name: "変わった商品が送りたいあなたに!!" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1601180779 {#5706 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1601180779 {#5707 date: 2020-09-27 13:26:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10699 +label: "スタンド花" +value: "9" +data: Eccube\Entity\Category {#5717 -id: 9 -name: "スタンド花" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1395973132 {#5713 date: 2014-03-28 11:18:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973533 {#5714 date: 2014-03-28 11:25:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10698 +label: " スタンド花(フラワースタンド)" +value: "23" +data: Eccube\Entity\Category {#5722 -id: 23 -name: "スタンド花(フラワースタンド)" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1441965080 {#5715 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965080 {#5716 date: 2015-09-11 18:51:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10697 +label: " スタンド花(バルーンスタンド)" +value: "24" +data: Eccube\Entity\Category {#5731 -id: 24 -name: "スタンド花(バルーンスタンド)" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1441965106 {#5729 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965106 {#5730 date: 2015-09-11 18:51:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5717} -Creator: null } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10696 +label: "カゴ花(フラワーアレンジメント)" +value: "21" +data: Eccube\Entity\Category {#5738 -id: 21 -name: "カゴ花(フラワーアレンジメント)" -hierarchy: 1 -sort_no: 31 -create_date: DateTime @1395973687 {#5728 date: 2014-03-28 11:28:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338589 {#5727 date: 2021-09-11 14:36:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10695 +label: " フラワーアレンジメント" +value: "25" +data: Eccube\Entity\Category {#5743 -id: 25 -name: "フラワーアレンジメント" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1441965130 {#5736 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965130 {#5737 date: 2015-09-11 18:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10694 +label: " バルーン&ぬいぐるみアレンジメント" +value: "26" +data: Eccube\Entity\Category {#5752 -id: 26 -name: "バルーン&ぬいぐるみアレンジメント" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1441965193 {#5750 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965193 {#5751 date: 2015-09-11 18:53:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5738} -Creator: null } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10693 +label: "花束(フラワーブーケ)" +value: "10" +data: Eccube\Entity\Category {#5759 -id: 10 -name: "花束(フラワーブーケ)" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1395973540 {#5749 date: 2014-03-28 11:25:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1631338576 {#5748 date: 2021-09-11 14:36:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10692 +label: " 花束(フラワーブーケ)" +value: "28" +data: Eccube\Entity\Category {#5764 -id: 28 -name: "花束(フラワーブーケ)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1441965354 {#5757 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965354 {#5758 date: 2015-09-11 18:55:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10691 +label: " バルーン&ぬいぐるみ花束" +value: "27" +data: Eccube\Entity\Category {#5773 -id: 27 -name: "バルーン&ぬいぐるみ花束" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1441965329 {#5771 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1441965329 {#5772 date: 2015-09-11 18:55:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5759} -Creator: null } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10690 +label: "胡蝶蘭" +value: "20" +data: Eccube\Entity\Category {#5778 -id: 20 -name: "胡蝶蘭" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1395973682 {#5770 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973682 {#5769 date: 2014-03-28 11:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10689 +label: "観葉植物" +value: "19" +data: Eccube\Entity\Category {#5785 -id: 19 -name: "観葉植物" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1395973677 {#5783 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973677 {#5784 date: 2014-03-28 11:27:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10688 +label: "多肉植物(サボテン等)" +value: "42" +data: Eccube\Entity\Category {#5792 -id: 42 -name: "多肉植物(サボテン等)" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1590400407 {#5790 date: 2020-05-25 18:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590483010 {#5791 date: 2020-05-26 17:50:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10687 +label: "オーダーメイド" +value: "12" +data: Eccube\Entity\Category {#5799 -id: 12 -name: "オーダーメイド" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1395973576 {#5797 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973576 {#5798 date: 2014-03-28 11:26:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10686 +label: "バルーンギフト" +value: "16" +data: Eccube\Entity\Category {#5806 -id: 16 -name: "バルーンギフト" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1395973637 {#5804 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973637 {#5805 date: 2014-03-28 11:27:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10685 +label: "ローズベアー(rosebear)" +value: "32" +data: Eccube\Entity\Category {#5813 -id: 32 -name: "ローズベアー(rosebear)" -hierarchy: 1 -sort_no: 20 -create_date: DateTime @1558431043 {#5811 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1558431043 {#5812 date: 2019-05-21 18:30:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10684 +label: "フラワードール(flowerdoll)" +value: "33" +data: Eccube\Entity\Category {#5820 -id: 33 -name: "フラワードール(flowerdoll)" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1566303907 {#5818 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1566303907 {#5819 date: 2019-08-20 21:25:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10683 +label: "ソープフラワー(シャボンフラワー)" +value: "34" +data: Eccube\Entity\Category {#5827 -id: 34 -name: "ソープフラワー(シャボンフラワー)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1566989390 {#5825 date: 2019-08-28 19:49:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611714433 {#5826 date: 2021-01-27 11:27:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10682 +label: "ボックスフラワー(BOXフラワー)" +value: "37" +data: Eccube\Entity\Category {#5834 -id: 37 -name: "ボックスフラワー(BOXフラワー)" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1583734917 {#5832 date: 2020-03-09 15:21:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1583734963 {#5833 date: 2020-03-09 15:22:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10681 +label: "ウェディング" +value: "52" +data: Eccube\Entity\Category {#5841 -id: 52 -name: "ウェディング" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1610542442 {#5839 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1610542442 {#5840 date: 2021-01-13 21:54:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10680 +label: "バルーン・布・生花装飾" +value: "18" +data: Eccube\Entity\Category {#5848 -id: 18 -name: "バルーン・布・生花装飾" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1395973672 {#5846 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973672 {#5847 date: 2014-03-28 11:27:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10679 +label: "シャンパンタワー" +value: "17" +data: Eccube\Entity\Category {#5855 -id: 17 -name: "シャンパンタワー" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1395973646 {#5853 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973646 {#5854 date: 2014-03-28 11:27:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5856 …} -Children: Doctrine\ORM\PersistentCollection {#5859 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10678 +label: "アーチ" +value: "15" +data: Eccube\Entity\Category {#5862 -id: 15 -name: "アーチ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1395973618 {#5860 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973618 {#5861 date: 2014-03-28 11:26:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10677 +label: "バラ特集" +value: "30" +data: Eccube\Entity\Category {#5869 -id: 30 -name: "バラ特集" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1505370105 {#5867 date: 2017-09-14 15:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590140804 {#5868 date: 2020-05-22 18:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10676 +label: "プリザーブドフラワー" +value: "14" +data: Eccube\Entity\Category {#5876 -id: 14 -name: "プリザーブドフラワー" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1395973612 {#5874 date: 2014-03-28 11:26:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973698 {#5875 date: 2014-03-28 11:28:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10675 +label: "おうちでお花" +value: "39" +data: Eccube\Entity\Category {#5883 -id: 39 -name: "おうちでお花" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1587280101 {#5881 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587280101 {#5882 date: 2020-04-19 16:08:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10674 +label: "おうちで胡蝶蘭" +value: "41" +data: Eccube\Entity\Category {#5890 -id: 41 -name: "おうちで胡蝶蘭" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1587875654 {#5888 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1587875654 {#5889 date: 2020-04-26 13:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5891 …} -Children: Doctrine\ORM\PersistentCollection {#5894 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10673 +label: "定期生花" +value: "13" +data: Eccube\Entity\Category {#5897 -id: 13 -name: "定期生花" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1395973591 {#5895 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973591 {#5896 date: 2014-03-28 11:26:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10672 +label: "母の日 特集(季節限定)" +value: "49" +data: Eccube\Entity\Category {#5904 -id: 49 -name: "母の日 特集(季節限定)" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1607408308 {#5902 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408308 {#5903 date: 2020-12-08 15:18:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10671 +label: "父の日 特集(季節限定)" +value: "40" +data: Eccube\Entity\Category {#5911 -id: 40 -name: "父の日 特集(季節限定)" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1587285880 {#5909 date: 2020-04-19 17:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408296 {#5910 date: 2020-12-08 15:18:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10670 +label: "ハロウィン特集(季節限定)" +value: "47" +data: Eccube\Entity\Category {#5918 -id: 47 -name: "ハロウィン特集(季節限定)" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1602044841 {#5916 date: 2020-10-07 13:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1607408262 {#5917 date: 2020-12-08 15:17:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5919 …} -Children: Doctrine\ORM\PersistentCollection {#5922 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10669 +label: "来店限定商品" +value: "11" +data: Eccube\Entity\Category {#5925 -id: 11 -name: "来店限定商品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1395973567 {#5923 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1395973567 {#5924 date: 2014-03-28 11:26:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10668 +label: "開運花八卦商品" +value: "36" +data: Eccube\Entity\Category {#5932 -id: 36 -name: "開運花八卦商品" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1574943745 {#5930 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1574943745 {#5931 date: 2019-11-28 21:22:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10667 +label: "委託商品'(全国のお花屋さんに委託します)" +value: "43" +data: Eccube\Entity\Category {#5939 -id: 43 -name: "委託商品'(全国のお花屋さんに委託します)" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1590576174 {#5937 date: 2020-05-27 19:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576496 {#5938 date: 2020-05-27 19:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: null -Creator: null } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10666 +label: "郵送商品(全国へ宅急便でお届けします)" +value: "44" +data: Eccube\Entity\Category {#5946 -id: 44 -name: "郵送商品(全国へ宅急便でお届けします)" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1590576242 {#5944 date: 2020-05-27 19:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1590576472 {#5945 date: 2020-05-27 19:47:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -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 {#10723 -form: Symfony\Component\Form\Form {#6196 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10724 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#10722 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5991 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category_id" |
| placeholder | "common.select__all_products" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6049 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5193 …} } |
| 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() {#6051 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6048 …} } } |
| 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 {#10665 -form: Symfony\Component\Form\Form {#6199 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10721 …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 | same as normalized format |
| Normalized Format | "13" |
| 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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6058 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5193 …} } |
| 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() {#6064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6063 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_pageno" ] |
| cache_key | "_pageno_hidden" |
| compound | false |
| data | "13" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10664 -form: Symfony\Component\Form\Form {#6202 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10663 …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 | "13" |
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 {#5296 #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 {#5296 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#5297 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#5338 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#5296 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#5297 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#5338 #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 {#6018 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6084 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6085 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6083 -om: ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4898 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#5296 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#5297 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#5338 #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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …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 {#6083 -om: ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4898 …} -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 {#6086 -_em: Doctrine\ORM\EntityManager {#967 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6088 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6089 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6090 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#6087 …} -_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() {#6082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6079 …} } } |
| 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 {#10659 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#5296 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10660 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#5297 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10658 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#5338 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListMax {#5296 #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 {#10661 -form: Symfony\Component\Form\Form {#6205 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10662 …5} |
| full_name | "disp_number" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "disp_number" |
| is_selected | Closure($choice, $value) {#10656 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5991 …} } |
| 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 |
"0"
|
| Normalized Format | Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#5956 #id: 1 #name: "価格が低い順" #sort_no: 3 } Eccube\Entity\Master\ProductListOrderBy {#5957 #id: 3 #name: "価格が高い順" #sort_no: 4 } Eccube\Entity\Master\ProductListOrderBy {#5958 #id: 2 #name: "新着順" #sort_no: 5 } Eccube\Entity\Master\ProductListOrderBy {#5959 #id: 4 #name: "売れ筋順" #sort_no: 6 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#5956 #id: 1 #name: "価格が低い順" #sort_no: 3 } Eccube\Entity\Master\ProductListOrderBy {#5957 #id: 3 #name: "価格が高い順" #sort_no: 4 } Eccube\Entity\Master\ProductListOrderBy {#5958 #id: 2 #name: "新着順" #sort_no: 5 } Eccube\Entity\Master\ProductListOrderBy {#5959 #id: 4 #name: "売れ筋順" #sort_no: 6 } ] |
| 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 {#6018 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6108 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6109 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6107 -om: ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#941 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#5956 #id: 1 #name: "価格が低い順" #sort_no: 3 } Eccube\Entity\Master\ProductListOrderBy {#5957 #id: 3 #name: "価格が高い順" #sort_no: 4 } Eccube\Entity\Master\ProductListOrderBy {#5958 #id: 2 #name: "新着順" #sort_no: 5 } Eccube\Entity\Master\ProductListOrderBy {#5959 #id: 4 #name: "売れ筋順" #sort_no: 6 } ] |
| 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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …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 {#6107 -om: ContainerQ68uhfJ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#1083 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#941 …} -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 {#6110 -_em: Doctrine\ORM\EntityManager {#967 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6112 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6113 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6114 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#6111 …} -_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() {#6106 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6105 …} } } |
| 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 | [ 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10653 +label: "おすすめ順" +value: "0" +data: Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10651 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#5956 #id: 1 #name: "価格が低い順" #sort_no: 3 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10734 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#5957 #id: 3 #name: "価格が高い順" #sort_no: 4 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10733 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#5958 #id: 2 #name: "新着順" #sort_no: 5 } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10732 +label: "売れ筋順" +value: "4" +data: Eccube\Entity\Master\ProductListOrderBy {#5959 #id: 4 #name: "売れ筋順" #sort_no: 6 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListOrderBy {#5968 #id: 0 #name: "おすすめ順" #sort_no: 2 } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10655 -form: Symfony\Component\Form\Form {#6208 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10654 …5} |
| full_name | "orderby" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderby" |
| is_selected | Closure($choice, $value) {#10735 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5991 …} } |
| 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 | "0" |
amount_b
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 |
|---|---|---|
| required | 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 |
| 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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6126 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5193 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6133 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6132 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_amount_b" ] |
| cache_key | "_amount_b_number" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10730 -form: Symfony\Component\Form\Form {#6211 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10736 …5} |
| full_name | "amount_b" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "amount_b" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "amount_b" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_amount_b" |
| valid | true |
| value | "" |
amount_l
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 |
|---|---|---|
| required | 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 |
| 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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5193 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6144 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6145 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_amount_l" ] |
| cache_key | "_amount_l_number" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10738 -form: Symfony\Component\Form\Form {#6214 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10737 …5} |
| full_name | "amount_l" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "amount_l" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "amount_l" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_amount_l" |
| valid | true |
| value | "" |
detail
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
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 | [] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| entry_options | [ "entry_type" => "Symfony\Component\Form\Extension\Core\Type\TextType" "allow_add" => true "allow_delete" => true "required" => false "prototype" => true ] |
[ "entry_type" => "Symfony\Component\Form\Extension\Core\Type\TextType" "allow_add" => true "allow_delete" => true "required" => false "prototype" => true "block_name" => "entry" ] |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\CollectionType" |
same as passed value |
| prototype | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| 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 | true |
| 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 {#1030 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1028 …} -namespace: Closure() {#1026 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6159 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5193 …} } |
| entry_options | [ "entry_type" => "Symfony\Component\Form\Extension\Core\Type\TextType" "allow_add" => true "allow_delete" => true "required" => false "prototype" => true "block_name" => "entry" ] |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\CollectionType" |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5274 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1388 …} $translationDomain: "validators" $message: Closure() {#6153 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_detail" ] |
| cache_key | "_detail_collection" |
| compound | true |
| data | [] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10740 -form: Symfony\Component\Form\Form {#6217 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10739 …5} |
| full_name | "detail" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "detail" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "detail" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#10742 …5} |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_detail" |
| valid | true |
| value | [] |