- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 22011
- Events
- Routing
- Cache
- Translation 39
- Security
- Twig
- Doctrine
- Migrations 12
- 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
-
-
-
name01
-
name02
-
-
-
kana01
-
kana02
-
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
recaptcha_response
-
Product
-
product_name
-
product_name2
-
product_name3
-
title
-
_token
-
-
-
id
-
category_id
-
-
1
-
2
-
3
-
-
-
0
-
1
-
-
tag_id
-
create_date_start
-
create_datetime_start
-
create_date_end
-
create_datetime_end
-
update_date_start
-
update_datetime_start
-
update_date_end
-
update_datetime_end
-
sortkey
-
sorttype
-
_token
-
-
-
category_id
-
name
-
contact
"Eccube\Form\Type\Front\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
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 | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4828 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#4830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4829 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6404 -form: Symfony\Component\Form\Form {#5106 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6403 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | null |
name
"Eccube\Form\Type\NameType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4904 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4901 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4902 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| 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 | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4899 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4900 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| 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() {#4906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4905 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "_contact_name" ] |
| cache_key | "_contact_name_name" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6408 -form: Symfony\Component\Form\Form {#5131 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#6407 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "name01" |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | null |
name01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name" ] |
[ "placeholder" => "common.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4913 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4899 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4900 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4913 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4899 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4900 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4913 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4899 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4900 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5110 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5111 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name01" ] |
| cache_key | "_contact_name_name01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6452 -form: Symfony\Component\Form\Form {#5134 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6451 …5} |
| full_name | "contact[name][name01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name01" |
| valid | true |
| value | "" |
name02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name" ] |
[ "placeholder" => "common.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4914 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4901 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4902 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4914 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4901 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4902 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4914 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4901 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4902 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5122 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name02" ] |
| cache_key | "_contact_name_name02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6453 -form: Symfony\Component\Form\Form {#5137 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6454 …5} |
| full_name | "contact[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4924 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#4921 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4922 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| 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 | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#4919 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4920 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| 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() {#4926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4925 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "kana" "_contact_kana" ] |
| cache_key | "_contact_kana_kana" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6449 -form: Symfony\Component\Form\Form {#5162 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#6450 …5} |
| full_name | "contact[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "kana01" |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana" |
| valid | true |
| value | null |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4933 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4919 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4920 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4933 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4919 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4920 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4933 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4919 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4920 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5141 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5143 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5142 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana01" ] |
| cache_key | "_contact_kana_kana01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6458 -form: Symfony\Component\Form\Form {#5165 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6457 …5} |
| full_name | "contact[kana][kana01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana01" |
| valid | true |
| value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4934 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4921 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4922 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4934 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4921 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4922 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4934 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4921 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4922 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5152 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5153 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana02" ] |
| cache_key | "_contact_kana_kana02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6459 -form: Symfony\Component\Form\Form {#5168 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6460 …5} |
| full_name | "contact[kana][kana02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana02" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4960 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4961 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4957 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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" |
| options | [] |
| 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() {#4959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4958 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "postal" "_contact_postal_code" ] |
| cache_key | "_contact_postal_code_postal" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6456 -form: Symfony\Component\Form\Form {#5171 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6455 …5} |
| full_name | "contact[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_postal_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postal_code" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4975 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4976 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4978 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | true |
| 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" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| pref_name | "pref" |
| pref_options | [ "constraints" => [] "attr" => [ "class" => "p-region-id" ] ] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4980 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4979 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_contact_address" ] |
| cache_key | "_contact_address_address" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6462 -form: Symfony\Component\Form\Form {#5241 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6461 …5} |
| full_name | "contact[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| pref_name | "pref" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address" |
| valid | true |
| value | null |
pref
"Eccube\Form\Type\Master\PrefType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-region-id" ] |
[ "class" => "p-region-id" ] |
| constraints | [] |
[] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-region-id" ] |
| 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 {#5190 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#5221 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5204 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5203 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5205 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5209 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3620 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …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 {#5209 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3620 …} -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__pref" |
| 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 {#5198 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5200 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5201 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5202 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Pref m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#5199 …} -_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() {#5196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5193 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_contact_address_pref" ] |
| cache_key | "_contact_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6467 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#6484 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6469 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#6485 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6471 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#6486 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6474 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#6487 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6473 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#6488 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6468 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#6489 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6480 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#6490 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6478 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#6491 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6477 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#6492 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6470 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#6493 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6481 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#6494 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6530 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#6495 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6531 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#6496 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6532 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#6497 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6533 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#6498 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6534 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#6499 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6535 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#6500 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6536 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#6501 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6537 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#6502 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6538 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#6503 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6539 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#6504 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6540 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#6505 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6541 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#6506 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6542 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#6507 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6543 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#6508 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6544 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#6509 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6545 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#6510 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6546 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#6511 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6547 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#6512 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6548 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#6513 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6549 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#6514 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6550 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#6515 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6551 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#6516 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6552 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#6517 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6553 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#6518 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6554 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#6519 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6555 +label: "香川県" +value: "37" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3655 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6556 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#6520 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6557 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#6521 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6558 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#6522 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6559 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#6523 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6560 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#6524 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6561 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#6525 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6562 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#6526 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6563 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#6527 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6564 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#6528 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6565 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#6529 …} +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 {#6466 -form: Symfony\Component\Form\Form {#5244 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6465 …5} |
| full_name | "contact[address][pref]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_pref" |
| is_selected | Closure($choice, $value) {#6567 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5081 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pref" |
| placeholder | "common.select__pref" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_pref" |
| valid | true |
| value | "" |
addr01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
[ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4975 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4975 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4975 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5214 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#5222 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5213 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr01" ] |
| cache_key | "_contact_address_addr01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6568 -form: Symfony\Component\Form\Form {#5247 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6569 …5} |
| full_name | "contact[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr01" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr01" |
| valid | true |
| value | "" |
addr02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
[ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4976 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4976 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4976 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5231 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#5233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5232 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr02" ] |
| cache_key | "_contact_address_addr02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6570 -form: Symfony\Component\Form\Form {#5250 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6571 …5} |
| full_name | "contact[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr02" |
| valid | true |
| value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4996 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4997 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4993 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#4995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4994 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone_number" "_contact_phone_number" ] |
| cache_key | "_contact_phone_number_phone_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 {#6463 -form: Symfony\Component\Form\Form {#5253 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6464 …5} |
| full_name | "contact[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone_number" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4837 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4838 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4837 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4838 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#4837 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4838 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5013 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5012 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6573 -form: Symfony\Component\Form\Form {#5256 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6572 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
contents
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4858 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4859 +payload: null +maxMessage: "※ お問い合わせ内容は1000字以下で入力してください。" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4858 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4859 +payload: null +maxMessage: "※ お問い合わせ内容は1000字以下で入力してください。" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#4858 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4859 +payload: null +maxMessage: "※ お問い合わせ内容は1000字以下で入力してください。" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5028 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5029 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_contents" ] |
| cache_key | "_contact_contents_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6574 -form: Symfony\Component\Form\Form {#5259 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6575 …5} |
| full_name | "contact[contents]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_contents" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contents" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_contents" |
| valid | true |
| value | "" |
recaptcha_response
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| eccube_form_options | [ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" ] |
[ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" ] |
| error_bubbling | false |
false
|
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" ] |
| empty_data | Closure(FormInterface $form) {#5039 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5040 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_recaptcha_response" ] |
| cache_key | "_contact_recaptcha_response_hidden" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6576 -form: Symfony\Component\Form\Form {#5262 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6577 …5} |
| full_name | "contact[recaptcha_response]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_recaptcha_response" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha_response" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_recaptcha_response" |
| valid | true |
| value | "" |
Product
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format |
null
|
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| eccube_form_options | [ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" ] |
[ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" ] |
| empty_data | Closure(FormInterface $form) {#4847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#4849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4846 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_Product" ] |
| cache_key | "_contact_Product_hidden" |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6578 -form: Symfony\Component\Form\Form {#5265 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6579 …5} |
| full_name | "contact[Product]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_Product" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Product" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_Product" |
| valid | true |
| value | "" |
product_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5049 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#5051 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5050 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_product_name" ] |
| cache_key | "_contact_product_name_text" |
| compound | false |
| data | "コットンバッグ (小) 生成" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6580 -form: Symfony\Component\Form\Form {#5268 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6581 …5} |
| full_name | "contact[product_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_product_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_product_name" |
| valid | true |
| value | "コットンバッグ (小) 生成" |
product_name2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5060 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#5062 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5061 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_product_name2" ] |
| cache_key | "_contact_product_name2_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6582 -form: Symfony\Component\Form\Form {#5271 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6583 …5} |
| full_name | "contact[product_name2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_product_name2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_product_name2" |
| valid | true |
| value | "" |
product_name3
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5071 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#5073 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5072 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_product_name3" ] |
| cache_key | "_contact_product_name3_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6584 -form: Symfony\Component\Form\Form {#5274 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6585 …5} |
| full_name | "contact[product_name3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_product_name3" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_product_name3" |
| valid | true |
| value | "" |
title
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "サンプル依頼" => "サンプル依頼" "カタログ請求" => "カタログ請求" "納期について" => "納期について" "お見積もり" => "お見積もり" "その他" => "その他" ] |
[ "サンプル依頼" => "サンプル依頼" "カタログ請求" => "カタログ請求" "納期について" => "納期について" "お見積もり" => "お見積もり" "その他" => "その他" ] |
| expanded | false |
false
|
| multiple | false |
false
|
| placeholder | false |
null
|
| 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 | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "サンプル依頼" => "サンプル依頼" "カタログ請求" => "カタログ請求" "納期について" => "納期について" "お見積もり" => "お見積もり" "その他" => "その他" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5095 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5094 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_title" ] |
| cache_key | "_contact_title_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6588 +label: "サンプル依頼" +value: "サンプル依頼" +data: "サンプル依頼" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6589 +label: "カタログ請求" +value: "カタログ請求" +data: "カタログ請求" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6590 +label: "納期について" +value: "納期について" +data: "納期について" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6591 +label: "お見積もり" +value: "お見積もり" +data: "お見積もり" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6592 +label: "その他" +value: "その他" +data: "その他" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "サンプル依頼" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6586 -form: Symfony\Component\Form\Form {#5277 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6587 …5} |
| full_name | "contact[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_title" |
| is_selected | Closure($choice, $value) {#6594 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5081 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "title" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_title" |
| valid | true |
| value | "サンプル依頼" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "9f1555d72b7e8f3aa.MLDE2X4T8Sv4cF-TepVYyCTP3aQp4cg-Xo_scKRbeZk.c4WHtzxRk3-tAwjBK6wrjEX3vJVl2KpkGrmgMpUKOtNU9KyoB1iBUbxADg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "9f1555d72b7e8f3aa.MLDE2X4T8Sv4cF-TepVYyCTP3aQp4cg-Xo_scKRbeZk.c4WHtzxRk3-tAwjBK6wrjEX3vJVl2KpkGrmgMpUKOtNU9KyoB1iBUbxADg" |
same as passed value |
| mapped | 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 | "csrf_token" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data | "9f1555d72b7e8f3aa.MLDE2X4T8Sv4cF-TepVYyCTP3aQp4cg-Xo_scKRbeZk.c4WHtzxRk3-tAwjBK6wrjEX3vJVl2KpkGrmgMpUKOtNU9KyoB1iBUbxADg" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6405 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | false |
| 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() {#6595 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6596 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "9f1555d72b7e8f3aa.MLDE2X4T8Sv4cF-TepVYyCTP3aQp4cg-Xo_scKRbeZk.c4WHtzxRk3-tAwjBK6wrjEX3vJVl2KpkGrmgMpUKOtNU9KyoB1iBUbxADg" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6608 -form: Symfony\Component\Form\Form {#6603 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6597 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "9f1555d72b7e8f3aa.MLDE2X4T8Sv4cF-TepVYyCTP3aQp4cg-Xo_scKRbeZk.c4WHtzxRk3-tAwjBK6wrjEX3vJVl2KpkGrmgMpUKOtNU9KyoB1iBUbxADg" |
admin_search_product
"Eccube\Form\Type\Admin\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
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 | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5350 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#5348 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5349 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "admin_search_product" "_admin_search_product" ] |
| cache_key | "_admin_search_product_admin_search_product" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6609 -form: Symfony\Component\Form\Form {#6281 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6610 …5} |
| full_name | "admin_search_product" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "admin_search_product" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product" |
| valid | true |
| value | null |
id
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "admin.product.multi_search_label" |
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 |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5074 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | "admin.product.multi_search_label" |
| 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() {#5052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5063 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_admin_search_product_id" ] |
| cache_key | "_admin_search_product_id_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6614 -form: Symfony\Component\Form\Form {#6284 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6613 …5} |
| full_name | "admin_search_product[id]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_id" |
| label | "admin.product.multi_search_label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "id" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_id" |
| valid | true |
| value | "" |
category_id
"Eccube\Form\Type\Master\CategoryType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choice_value | Closure(Category $Category = null) {#5340 class: "Eccube\Form\Type\Admin\SearchProductType" this: Eccube\Form\Type\Admin\SearchProductType {#5282 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } ] |
[ Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } ] |
| expanded | false |
false
|
| label | "admin.product.category" |
same as passed value |
| multiple | false |
false
|
| 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 {#5399 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Closure(Category $Category = null) {#5340 class: "Eccube\Form\Type\Admin\SearchProductType" this: Eccube\Form\Type\Admin\SearchProductType {#5282 …} } |
| choices | [ Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …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 {#5113 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3926 …} -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 | "admin.product.category" |
| 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 | Doctrine\ORM\QueryBuilder {#5438 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5392 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5402 #from: "Eccube\Entity\Category" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5403 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.sort_no DESC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5390 …} -_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() {#5144 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4907 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "category" "_admin_search_product_category_id" ] |
| cache_key | "_admin_search_product_category_id_category" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6619 +label: " うちわ" +value: "123" +data: Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6621 +label: "不識布素材" +value: "90" +data: Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6620 +label: " 片ナップ巾着" +value: "622" +data: Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6623 +label: " メッシュバッグ" +value: "593" +data: Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6624 +label: " リボン付巾着袋" +value: "587" +data: Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6625 +label: " お手ごろ不織布バッグ" +value: "580" +data: Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6626 +label: " ファンシーバッグ" +value: "553" +data: Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6627 +label: " 不織布巾着袋" +value: "552" +data: Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6628 +label: " エコバッグ" +value: "551" +data: Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6629 +label: " 丸ひも手提げ" +value: "549" +data: Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6630 +label: "お買い得商品" +value: "102" +data: Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6631 +label: " 特価 布製バッグ" +value: "583" +data: Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6632 +label: " 特価 ビニールバッグ" +value: "582" +data: Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6633 +label: " 特価 ペーパーバッグ" +value: "581" +data: Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6634 +label: "ビニール素材" +value: "94" +data: Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6635 +label: " ループバッグ" +value: "589" +data: Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6636 +label: " リトルバッグ グリーン" +value: "586" +data: Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6637 +label: " キュートバッグ" +value: "584" +data: Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6638 +label: " ドルチェバッグ マチ広ビニールバッグ" +value: "579" +data: Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6639 +label: " チャック付ループ袋" +value: "578" +data: Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6640 +label: " ファッションバッグ (小判抜き手穴付 ビニールバッグ)" +value: "543" +data: Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6641 +label: " お買い物バッグ (レジ袋風ビニールバッグ)" +value: "542" +data: Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6642 +label: " お徳用バッグ" +value: "541" +data: Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6643 +label: " ポリ手提袋" +value: "540" +data: Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6644 +label: " 片ナップ巾着袋" +value: "539" +data: Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6645 +label: " 巾着袋" +value: "538" +data: Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6646 +label: "ペーパー・植物素材" +value: "96" +data: Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6647 +label: " ペーパーバッグレースィ" +value: "591" +data: Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6648 +label: " ハンディーバッグ【小物用】" +value: "588" +data: Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6649 +label: " ペーパーバック クラフト" +value: "556" +data: Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6650 +label: " ペーパーバッグ" +value: "548" +data: Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6651 +label: " カラーバッグ" +value: "547" +data: Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6652 +label: " 手提げ袋" +value: "546" +data: Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6653 +label: " キャリングバッグ" +value: "545" +data: Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6654 +label: " 植物繊維(ジュート)製品" +value: "623" +data: Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6655 +label: "コットン素材" +value: "97" +data: Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6656 +label: " コットンバッグ" +value: "629" +data: Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6657 +label: " キャンバスバッグ" +value: "628" +data: Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6658 +label: "ポリマルシェバッグ" +value: "88" +data: Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6659 +label: "専門店向け資材" +value: "98" +data: Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6660 +label: " 無料配布対応シール" +value: "594" +data: Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6661 +label: " ハンガー" +value: "592" +data: Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6662 +label: " ラッピング袋" +value: "585" +data: Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6663 +label: " 封印シール" +value: "570" +data: Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6664 +label: " 商品券ケース" +value: "569" +data: Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6665 +label: " 商品券" +value: "568" +data: Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6666 +label: " のぼり用ポール" +value: "567" +data: Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6667 +label: " タンク式ポールスタンド(白)" +value: "566" +data: Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6668 +label: " ネクタイ袋" +value: "561" +data: Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6669 +label: " グラシン紙" +value: "560" +data: Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6670 +label: " ラッピング不織布50m巻" +value: "559" +data: Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6671 +label: " ラッピング不織布" +value: "558" +data: Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6672 +label: "洋服函" +value: "99" +data: Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6673 +label: "テーラーバッグ・カバー" +value: "100" +data: Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6674 +label: "文庫紙・呉服函" +value: "101" +data: Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6675 +label: " 呉服札・下札" +value: "595" +data: Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6676 +label: " 文庫紙(87cm)" +value: "577" +data: Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6677 +label: " 文庫紙(64cm)" +value: "576" +data: Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6678 +label: " 御のこりぎれ袋" +value: "575" +data: Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6679 +label: " 呉服函" +value: "574" +data: Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6680 +label: " 特別呉服函セット" +value: "573" +data: Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6681 +label: "ペーパーディスプレイ・ミニチュアモデル" +value: "103" +data: Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6682 +label: " ミニチュアモデル" +value: "614" +data: Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6683 +label: " ペーパーディスプレイ" +value: "613" +data: Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6684 +label: "ボックス・パッケージ" +value: "104" +data: Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6685 +label: " フードボックス" +value: "627" +data: Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6686 +label: " フルーツ箱" +value: "626" +data: Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6687 +label: " メモリアルボックス" +value: "625" +data: Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6688 +label: " 酒ボックス" +value: "624" +data: Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6689 +label: " 洋服函" +value: "618" +data: Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6690 +label: " SEシリーズ" +value: "621" +data: Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6691 +label: " YEシリーズ" +value: "620" +data: Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6692 +label: " YTシリーズ" +value: "619" +data: Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6693 +label: " パルケース" +value: "612" +data: Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6694 +label: " 毛布箱MM" +value: "611" +data: Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6695 +label: " 毛布箱M" +value: "610" +data: Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6696 +label: " ギフトボックス Jシリーズ" +value: "609" +data: Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6697 +label: " ギフトボックス Sシリーズ" +value: "608" +data: Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6698 +label: "リサイクル素材" +value: "114" +data: Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6699 +label: " エコピーバッグ" +value: "544" +data: Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6700 +label: " ポリマルシェバッグ" +value: "597" +data: Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6701 +label: "ダンボールケース" +value: "596" +data: Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6702 +label: "スリング" +value: "598" +data: Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6703 +label: " ベルトスリング" +value: "601" +data: Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6704 +label: " ソフトスリング" +value: "600" +data: Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6705 +label: " フック付きスリング" +value: "599" +data: Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6706 +label: "ラッシングベルト" +value: "602" +data: Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6707 +label: " ボコパット" +value: "607" +data: Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6708 +label: " KM50シリーズ" +value: "606" +data: Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6709 +label: " LX50シリーズ" +value: "605" +data: Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6710 +label: " LV50シリーズ" +value: "604" +data: Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6711 +label: " LV25シリーズ" +value: "603" +data: Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6712 +label: "カレンダー" +value: "124" +data: Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +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 {#6615 -form: Symfony\Component\Form\Form {#6287 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6616 …5} |
| full_name | "admin_search_product[category_id]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_category_id" |
| is_selected | Closure($choice, $value) {#6618 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5081 …} } |
| label | "admin.product.category" |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_category_id" |
| valid | true |
| value | "" |
status
"Eccube\Form\Type\Master\ProductStatusType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4772 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5386 #id: 2 #name: "非公開" #sort_no: 1 } ] |
| View Format |
[ "1" "2" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [ Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4772 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5386 #id: 2 #name: "非公開" #sort_no: 1 } ] |
[ Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4772 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5386 #id: 2 #name: "非公開" #sort_no: 1 } ] |
| expanded | true |
same as passed value |
| label | "admin.product.display_status" |
same as passed value |
| multiple | true |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#5190 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6103 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6086 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6085 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6087 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6091 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4244 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\ProductStatus" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data | [ Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4772 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5386 #id: 2 #name: "非公開" #sort_no: 1 } ] |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 {#6091 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4244 …} -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 | "admin.product.display_status" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#6080 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6082 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6083 #from: "Eccube\Entity\Master\ProductStatus" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6084 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\ProductStatus m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#6081 …} -_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() {#6079 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6078 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "product_status" "_admin_search_product_status" ] |
| cache_key | "_admin_search_product_status_product_status" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6098 +label: "公開" +value: "1" +data: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4772 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6096 +label: "非公開" +value: "2" +data: Eccube\Entity\Master\ProductStatus {#5386 #id: 2 #name: "非公開" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6104 +label: "廃止" +value: "3" +data: Eccube\Entity\Master\ProductStatus {#6115 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [ Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4772 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5386 #id: 2 #name: "非公開" #sort_no: 1 } ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6713 -form: Symfony\Component\Form\Form {#6327 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6617 …5} |
| full_name | "admin_search_product[status]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_status" |
| is_selected | Closure($choice, array $values) {#6714 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5081 …} } |
| label | "admin.product.display_status" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "status" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_status" |
| valid | true |
| value | [ "1" "2" ] |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "公開" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "1" |
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 | "entry" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6294 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6290 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#6296 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "公開" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#6300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6298 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_admin_search_product_status_entry" ] |
| cache_key | "_admin_search_product_status_entry_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6718 -form: Symfony\Component\Form\Form {#6330 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6717 …5} |
| full_name | "admin_search_product[status][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_status_1" |
| label | "公開" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_admin_search_product_status_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"2"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "非公開" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "2" |
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 | "entry" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6294 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6290 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#6296 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "非公開" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#6309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6308 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_admin_search_product_status_entry" ] |
| cache_key | "_admin_search_product_status_entry_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6719 -form: Symfony\Component\Form\Form {#6333 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6720 …5} |
| full_name | "admin_search_product[status][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_status_2" |
| label | "非公開" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_admin_search_product_status_entry" |
| valid | true |
| value | "2" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "廃止" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "3" |
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 | "entry" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6294 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6290 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#6296 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "廃止" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#6319 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6318 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_admin_search_product_status_entry" ] |
| cache_key | "_admin_search_product_status_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6721 -form: Symfony\Component\Form\Form {#6336 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6722 …5} |
| full_name | "admin_search_product[status][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_status_3" |
| label | "廃止" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_admin_search_product_status_entry" |
| valid | true |
| value | "3" |
stock
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "admin.product.stock__in_stock" => 1 "admin.product.stock__out_of_stock" => 2 ] |
[ "admin.product.stock__in_stock" => 1 "admin.product.stock__out_of_stock" => 2 ] |
| expanded | true |
same as passed value |
| label | "admin.product.stock" |
same as passed value |
| multiple | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "admin.product.stock__in_stock" => 1 "admin.product.stock__out_of_stock" => 2 ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.product.stock" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6118 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6117 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_admin_search_product_stock" ] |
| cache_key | "_admin_search_product_stock_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6127 +label: "admin.product.stock__in_stock" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6128 +label: "admin.product.stock__out_of_stock" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6716 -form: Symfony\Component\Form\Form {#6359 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6715 …5} |
| full_name | "admin_search_product[stock]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_stock" |
| is_selected | Closure($choice, array $values) {#6724 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5081 …} } |
| label | "admin.product.stock" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "stock" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_stock" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "admin.product.stock__in_stock" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "1" |
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 | "entry" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6294 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6290 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#6296 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "admin.product.stock__in_stock" |
| 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() {#6341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6340 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_admin_search_product_stock_entry" ] |
| cache_key | "_admin_search_product_stock_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6727 -form: Symfony\Component\Form\Form {#6362 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6726 …5} |
| full_name | "admin_search_product[stock][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_stock_0" |
| label | "admin.product.stock__in_stock" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_stock_entry" |
| valid | true |
| value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "admin.product.stock__out_of_stock" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "2" |
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 | "entry" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6294 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6290 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#6296 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "admin.product.stock__out_of_stock" |
| 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() {#6351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6350 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_admin_search_product_stock_entry" ] |
| cache_key | "_admin_search_product_stock_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6728 -form: Symfony\Component\Form\Form {#6365 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6729 …5} |
| full_name | "admin_search_product[stock][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_stock_1" |
| label | "admin.product.stock__out_of_stock" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_stock_entry" |
| valid | true |
| value | "2" |
tag_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "Eccube\Entity\Tag" |
same as passed value |
| expanded | false |
false
|
| label | "admin.product.tag" |
same as passed value |
| multiple | false |
false
|
| 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 | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6145 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6138 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6146 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6147 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6139 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5285 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Tag" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …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 {#6139 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5285 …} -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 | "admin.product.tag" |
| 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() {#6137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6136 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_admin_search_product_tag_id" ] |
| cache_key | "_admin_search_product_tag_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6732 +label: "お買い得商品" +value: "4" +data: Eccube\Entity\Tag {#6744 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6740 +label: "推奨表示有り" +value: "5" +data: Eccube\Entity\Tag {#6753 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6734 +label: "推奨表示無し" +value: "6" +data: Eccube\Entity\Tag {#6756 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6749 +label: "有料化対象商品" +value: "7" +data: Eccube\Entity\Tag {#6759 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6733 +label: "サンプル無料" +value: "8" +data: Eccube\Entity\Tag {#6762 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6747 +label: "有料化対象外可" +value: "9" +data: Eccube\Entity\Tag {#6765 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6739 +label: "在庫限り!" +value: "10" +data: Eccube\Entity\Tag {#6768 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6743 +label: "新商品" +value: "11" +data: Eccube\Entity\Tag {#6771 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6735 +label: "サンプルレンタルOK" +value: "12" +data: Eccube\Entity\Tag {#6774 …} +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 {#6725 -form: Symfony\Component\Form\Form {#6368 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6723 …5} |
| full_name | "admin_search_product[tag_id]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_tag_id" |
| is_selected | Closure($choice, $value) {#6730 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5081 …} } |
| label | "admin.product.tag" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "tag_id" |
| placeholder | "common.select__all_products" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_tag_id" |
| valid | true |
| value | "" |
create_date_start
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_start" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_start" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5388 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5388 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.create_date__start" |
same as passed value |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
[ "year" => "----" "month" => "--" "day" => "--" ] |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5388 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.create_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
| 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() {#6170 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6167 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_admin_search_product_create_date_start" ] |
| cache_key | "_admin_search_product_create_date_start_date" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6746 -form: Symfony\Component\Form\Form {#6371 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6731 …5} |
| full_name | "admin_search_product[create_date_start]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_create_date_start" |
| label | "admin.common.create_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "create_date_start" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_admin_search_product_create_date_start" |
| valid | true |
| value | "" |
| widget | "single_text" |
create_datetime_start
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_start" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_start" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5359 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5359 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.create_date__start" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5359 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.create_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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 |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6192 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_admin_search_product_create_datetime_start" ] |
| cache_key | "_admin_search_product_create_datetime_start_datetime" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6777 -form: Symfony\Component\Form\Form {#6374 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6778 …5} |
| full_name | "admin_search_product[create_datetime_start]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_create_datetime_start" |
| label | "admin.common.create_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "create_datetime_start" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "datetime-local" |
| unique_block_prefix | "_admin_search_product_create_datetime_start" |
| valid | true |
| value | "" |
| widget | "single_text" |
create_date_end
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_end" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_end" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5381 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5381 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.create_date__end" |
same as passed value |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
[ "year" => "----" "month" => "--" "day" => "--" ] |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5381 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.create_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
| 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() {#6203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6202 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_date_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_admin_search_product_create_date_end" ] |
| cache_key | "_admin_search_product_create_date_end_date" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6779 -form: Symfony\Component\Form\Form {#6377 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6780 …5} |
| full_name | "admin_search_product[create_date_end]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_create_date_end" |
| label | "admin.common.create_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "create_date_end" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_admin_search_product_create_date_end" |
| valid | true |
| value | "" |
| widget | "single_text" |
create_datetime_end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_end" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_end" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5385 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5385 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.create_date__end" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5385 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.create_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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 |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6213 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6212 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_create_datetime_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_admin_search_product_create_datetime_end" ] |
| cache_key | "_admin_search_product_create_datetime_end_datetime" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6781 -form: Symfony\Component\Form\Form {#6380 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6782 …5} |
| full_name | "admin_search_product[create_datetime_end]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_create_datetime_end" |
| label | "admin.common.create_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "create_datetime_end" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "datetime-local" |
| unique_block_prefix | "_admin_search_product_create_datetime_end" |
| valid | true |
| value | "" |
| widget | "single_text" |
update_date_start
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_start" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_start" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5322 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5322 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.update_date__start" |
same as passed value |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
[ "year" => "----" "month" => "--" "day" => "--" ] |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5322 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.update_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
| 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() {#6223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6222 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_admin_search_product_update_date_start" ] |
| cache_key | "_admin_search_product_update_date_start_date" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6783 -form: Symfony\Component\Form\Form {#6383 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6784 …5} |
| full_name | "admin_search_product[update_date_start]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_update_date_start" |
| label | "admin.common.update_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "update_date_start" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_admin_search_product_update_date_start" |
| valid | true |
| value | "" |
| widget | "single_text" |
update_datetime_start
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_start" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_start" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5323 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5323 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.update_date__start" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5323 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.update_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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 |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6232 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_start" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_admin_search_product_update_datetime_start" ] |
| cache_key | "_admin_search_product_update_datetime_start_datetime" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6785 -form: Symfony\Component\Form\Form {#6386 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6786 …5} |
| full_name | "admin_search_product[update_datetime_start]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_update_datetime_start" |
| label | "admin.common.update_date__start" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "update_datetime_start" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "datetime-local" |
| unique_block_prefix | "_admin_search_product_update_datetime_start" |
| valid | true |
| value | "" |
| widget | "single_text" |
update_date_end
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_end" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_end" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5324 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5324 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.update_date__end" |
same as passed value |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
[ "year" => "----" "month" => "--" "day" => "--" ] |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5324 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.update_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
| 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() {#6243 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6242 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_date_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_admin_search_product_update_date_end" ] |
| cache_key | "_admin_search_product_update_date_end_date" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6787 -form: Symfony\Component\Form\Form {#6389 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6788 …5} |
| full_name | "admin_search_product[update_date_end]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_update_date_end" |
| label | "admin.common.update_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "update_date_end" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_admin_search_product_update_date_end" |
| valid | true |
| value | "" |
| widget | "single_text" |
update_datetime_end
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_end" "data-toggle" => "datetimepicker" ] |
[ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_end" "data-toggle" => "datetimepicker" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5391 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
[ Symfony\Component\Validator\Constraints\Range {#5391 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| input | "datetime" |
same as passed value |
| label | "admin.common.update_date__end" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#5391 +payload: null +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "form_error.out_of_range" +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: "0003-01-01" +minPropertyPath: null +max: null +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "admin.common.update_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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 |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6253 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6252 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "datetimepicker-input" "data-target" => "#admin_search_product_update_datetime_end" "data-toggle" => "datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_admin_search_product_update_datetime_end" ] |
| cache_key | "_admin_search_product_update_datetime_end_datetime" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6789 -form: Symfony\Component\Form\Form {#6392 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6790 …5} |
| full_name | "admin_search_product[update_datetime_end]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_update_datetime_end" |
| label | "admin.common.update_date__end" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "update_datetime_end" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "datetime-local" |
| unique_block_prefix | "_admin_search_product_update_datetime_end" |
| valid | true |
| value | "" |
| widget | "single_text" |
sortkey
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "admin.list.sort.key" |
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 |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6262 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | "admin.list.sort.key" |
| 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() {#6264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6263 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_admin_search_product_sortkey" ] |
| cache_key | "_admin_search_product_sortkey_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 {#6791 -form: Symfony\Component\Form\Form {#6395 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6792 …5} |
| full_name | "admin_search_product[sortkey]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_sortkey" |
| label | "admin.list.sort.key" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sortkey" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_sortkey" |
| valid | true |
| value | "" |
sorttype
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "admin.list.sort.type" |
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 |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | "admin.list.sort.type" |
| 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() {#6274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6273 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_admin_search_product_sorttype" ] |
| cache_key | "_admin_search_product_sorttype_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 {#6793 -form: Symfony\Component\Form\Form {#6398 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6794 …5} |
| full_name | "admin_search_product[sorttype]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product_sorttype" |
| label | "admin.list.sort.type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sorttype" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product_sorttype" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "4b7e26a255d7601de3d063cbe7ab209c.P3w1TAHJ2aUUEYUyo1PXxUo17_TR196quF4syItiKyw.BgR2BWSkv-hQYfVa5TTlkQtUi76ctrTF_x9biu8VREhcEG91UJO7iFF5tQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "4b7e26a255d7601de3d063cbe7ab209c.P3w1TAHJ2aUUEYUyo1PXxUo17_TR196quF4syItiKyw.BgR2BWSkv-hQYfVa5TTlkQtUi76ctrTF_x9biu8VREhcEG91UJO7iFF5tQ" |
same as passed value |
| mapped | 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 | "csrf_token" |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data | "4b7e26a255d7601de3d063cbe7ab209c.P3w1TAHJ2aUUEYUyo1PXxUo17_TR196quF4syItiKyw.BgR2BWSkv-hQYfVa5TTlkQtUi76ctrTF_x9biu8VREhcEG91UJO7iFF5tQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6611 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | false |
| 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() {#6795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6796 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_admin_search_product__token" ] |
| cache_key | "_admin_search_product__token_hidden" |
| compound | false |
| data | "4b7e26a255d7601de3d063cbe7ab209c.P3w1TAHJ2aUUEYUyo1PXxUo17_TR196quF4syItiKyw.BgR2BWSkv-hQYfVa5TTlkQtUi76ctrTF_x9biu8VREhcEG91UJO7iFF5tQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6808 -form: Symfony\Component\Form\Form {#6803 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6797 …5} |
| full_name | "admin_search_product[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "admin_search_product__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_admin_search_product__token" |
| valid | true |
| value | "4b7e26a255d7601de3d063cbe7ab209c.P3w1TAHJ2aUUEYUyo1PXxUo17_TR196quF4syItiKyw.BgR2BWSkv-hQYfVa5TTlkQtUi76ctrTF_x9biu8VREhcEG91UJO7iFF5tQ" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9919 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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() {#9921 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#9920 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product_block" "_" ] |
| cache_key | "__search_product_block" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9966 -form: Symfony\Component\Form\Form {#9957 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9967 …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 | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } ] |
[ Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } ] |
| 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 {#9935 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9940 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5113 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3926 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …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 {#5113 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3926 …} -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() {#9936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#9937 …} } } |
| 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 | [ 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9978 +label: " うちわ" +value: "123" +data: Eccube\Entity\Category {#5428 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5432 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5436 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9979 +label: "不識布素材" +value: "90" +data: Eccube\Entity\Category {#5423 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5431 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5429 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9980 +label: " 片ナップ巾着" +value: "622" +data: Eccube\Entity\Category {#5418 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5427 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5422 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5423} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9981 +label: " メッシュバッグ" +value: "593" +data: Eccube\Entity\Category {#5409 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5410 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5408 …} -Children: Doctrine\ORM\PersistentCollection {#5445 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9982 +label: " リボン付巾着袋" +value: "587" +data: Eccube\Entity\Category {#5448 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5446 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5447 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5452 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9983 +label: " お手ごろ不織布バッグ" +value: "580" +data: Eccube\Entity\Category {#5483 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5481 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5482 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9984 +label: " ファンシーバッグ" +value: "553" +data: Eccube\Entity\Category {#5490 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5488 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5489 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9985 +label: " 不織布巾着袋" +value: "552" +data: Eccube\Entity\Category {#5497 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5495 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5501 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9986 +label: " エコバッグ" +value: "551" +data: Eccube\Entity\Category {#5504 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5502 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5503 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5505 …} -Children: Doctrine\ORM\PersistentCollection {#5508 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9987 +label: " 丸ひも手提げ" +value: "549" +data: Eccube\Entity\Category {#5511 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5509 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5423} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9988 +label: "お買い得商品" +value: "102" +data: Eccube\Entity\Category {#5455 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5456 …} -Children: Doctrine\ORM\PersistentCollection {#5459 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9989 +label: " 特価 布製バッグ" +value: "583" +data: Eccube\Entity\Category {#5460 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#5453 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5454 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9990 +label: " 特価 ビニールバッグ" +value: "582" +data: Eccube\Entity\Category {#5469 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5467 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5468 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9991 +label: " 特価 ペーパーバッグ" +value: "581" +data: Eccube\Entity\Category {#5476 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5474 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5477 …} -Children: Doctrine\ORM\PersistentCollection {#5480 …} -Parent: Eccube\Entity\Category {#5455} -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9992 +label: "ビニール素材" +value: "94" +data: Eccube\Entity\Category {#5518 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5466 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5465 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9993 +label: " ループバッグ" +value: "589" +data: Eccube\Entity\Category {#5523 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5516 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5524 …} -Children: Doctrine\ORM\PersistentCollection {#5527 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9994 +label: " リトルバッグ グリーン" +value: "586" +data: Eccube\Entity\Category {#5532 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5530 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5531 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5533 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9995 +label: " キュートバッグ" +value: "584" +data: Eccube\Entity\Category {#5539 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5537 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5538 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5540 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9996 +label: " ドルチェバッグ マチ広ビニールバッグ" +value: "579" +data: Eccube\Entity\Category {#5546 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5544 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5545 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9997 +label: " チャック付ループ袋" +value: "578" +data: Eccube\Entity\Category {#5553 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5551 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5552 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5554 …} -Children: Doctrine\ORM\PersistentCollection {#5557 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9998 +label: " ファッションバッグ (小判抜き手穴付 ビニールバッグ)" +value: "543" +data: Eccube\Entity\Category {#5560 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5558 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5559 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5561 …} -Children: Doctrine\ORM\PersistentCollection {#5564 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9999 +label: " お買い物バッグ (レジ袋風ビニールバッグ)" +value: "542" +data: Eccube\Entity\Category {#5567 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5565 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5566 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5568 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10000 +label: " お徳用バッグ" +value: "541" +data: Eccube\Entity\Category {#5574 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5572 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5573 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10001 +label: " ポリ手提袋" +value: "540" +data: Eccube\Entity\Category {#5581 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5579 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5580 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5582 …} -Children: Doctrine\ORM\PersistentCollection {#5585 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10002 +label: " 片ナップ巾着袋" +value: "539" +data: Eccube\Entity\Category {#5588 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5586 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5587 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10003 +label: " 巾着袋" +value: "538" +data: Eccube\Entity\Category {#5595 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5593 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5594 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5599 …} -Parent: Eccube\Entity\Category {#5518} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10004 +label: "ペーパー・植物素材" +value: "96" +data: Eccube\Entity\Category {#5602 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5528 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5529 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10005 +label: " ペーパーバッグレースィ" +value: "591" +data: Eccube\Entity\Category {#5607 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5600 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5601 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10006 +label: " ハンディーバッグ【小物用】" +value: "588" +data: Eccube\Entity\Category {#5616 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5614 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5615 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10007 +label: " ペーパーバック クラフト" +value: "556" +data: Eccube\Entity\Category {#5623 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5621 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5622 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5624 …} -Children: Doctrine\ORM\PersistentCollection {#5627 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10008 +label: " ペーパーバッグ" +value: "548" +data: Eccube\Entity\Category {#5630 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5628 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5629 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10009 +label: " カラーバッグ" +value: "547" +data: Eccube\Entity\Category {#5637 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5635 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5636 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5638 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10010 +label: " 手提げ袋" +value: "546" +data: Eccube\Entity\Category {#5644 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5642 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5643 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10011 +label: " キャリングバッグ" +value: "545" +data: Eccube\Entity\Category {#5651 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5650 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5602} -Creator: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10012 +label: " 植物繊維(ジュート)製品" +value: "623" +data: Eccube\Entity\Category {#5658 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5656 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5657 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5602} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10013 +label: "コットン素材" +value: "97" +data: Eccube\Entity\Category {#5665 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5612 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10014 +label: " コットンバッグ" +value: "629" +data: Eccube\Entity\Category {#5670 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5663 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5664 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10015 +label: " キャンバスバッグ" +value: "628" +data: Eccube\Entity\Category {#5679 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5677 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5678 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5665} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10016 +label: "ポリマルシェバッグ" +value: "88" +data: Eccube\Entity\Category {#5684 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5675 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5685 …} -Children: Doctrine\ORM\PersistentCollection {#5688 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10017 +label: "専門店向け資材" +value: "98" +data: Eccube\Entity\Category {#5693 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5690 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10018 +label: " 無料配布対応シール" +value: "594" +data: Eccube\Entity\Category {#5698 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5691 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5692 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10019 +label: " ハンガー" +value: "592" +data: Eccube\Entity\Category {#5707 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5705 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5706 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10020 +label: " ラッピング袋" +value: "585" +data: Eccube\Entity\Category {#5714 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5712 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5713 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5715 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10021 +label: " 封印シール" +value: "570" +data: Eccube\Entity\Category {#5721 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5719 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5720 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10022 +label: " 商品券ケース" +value: "569" +data: Eccube\Entity\Category {#5728 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5726 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5727 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5732 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10023 +label: " 商品券" +value: "568" +data: Eccube\Entity\Category {#5735 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5733 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5734 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5736 …} -Children: Doctrine\ORM\PersistentCollection {#5739 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10024 +label: " のぼり用ポール" +value: "567" +data: Eccube\Entity\Category {#5742 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5740 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5741 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5746 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10025 +label: " タンク式ポールスタンド(白)" +value: "566" +data: Eccube\Entity\Category {#5749 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5747 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5748 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5750 …} -Children: Doctrine\ORM\PersistentCollection {#5753 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10026 +label: " ネクタイ袋" +value: "561" +data: Eccube\Entity\Category {#5756 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5754 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5755 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10027 +label: " グラシン紙" +value: "560" +data: Eccube\Entity\Category {#5763 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5761 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5762 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5764 …} -Children: Doctrine\ORM\PersistentCollection {#5767 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10028 +label: " ラッピング不織布50m巻" +value: "559" +data: Eccube\Entity\Category {#5770 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5768 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5769 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5771 …} -Children: Doctrine\ORM\PersistentCollection {#5774 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10029 +label: " ラッピング不織布" +value: "558" +data: Eccube\Entity\Category {#5777 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5775 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5776 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5778 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5693} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10030 +label: "洋服函" +value: "99" +data: Eccube\Entity\Category {#5782 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5703 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10031 +label: "テーラーバッグ・カバー" +value: "100" +data: Eccube\Entity\Category {#5789 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5788 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5793 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10032 +label: "文庫紙・呉服函" +value: "101" +data: Eccube\Entity\Category {#5798 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5795 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10033 +label: " 呉服札・下札" +value: "595" +data: Eccube\Entity\Category {#5803 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5796 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5797 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10034 +label: " 文庫紙(87cm)" +value: "577" +data: Eccube\Entity\Category {#5812 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5810 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5811 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5813 …} -Children: Doctrine\ORM\PersistentCollection {#5816 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10035 +label: " 文庫紙(64cm)" +value: "576" +data: Eccube\Entity\Category {#5819 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5817 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5818 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5820 …} -Children: Doctrine\ORM\PersistentCollection {#5823 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10036 +label: " 御のこりぎれ袋" +value: "575" +data: Eccube\Entity\Category {#5826 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5824 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5825 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10037 +label: " 呉服函" +value: "574" +data: Eccube\Entity\Category {#5833 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5831 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5832 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5834 …} -Children: Doctrine\ORM\PersistentCollection {#5837 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10038 +label: " 特別呉服函セット" +value: "573" +data: Eccube\Entity\Category {#5840 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5838 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5839 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5841 …} -Children: Doctrine\ORM\PersistentCollection {#5844 …} -Parent: Eccube\Entity\Category {#5798} -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10039 +label: "ペーパーディスプレイ・ミニチュアモデル" +value: "103" +data: Eccube\Entity\Category {#5847 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5808 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10040 +label: " ミニチュアモデル" +value: "614" +data: Eccube\Entity\Category {#5852 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5845 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5846 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10041 +label: " ペーパーディスプレイ" +value: "613" +data: Eccube\Entity\Category {#5861 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5859 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5860 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5847} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10042 +label: "ボックス・パッケージ" +value: "104" +data: Eccube\Entity\Category {#5868 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5858 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5857 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10043 +label: " フードボックス" +value: "627" +data: Eccube\Entity\Category {#5873 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5866 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5867 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10044 +label: " フルーツ箱" +value: "626" +data: Eccube\Entity\Category {#5882 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5880 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5881 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5883 …} -Children: Doctrine\ORM\PersistentCollection {#5886 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10045 +label: " メモリアルボックス" +value: "625" +data: Eccube\Entity\Category {#5889 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5887 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5888 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10046 +label: " 酒ボックス" +value: "624" +data: Eccube\Entity\Category {#5896 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5894 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5895 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10047 +label: " 洋服函" +value: "618" +data: Eccube\Entity\Category {#5905 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5901 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5902 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10048 +label: " SEシリーズ" +value: "621" +data: Eccube\Entity\Category {#5910 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5903 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5904 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10049 +label: " YEシリーズ" +value: "620" +data: Eccube\Entity\Category {#5919 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5917 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5918 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10050 +label: " YTシリーズ" +value: "619" +data: Eccube\Entity\Category {#5926 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5924 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5925 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5905} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10051 +label: " パルケース" +value: "612" +data: Eccube\Entity\Category {#5931 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5915 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5916 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10052 +label: " 毛布箱MM" +value: "611" +data: Eccube\Entity\Category {#5938 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5936 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5937 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10053 +label: " 毛布箱M" +value: "610" +data: Eccube\Entity\Category {#5945 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5943 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5944 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5946 …} -Children: Doctrine\ORM\PersistentCollection {#5949 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10054 +label: " ギフトボックス Jシリーズ" +value: "609" +data: Eccube\Entity\Category {#5952 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5950 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5951 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10055 +label: " ギフトボックス Sシリーズ" +value: "608" +data: Eccube\Entity\Category {#5959 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5957 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5958 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5868} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10056 +label: "リサイクル素材" +value: "114" +data: Eccube\Entity\Category {#5966 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5879 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5878 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10057 +label: " エコピーバッグ" +value: "544" +data: Eccube\Entity\Category {#5971 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5964 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5965 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5972 …} -Children: Doctrine\ORM\PersistentCollection {#5975 …} -Parent: Eccube\Entity\Category {#5966} -Creator: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10058 +label: " ポリマルシェバッグ" +value: "597" +data: Eccube\Entity\Category {#5980 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5978 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5979 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10059 +label: "ダンボールケース" +value: "596" +data: Eccube\Entity\Category {#5985 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5977 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5976 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5986 …} -Children: Doctrine\ORM\PersistentCollection {#5989 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10060 +label: "スリング" +value: "598" +data: Eccube\Entity\Category {#5994 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5990 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5991 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5995 …} -Children: Doctrine\ORM\PersistentCollection {#5998 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10061 +label: " ベルトスリング" +value: "601" +data: Eccube\Entity\Category {#5999 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5992 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5993 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10062 +label: " ソフトスリング" +value: "600" +data: Eccube\Entity\Category {#6008 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6006 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6007 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10063 +label: " フック付きスリング" +value: "599" +data: Eccube\Entity\Category {#6015 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6013 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6014 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#5994} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10064 +label: "ラッシングベルト" +value: "602" +data: Eccube\Entity\Category {#6022 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6004 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6005 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10065 +label: " ボコパット" +value: "607" +data: Eccube\Entity\Category {#6027 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6020 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6021 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10066 +label: " KM50シリーズ" +value: "606" +data: Eccube\Entity\Category {#6036 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6034 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6035 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10067 +label: " LX50シリーズ" +value: "605" +data: Eccube\Entity\Category {#6043 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6041 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6042 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10068 +label: " LV50シリーズ" +value: "604" +data: Eccube\Entity\Category {#6050 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6048 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6049 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10069 +label: " LV25シリーズ" +value: "603" +data: Eccube\Entity\Category {#6057 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6055 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6056 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10070 +label: "カレンダー" +value: "124" +data: Eccube\Entity\Category {#6062 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6032 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6033 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6063 …} -Children: Doctrine\ORM\PersistentCollection {#6066 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4802 …} } +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 {#9971 -form: Symfony\Component\Form\Form {#9953 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9970 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#9977 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5081 …} } |
| 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 | false |
| 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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| label | "common.search_keyword" |
same as passed value |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9948 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4232 …} } |
| 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 | "common.search_keyword" |
| 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() {#9941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4811 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#9947 …} } } |
| 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 {#10071 -form: Symfony\Component\Form\Form {#9961 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9976 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "common.search_keyword" |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |