- 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) {#4856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#4858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4857 …} } } |
| 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 {#6432 -form: Symfony\Component\Form\Form {#5134 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6431 …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) {#4932 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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 {#4929 +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 {#4930 +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 {#4927 +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 {#4928 +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() {#4934 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4933 …} } } |
| 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 {#6436 -form: Symfony\Component\Form\Form {#5159 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#6435 …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 {#4941 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4927 +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 {#4928 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4941 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4927 +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 {#4928 +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 {#4941 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4927 +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 {#4928 +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) {#5138 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5139 …} } } |
| 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 {#6480 -form: Symfony\Component\Form\Form {#5162 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6479 …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 {#4942 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4929 +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 {#4930 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4942 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4929 +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 {#4930 +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 {#4942 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4929 +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 {#4930 +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) {#5149 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5150 …} } } |
| 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 {#6481 -form: Symfony\Component\Form\Form {#5165 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6482 …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) {#4952 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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 {#4949 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4950 +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 {#4947 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4948 +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() {#4954 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4953 …} } } |
| 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 {#6477 -form: Symfony\Component\Form\Form {#5190 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#6478 …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 {#4961 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4947 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4948 +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 {#4961 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4947 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4948 +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 {#4961 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4947 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4948 +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) {#5169 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5170 …} } } |
| 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 {#6486 -form: Symfony\Component\Form\Form {#5193 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6485 …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 {#4962 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4949 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4950 +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 {#4962 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4949 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4950 +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 {#4962 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4949 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4950 +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) {#5180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5181 …} } } |
| 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 {#6487 -form: Symfony\Component\Form\Form {#5196 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6488 …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 {#4988 +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 {#4989 +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) {#4985 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#4987 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4986 …} } } |
| 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 {#6484 -form: Symfony\Component\Form\Form {#5199 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6483 …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 {#5003 +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 {#5004 +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) {#5006 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5007 …} } } |
| 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 {#6490 -form: Symfony\Component\Form\Form {#5269 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6489 …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 {#5218 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#5237 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5232 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5245 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5236 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5240 -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 {#5240 -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 {#5226 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5228 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5229 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5230 #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 {#5227 …} -_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() {#5224 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5221 …} } } |
| 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 {#6495 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#6512 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6497 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#6513 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6499 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#6514 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6502 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#6515 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6501 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#6516 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6496 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#6517 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6508 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#6518 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6506 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#6519 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6505 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#6520 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6498 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#6521 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6509 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#6522 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6558 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#6523 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6559 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#6524 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6560 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#6525 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6561 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#6526 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6562 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#6527 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6563 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#6528 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6564 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#6529 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6565 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#6530 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6566 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#6531 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6567 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#6532 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6568 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#6533 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6569 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#6534 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6570 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#6535 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6571 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#6536 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6572 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#6537 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6573 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#6538 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6574 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#6539 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6575 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#6540 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6576 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#6541 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6577 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#6542 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6578 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#6543 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6579 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#6544 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6580 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#6545 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6581 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#6546 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6582 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#6547 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6583 +label: "香川県" +value: "37" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3655 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6584 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#6548 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6585 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#6549 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6586 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#6550 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6587 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#6551 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6588 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#6552 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6589 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#6553 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6590 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#6554 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6591 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#6555 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6592 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#6556 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6593 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#6557 …} +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 {#6494 -form: Symfony\Component\Form\Form {#5272 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6493 …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) {#6595 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5109 …} } |
| 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 {#5003 +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 {#5003 +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 {#5003 +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) {#5250 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5253 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5251 …} } } |
| 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 {#6596 -form: Symfony\Component\Form\Form {#5275 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6597 …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 {#5004 +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 {#5004 +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 {#5004 +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) {#5259 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5260 …} } } |
| 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 {#6598 -form: Symfony\Component\Form\Form {#5278 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6599 …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 {#5024 +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 {#5025 +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) {#5021 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5023 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5022 …} } } |
| 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 {#6491 -form: Symfony\Component\Form\Form {#5281 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6492 …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 {#4865 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4866 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4865 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4866 +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 {#4865 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4866 +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) {#5036 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5037 …} } } |
| 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 {#6601 -form: Symfony\Component\Form\Form {#5284 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6600 …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 {#4886 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4887 +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 {#4886 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4887 +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 {#4886 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4887 +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) {#5053 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5058 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5052 …} } } |
| 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 {#6602 -form: Symfony\Component\Form\Form {#5287 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6603 …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) {#5067 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5069 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5068 …} } } |
| 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 {#6604 -form: Symfony\Component\Form\Form {#5290 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6605 …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) {#4873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#4871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4874 …} } } |
| 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 {#6606 -form: Symfony\Component\Form\Form {#5293 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6607 …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) {#5077 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5079 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5078 …} } } |
| 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 | "ジュートスクエアトート<ナチュラルベージュ> M" |
| 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 {#5296 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6609 …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 | "ジュートスクエアトート<ナチュラルベージュ> M" |
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) {#5088 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5090 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5089 …} } } |
| 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 {#6610 -form: Symfony\Component\Form\Form {#5299 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6611 …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) {#5099 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5101 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5100 …} } } |
| 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 {#6612 -form: Symfony\Component\Form\Form {#5302 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6613 …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() {#5123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5122 …} } } |
| 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 {#6616 +label: "サンプル依頼" +value: "サンプル依頼" +data: "サンプル依頼" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6617 +label: "カタログ請求" +value: "カタログ請求" +data: "カタログ請求" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6618 +label: "納期について" +value: "納期について" +data: "納期について" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6619 +label: "お見積もり" +value: "お見積もり" +data: "お見積もり" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6620 +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 {#6614 -form: Symfony\Component\Form\Form {#5305 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6615 …5} |
| full_name | "contact[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_title" |
| is_selected | Closure($choice, $value) {#6622 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5109 …} } |
| 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 | "e.4LiEmZKTCBrqnqLO1KZmqwRqisY6JB3hhvFk9tB4pQs.gc-018LfSUPSwcSCsdER-mkv4p5LSVWRzLRJgb4n81mK1sDz6OpJSpqqyQ" |
| 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 | "e.4LiEmZKTCBrqnqLO1KZmqwRqisY6JB3hhvFk9tB4pQs.gc-018LfSUPSwcSCsdER-mkv4p5LSVWRzLRJgb4n81mK1sDz6OpJSpqqyQ" |
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 | "e.4LiEmZKTCBrqnqLO1KZmqwRqisY6JB3hhvFk9tB4pQs.gc-018LfSUPSwcSCsdER-mkv4p5LSVWRzLRJgb4n81mK1sDz6OpJSpqqyQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6433 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#6623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6624 …} } } |
| 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 | "e.4LiEmZKTCBrqnqLO1KZmqwRqisY6JB3hhvFk9tB4pQs.gc-018LfSUPSwcSCsdER-mkv4p5LSVWRzLRJgb4n81mK1sDz6OpJSpqqyQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6636 -form: Symfony\Component\Form\Form {#6631 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6625 …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 | "e.4LiEmZKTCBrqnqLO1KZmqwRqisY6JB3hhvFk9tB4pQs.gc-018LfSUPSwcSCsdER-mkv4p5LSVWRzLRJgb4n81mK1sDz6OpJSpqqyQ" |
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) {#5378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5377 …} } } |
| 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 {#6637 -form: Symfony\Component\Form\Form {#6309 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6638 …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) {#5102 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#5080 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5091 …} } } |
| 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 {#6642 -form: Symfony\Component\Form\Form {#6312 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6641 …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) {#5368 class: "Eccube\Form\Type\Admin\SearchProductType" this: Eccube\Form\Type\Admin\SearchProductType {#5310 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } ] |
[ Eccube\Entity\Category {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } ] |
| 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 {#5350 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Closure(Category $Category = null) {#5368 class: "Eccube\Form\Type\Admin\SearchProductType" this: Eccube\Form\Type\Admin\SearchProductType {#5310 …} } |
| choices | [ Eccube\Entity\Category {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } ] |
| 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 {#5141 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3947 …} -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 {#5413 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5387 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5430 #from: "Eccube\Entity\Category" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5431 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.sort_no DESC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5409 …} -_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() {#5172 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4935 …} } } |
| 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 {#6647 +label: " うちわ" +value: "123" +data: Eccube\Entity\Category {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6649 +label: "不識布素材" +value: "90" +data: Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6648 +label: " 片ナップ巾着" +value: "622" +data: Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6651 +label: " メッシュバッグ" +value: "593" +data: Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6652 +label: " リボン付巾着袋" +value: "587" +data: Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6653 +label: " お手ごろ不織布バッグ" +value: "580" +data: Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6654 +label: " ファンシーバッグ" +value: "553" +data: Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6655 +label: " 不織布巾着袋" +value: "552" +data: Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6656 +label: " エコバッグ" +value: "551" +data: Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6657 +label: " 丸ひも手提げ" +value: "549" +data: Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6658 +label: "お買い得商品" +value: "102" +data: Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6659 +label: " 特価 布製バッグ" +value: "583" +data: Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6660 +label: " 特価 ビニールバッグ" +value: "582" +data: Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6661 +label: " 特価 ペーパーバッグ" +value: "581" +data: Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6662 +label: "ビニール素材" +value: "94" +data: Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6663 +label: " ループバッグ" +value: "589" +data: Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6664 +label: " リトルバッグ グリーン" +value: "586" +data: Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6665 +label: " キュートバッグ" +value: "584" +data: Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6666 +label: " ドルチェバッグ マチ広ビニールバッグ" +value: "579" +data: Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6667 +label: " チャック付ループ袋" +value: "578" +data: Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6668 +label: " ファッションバッグ (小判抜き手穴付 ビニールバッグ)" +value: "543" +data: Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6669 +label: " お買い物バッグ (レジ袋風ビニールバッグ)" +value: "542" +data: Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6670 +label: " お徳用バッグ" +value: "541" +data: Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6671 +label: " ポリ手提袋" +value: "540" +data: Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6672 +label: " 片ナップ巾着袋" +value: "539" +data: Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6673 +label: " 巾着袋" +value: "538" +data: Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6674 +label: "ペーパー・植物素材" +value: "96" +data: Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6675 +label: " ペーパーバッグレースィ" +value: "591" +data: Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6676 +label: " ハンディーバッグ【小物用】" +value: "588" +data: Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6677 +label: " ペーパーバック クラフト" +value: "556" +data: Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6678 +label: " ペーパーバッグ" +value: "548" +data: Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6679 +label: " カラーバッグ" +value: "547" +data: Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6680 +label: " 手提げ袋" +value: "546" +data: Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6681 +label: " キャリングバッグ" +value: "545" +data: Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6682 +label: " 植物繊維(ジュート)製品" +value: "623" +data: Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6683 +label: "コットン素材" +value: "97" +data: Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6684 +label: " コットンバッグ" +value: "629" +data: Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6685 +label: " キャンバスバッグ" +value: "628" +data: Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6686 +label: "ポリマルシェバッグ" +value: "88" +data: Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6687 +label: "専門店向け資材" +value: "98" +data: Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6688 +label: " 無料配布対応シール" +value: "594" +data: Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6689 +label: " ハンガー" +value: "592" +data: Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6690 +label: " ラッピング袋" +value: "585" +data: Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6691 +label: " 封印シール" +value: "570" +data: Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6692 +label: " 商品券ケース" +value: "569" +data: Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6693 +label: " 商品券" +value: "568" +data: Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6694 +label: " のぼり用ポール" +value: "567" +data: Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6695 +label: " タンク式ポールスタンド(白)" +value: "566" +data: Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6696 +label: " ネクタイ袋" +value: "561" +data: Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6697 +label: " グラシン紙" +value: "560" +data: Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6698 +label: " ラッピング不織布50m巻" +value: "559" +data: Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6699 +label: " ラッピング不織布" +value: "558" +data: Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6700 +label: "洋服函" +value: "99" +data: Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6701 +label: "テーラーバッグ・カバー" +value: "100" +data: Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6702 +label: "文庫紙・呉服函" +value: "101" +data: Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6703 +label: " 呉服札・下札" +value: "595" +data: Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6704 +label: " 文庫紙(87cm)" +value: "577" +data: Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6705 +label: " 文庫紙(64cm)" +value: "576" +data: Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6706 +label: " 御のこりぎれ袋" +value: "575" +data: Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6707 +label: " 呉服函" +value: "574" +data: Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6708 +label: " 特別呉服函セット" +value: "573" +data: Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6709 +label: "ペーパーディスプレイ・ミニチュアモデル" +value: "103" +data: Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6710 +label: " ミニチュアモデル" +value: "614" +data: Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6711 +label: " ペーパーディスプレイ" +value: "613" +data: Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6712 +label: "ボックス・パッケージ" +value: "104" +data: Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6713 +label: " フードボックス" +value: "627" +data: Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6714 +label: " フルーツ箱" +value: "626" +data: Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6715 +label: " メモリアルボックス" +value: "625" +data: Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6716 +label: " 酒ボックス" +value: "624" +data: Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6717 +label: " 洋服函" +value: "618" +data: Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6718 +label: " SEシリーズ" +value: "621" +data: Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6719 +label: " YEシリーズ" +value: "620" +data: Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6720 +label: " YTシリーズ" +value: "619" +data: Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6721 +label: " パルケース" +value: "612" +data: Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6722 +label: " 毛布箱MM" +value: "611" +data: Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6723 +label: " 毛布箱M" +value: "610" +data: Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6724 +label: " ギフトボックス Jシリーズ" +value: "609" +data: Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6725 +label: " ギフトボックス Sシリーズ" +value: "608" +data: Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6726 +label: "リサイクル素材" +value: "114" +data: Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6727 +label: " エコピーバッグ" +value: "544" +data: Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6728 +label: " ポリマルシェバッグ" +value: "597" +data: Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6729 +label: "ダンボールケース" +value: "596" +data: Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6730 +label: "スリング" +value: "598" +data: Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6731 +label: " ベルトスリング" +value: "601" +data: Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6732 +label: " ソフトスリング" +value: "600" +data: Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6733 +label: " フック付きスリング" +value: "599" +data: Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6734 +label: "ラッシングベルト" +value: "602" +data: Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6735 +label: " ボコパット" +value: "607" +data: Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6736 +label: " KM50シリーズ" +value: "606" +data: Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6737 +label: " LX50シリーズ" +value: "605" +data: Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6738 +label: " LV50シリーズ" +value: "604" +data: Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6739 +label: " LV25シリーズ" +value: "603" +data: Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6740 +label: "カレンダー" +value: "124" +data: Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +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 {#6643 -form: Symfony\Component\Form\Form {#6315 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6644 …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) {#6646 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5109 …} } |
| 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 {#4800 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5414 #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 {#4800 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5414 #id: 2 #name: "非公開" #sort_no: 1 } ] |
[ Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4800 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5414 #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 {#5218 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6131 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6114 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6113 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6115 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6119 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4272 …} -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 {#4800 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5414 #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 {#6119 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4272 …} -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 {#6108 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6110 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6111 #from: "Eccube\Entity\Master\ProductStatus" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6112 #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 {#6109 …} -_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() {#6107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6106 …} } } |
| 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 {#6133 +label: "公開" +value: "1" +data: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4800 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6124 +label: "非公開" +value: "2" +data: Eccube\Entity\Master\ProductStatus {#5414 #id: 2 #name: "非公開" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6123 +label: "廃止" +value: "3" +data: Eccube\Entity\Master\ProductStatus {#6143 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [ Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4800 #id: 1 #name: "公開" #sort_no: 0 +__isInitialized__: true …2 } Eccube\Entity\Master\ProductStatus {#5414 #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 {#6741 -form: Symfony\Component\Form\Form {#6355 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6645 …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) {#6742 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5109 …} } |
| 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) {#6322 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6318 …} } |
| 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 {#6324 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() {#6328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6326 …} } } |
| 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 {#6746 -form: Symfony\Component\Form\Form {#6358 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6745 …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) {#6322 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6318 …} } |
| 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 {#6324 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() {#6337 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6336 …} } } |
| 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 {#6747 -form: Symfony\Component\Form\Form {#6361 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6748 …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) {#6322 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6318 …} } |
| 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 {#6324 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() {#6347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6346 …} } } |
| 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 {#6749 -form: Symfony\Component\Form\Form {#6364 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6750 …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() {#6146 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6144 …} } } |
| 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 {#6155 +label: "admin.product.stock__in_stock" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6156 +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 {#6744 -form: Symfony\Component\Form\Form {#6387 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6743 …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) {#6752 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5109 …} } |
| 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) {#6322 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6318 …} } |
| 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 {#6324 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() {#6369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6368 …} } } |
| 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 {#6755 -form: Symfony\Component\Form\Form {#6390 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6754 …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) {#6322 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6318 …} } |
| 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 {#6324 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() {#6379 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6378 …} } } |
| 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 {#6756 -form: Symfony\Component\Form\Form {#6393 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6757 …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 {#6173 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6166 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6174 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6175 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6167 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5313 …} -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 {#6167 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5313 …} -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() {#6165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6164 …} } } |
| 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 {#6760 +label: "お買い得商品" +value: "4" +data: Eccube\Entity\Tag {#6772 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6768 +label: "推奨表示有り" +value: "5" +data: Eccube\Entity\Tag {#6781 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6762 +label: "推奨表示無し" +value: "6" +data: Eccube\Entity\Tag {#6784 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6777 +label: "有料化対象商品" +value: "7" +data: Eccube\Entity\Tag {#6787 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6761 +label: "サンプル無料" +value: "8" +data: Eccube\Entity\Tag {#6790 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6775 +label: "有料化対象外可" +value: "9" +data: Eccube\Entity\Tag {#6793 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6767 +label: "在庫限り!" +value: "10" +data: Eccube\Entity\Tag {#6796 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6771 +label: "新商品" +value: "11" +data: Eccube\Entity\Tag {#6799 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6763 +label: "サンプルレンタルOK" +value: "12" +data: Eccube\Entity\Tag {#6802 …} +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 {#6753 -form: Symfony\Component\Form\Form {#6396 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6751 …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) {#6758 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5109 …} } |
| 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 {#5416 +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 {#5416 +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 {#5416 +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() {#6198 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6195 …} } } |
| 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 {#6774 -form: Symfony\Component\Form\Form {#6399 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6759 …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 {#5420 +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 {#5420 +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 {#5420 +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() {#6221 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6220 …} } } |
| 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 {#6805 -form: Symfony\Component\Form\Form {#6402 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6806 …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 {#5418 +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 {#5418 +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 {#5418 +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() {#6230 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6231 …} } } |
| 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 {#6807 -form: Symfony\Component\Form\Form {#6405 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6808 …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 {#5466 +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 {#5466 +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 {#5466 +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() {#6241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6240 …} } } |
| 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 {#6809 -form: Symfony\Component\Form\Form {#6408 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6810 …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 {#5427 +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 {#5427 +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 {#5427 +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() {#6251 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6250 …} } } |
| 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 {#6811 -form: Symfony\Component\Form\Form {#6411 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6812 …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 {#5426 +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 {#5426 +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 {#5426 +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() {#6261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6260 …} } } |
| 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 {#6813 -form: Symfony\Component\Form\Form {#6414 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6814 …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 {#5419 +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 {#5419 +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 {#5419 +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() {#6271 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6270 …} } } |
| 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 {#6815 -form: Symfony\Component\Form\Form {#6417 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6816 …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 {#5352 +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 {#5352 +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 {#5352 +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() {#6281 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6280 …} } } |
| 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 {#6817 -form: Symfony\Component\Form\Form {#6420 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6818 …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) {#6290 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#6292 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6291 …} } } |
| 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 {#6819 -form: Symfony\Component\Form\Form {#6423 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6820 …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) {#6300 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#6302 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6301 …} } } |
| 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 {#6821 -form: Symfony\Component\Form\Form {#6426 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6822 …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 | "8e870d1bc3a43273cb05a0.1TIduZzVpmCuB7h4A5rWlO8FPvO8X6L1RDgpv-QdlmM.kFZa-Nig9wbCc_MIasmC4bc9XZ73JeyhBlVhjb5X1BCtX2fy9IqfM91-iA" |
| 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 | "8e870d1bc3a43273cb05a0.1TIduZzVpmCuB7h4A5rWlO8FPvO8X6L1RDgpv-QdlmM.kFZa-Nig9wbCc_MIasmC4bc9XZ73JeyhBlVhjb5X1BCtX2fy9IqfM91-iA" |
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 | "8e870d1bc3a43273cb05a0.1TIduZzVpmCuB7h4A5rWlO8FPvO8X6L1RDgpv-QdlmM.kFZa-Nig9wbCc_MIasmC4bc9XZ73JeyhBlVhjb5X1BCtX2fy9IqfM91-iA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6639 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#6823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6824 …} } } |
| 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 | "8e870d1bc3a43273cb05a0.1TIduZzVpmCuB7h4A5rWlO8FPvO8X6L1RDgpv-QdlmM.kFZa-Nig9wbCc_MIasmC4bc9XZ73JeyhBlVhjb5X1BCtX2fy9IqfM91-iA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6836 -form: Symfony\Component\Form\Form {#6831 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6825 …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 | "8e870d1bc3a43273cb05a0.1TIduZzVpmCuB7h4A5rWlO8FPvO8X6L1RDgpv-QdlmM.kFZa-Nig9wbCc_MIasmC4bc9XZ73JeyhBlVhjb5X1BCtX2fy9IqfM91-iA" |
(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) {#9947 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#9949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#9948 …} } } |
| 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 {#9994 -form: Symfony\Component\Form\Form {#9985 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9995 …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 {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } ] |
[ Eccube\Entity\Category {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } ] |
| 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 {#9963 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9968 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5141 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3947 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } ] |
| 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 {#5141 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3947 …} -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() {#9964 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#9965 …} } } |
| 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 {#10006 +label: " うちわ" +value: "123" +data: Eccube\Entity\Category {#5456 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#5462 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#5460 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5464 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10007 +label: "不識布素材" +value: "90" +data: Eccube\Entity\Category {#5451 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5459 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5457 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10008 +label: " 片ナップ巾着" +value: "622" +data: Eccube\Entity\Category {#5446 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5455 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5450 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5451} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10009 +label: " メッシュバッグ" +value: "593" +data: Eccube\Entity\Category {#5437 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5439 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5438 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5436 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10010 +label: " リボン付巾着袋" +value: "587" +data: Eccube\Entity\Category {#5476 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10011 +label: " お手ごろ不織布バッグ" +value: "580" +data: Eccube\Entity\Category {#5511 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10012 +label: " ファンシーバッグ" +value: "553" +data: Eccube\Entity\Category {#5518 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -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 {#5519 …} -Children: Doctrine\ORM\PersistentCollection {#5522 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10013 +label: " 不織布巾着袋" +value: "552" +data: Eccube\Entity\Category {#5525 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5523 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5524 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5529 …} -Parent: Eccube\Entity\Category {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10014 +label: " エコバッグ" +value: "551" +data: Eccube\Entity\Category {#5532 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10015 +label: " 丸ひも手提げ" +value: "549" +data: Eccube\Entity\Category {#5539 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -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 {#5451} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10016 +label: "お買い得商品" +value: "102" +data: Eccube\Entity\Category {#5483 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5440 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5484 …} -Children: Doctrine\ORM\PersistentCollection {#5487 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10017 +label: " 特価 布製バッグ" +value: "583" +data: Eccube\Entity\Category {#5488 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -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 {#5489 …} -Children: Doctrine\ORM\PersistentCollection {#5492 …} -Parent: Eccube\Entity\Category {#5483} -Creator: null } +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10018 +label: " 特価 ビニールバッグ" +value: "582" +data: Eccube\Entity\Category {#5497 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -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 {#5483} -Creator: null } +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10019 +label: " 特価 ペーパーバッグ" +value: "581" +data: Eccube\Entity\Category {#5504 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -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 {#5483} -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10020 +label: "ビニール素材" +value: "94" +data: Eccube\Entity\Category {#5546 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5494 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5493 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5547 …} -Children: Doctrine\ORM\PersistentCollection {#5550 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10021 +label: " ループバッグ" +value: "589" +data: Eccube\Entity\Category {#5551 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -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 {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10022 +label: " リトルバッグ グリーン" +value: "586" +data: Eccube\Entity\Category {#5560 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10023 +label: " キュートバッグ" +value: "584" +data: Eccube\Entity\Category {#5567 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10024 +label: " ドルチェバッグ マチ広ビニールバッグ" +value: "579" +data: Eccube\Entity\Category {#5574 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10025 +label: " チャック付ループ袋" +value: "578" +data: Eccube\Entity\Category {#5581 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10026 +label: " ファッションバッグ (小判抜き手穴付 ビニールバッグ)" +value: "543" +data: Eccube\Entity\Category {#5588 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10027 +label: " お買い物バッグ (レジ袋風ビニールバッグ)" +value: "542" +data: Eccube\Entity\Category {#5595 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10028 +label: " お徳用バッグ" +value: "541" +data: Eccube\Entity\Category {#5602 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -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 {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10029 +label: " ポリ手提袋" +value: "540" +data: Eccube\Entity\Category {#5609 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5607 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5608 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5610 …} -Children: Doctrine\ORM\PersistentCollection {#5613 …} -Parent: Eccube\Entity\Category {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10030 +label: " 片ナップ巾着袋" +value: "539" +data: Eccube\Entity\Category {#5616 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10031 +label: " 巾着袋" +value: "538" +data: Eccube\Entity\Category {#5623 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -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 {#5546} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10032 +label: "ペーパー・植物素材" +value: "96" +data: Eccube\Entity\Category {#5630 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5557 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5631 …} -Children: Doctrine\ORM\PersistentCollection {#5634 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10033 +label: " ペーパーバッグレースィ" +value: "591" +data: Eccube\Entity\Category {#5635 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -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 {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10034 +label: " ハンディーバッグ【小物用】" +value: "588" +data: Eccube\Entity\Category {#5644 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -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 {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10035 +label: " ペーパーバック クラフト" +value: "556" +data: Eccube\Entity\Category {#5651 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -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 {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10036 +label: " ペーパーバッグ" +value: "548" +data: Eccube\Entity\Category {#5658 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5656 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5657 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5659 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10037 +label: " カラーバッグ" +value: "547" +data: Eccube\Entity\Category {#5665 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5663 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5664 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5666 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10038 +label: " 手提げ袋" +value: "546" +data: Eccube\Entity\Category {#5672 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5670 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5671 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10039 +label: " キャリングバッグ" +value: "545" +data: Eccube\Entity\Category {#5679 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5677 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5678 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: Eccube\Entity\Category {#5630} -Creator: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10040 +label: " 植物繊維(ジュート)製品" +value: "623" +data: Eccube\Entity\Category {#5686 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5684 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5685 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5687 …} -Children: Doctrine\ORM\PersistentCollection {#5690 …} -Parent: Eccube\Entity\Category {#5630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10041 +label: "コットン素材" +value: "97" +data: Eccube\Entity\Category {#5693 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5640 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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10042 +label: " コットンバッグ" +value: "629" +data: Eccube\Entity\Category {#5698 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5691 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5692 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10043 +label: " キャンバスバッグ" +value: "628" +data: Eccube\Entity\Category {#5707 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5705 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5706 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5708 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: Eccube\Entity\Category {#5693} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10044 +label: "ポリマルシェバッグ" +value: "88" +data: Eccube\Entity\Category {#5712 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -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 {#5713 …} -Children: Doctrine\ORM\PersistentCollection {#5716 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10045 +label: "専門店向け資材" +value: "98" +data: Eccube\Entity\Category {#5721 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5718 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10046 +label: " 無料配布対応シール" +value: "594" +data: Eccube\Entity\Category {#5726 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -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 {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10047 +label: " ハンガー" +value: "592" +data: Eccube\Entity\Category {#5735 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10048 +label: " ラッピング袋" +value: "585" +data: Eccube\Entity\Category {#5742 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10049 +label: " 封印シール" +value: "570" +data: Eccube\Entity\Category {#5749 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10050 +label: " 商品券ケース" +value: "569" +data: Eccube\Entity\Category {#5756 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10051 +label: " 商品券" +value: "568" +data: Eccube\Entity\Category {#5763 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10052 +label: " のぼり用ポール" +value: "567" +data: Eccube\Entity\Category {#5770 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10053 +label: " タンク式ポールスタンド(白)" +value: "566" +data: Eccube\Entity\Category {#5777 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -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 {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10054 +label: " ネクタイ袋" +value: "561" +data: Eccube\Entity\Category {#5784 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5782 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5783 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5785 …} -Children: Doctrine\ORM\PersistentCollection {#5788 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10055 +label: " グラシン紙" +value: "560" +data: Eccube\Entity\Category {#5791 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5789 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5790 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5792 …} -Children: Doctrine\ORM\PersistentCollection {#5795 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10056 +label: " ラッピング不織布50m巻" +value: "559" +data: Eccube\Entity\Category {#5798 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -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 {#5799 …} -Children: Doctrine\ORM\PersistentCollection {#5802 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10057 +label: " ラッピング不織布" +value: "558" +data: Eccube\Entity\Category {#5805 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5803 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5804 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5721} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10058 +label: "洋服函" +value: "99" +data: Eccube\Entity\Category {#5810 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5732 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5731 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5811 …} -Children: Doctrine\ORM\PersistentCollection {#5814 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10059 +label: "テーラーバッグ・カバー" +value: "100" +data: Eccube\Entity\Category {#5817 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5816 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10060 +label: "文庫紙・呉服函" +value: "101" +data: Eccube\Entity\Category {#5826 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5823 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5827 …} -Children: Doctrine\ORM\PersistentCollection {#5830 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10061 +label: " 呉服札・下札" +value: "595" +data: Eccube\Entity\Category {#5831 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -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 {#5832 …} -Children: Doctrine\ORM\PersistentCollection {#5835 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10062 +label: " 文庫紙(87cm)" +value: "577" +data: Eccube\Entity\Category {#5840 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -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 {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10063 +label: " 文庫紙(64cm)" +value: "576" +data: Eccube\Entity\Category {#5847 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5845 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5846 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5848 …} -Children: Doctrine\ORM\PersistentCollection {#5851 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10064 +label: " 御のこりぎれ袋" +value: "575" +data: Eccube\Entity\Category {#5854 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5852 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5853 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5855 …} -Children: Doctrine\ORM\PersistentCollection {#5858 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10065 +label: " 呉服函" +value: "574" +data: Eccube\Entity\Category {#5861 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5859 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5860 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10066 +label: " 特別呉服函セット" +value: "573" +data: Eccube\Entity\Category {#5868 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5866 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5867 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5869 …} -Children: Doctrine\ORM\PersistentCollection {#5872 …} -Parent: Eccube\Entity\Category {#5826} -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10067 +label: "ペーパーディスプレイ・ミニチュアモデル" +value: "103" +data: Eccube\Entity\Category {#5875 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5836 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5876 …} -Children: Doctrine\ORM\PersistentCollection {#5879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10068 +label: " ミニチュアモデル" +value: "614" +data: Eccube\Entity\Category {#5880 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5873 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5874 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5881 …} -Children: Doctrine\ORM\PersistentCollection {#5884 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10069 +label: " ペーパーディスプレイ" +value: "613" +data: Eccube\Entity\Category {#5889 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5887 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5888 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5890 …} -Children: Doctrine\ORM\PersistentCollection {#5893 …} -Parent: Eccube\Entity\Category {#5875} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10070 +label: "ボックス・パッケージ" +value: "104" +data: Eccube\Entity\Category {#5896 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5885 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5897 …} -Children: Doctrine\ORM\PersistentCollection {#5900 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10071 +label: " フードボックス" +value: "627" +data: Eccube\Entity\Category {#5901 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5894 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5895 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5902 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10072 +label: " フルーツ箱" +value: "626" +data: Eccube\Entity\Category {#5910 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5908 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5909 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5911 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10073 +label: " メモリアルボックス" +value: "625" +data: Eccube\Entity\Category {#5917 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5915 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5916 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5918 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10074 +label: " 酒ボックス" +value: "624" +data: Eccube\Entity\Category {#5924 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5922 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5923 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5928 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10075 +label: " 洋服函" +value: "618" +data: Eccube\Entity\Category {#5933 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5929 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5930 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10076 +label: " SEシリーズ" +value: "621" +data: Eccube\Entity\Category {#5938 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5931 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5932 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10077 +label: " YEシリーズ" +value: "620" +data: Eccube\Entity\Category {#5947 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5945 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5946 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10078 +label: " YTシリーズ" +value: "619" +data: Eccube\Entity\Category {#5954 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5952 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5953 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10079 +label: " パルケース" +value: "612" +data: Eccube\Entity\Category {#5959 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5943 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5944 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10080 +label: " 毛布箱MM" +value: "611" +data: Eccube\Entity\Category {#5966 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5964 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5965 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5967 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10081 +label: " 毛布箱M" +value: "610" +data: Eccube\Entity\Category {#5973 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5971 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5972 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5974 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10082 +label: " ギフトボックス Jシリーズ" +value: "609" +data: Eccube\Entity\Category {#5980 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5978 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5979 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10083 +label: " ギフトボックス Sシリーズ" +value: "608" +data: Eccube\Entity\Category {#5987 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5985 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5986 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#5991 …} -Parent: Eccube\Entity\Category {#5896} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10084 +label: "リサイクル素材" +value: "114" +data: Eccube\Entity\Category {#5994 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5906 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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10085 +label: " エコピーバッグ" +value: "544" +data: Eccube\Entity\Category {#5999 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5992 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5993 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6000 …} -Children: Doctrine\ORM\PersistentCollection {#6003 …} -Parent: Eccube\Entity\Category {#5994} -Creator: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10086 +label: " ポリマルシェバッグ" +value: "597" +data: Eccube\Entity\Category {#6008 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#6006 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#6007 date: 2023-05-31 10:32:38.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10087 +label: "ダンボールケース" +value: "596" +data: Eccube\Entity\Category {#6013 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#6005 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6004 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6014 …} -Children: Doctrine\ORM\PersistentCollection {#6017 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10088 +label: "スリング" +value: "598" +data: Eccube\Entity\Category {#6022 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#6018 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6019 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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10089 +label: " ベルトスリング" +value: "601" +data: Eccube\Entity\Category {#6027 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#6020 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#6021 date: 2023-06-12 16:17:08.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10090 +label: " ソフトスリング" +value: "600" +data: Eccube\Entity\Category {#6036 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#6034 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#6035 date: 2023-06-12 16:16:51.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10091 +label: " フック付きスリング" +value: "599" +data: Eccube\Entity\Category {#6043 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#6041 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#6042 date: 2023-06-12 16:16:44.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 {#4830 …} } +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10092 +label: "ラッシングベルト" +value: "602" +data: Eccube\Entity\Category {#6050 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#6032 date: 2023-06-13 16:51:45.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 {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10093 +label: " ボコパット" +value: "607" +data: Eccube\Entity\Category {#6055 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#6048 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#6049 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10094 +label: " KM50シリーズ" +value: "606" +data: Eccube\Entity\Category {#6064 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#6062 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#6063 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10095 +label: " LX50シリーズ" +value: "605" +data: Eccube\Entity\Category {#6071 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#6069 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#6070 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10096 +label: " LV50シリーズ" +value: "604" +data: Eccube\Entity\Category {#6078 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#6076 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#6077 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10097 +label: " LV25シリーズ" +value: "603" +data: Eccube\Entity\Category {#6085 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#6083 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#6084 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10098 +label: "カレンダー" +value: "124" +data: Eccube\Entity\Category {#6090 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#6060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4830 …} } +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 {#9999 -form: Symfony\Component\Form\Form {#9981 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9998 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#10005 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5109 …} } |
| 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) {#9976 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4260 …} } |
| 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() {#9969 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4839 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#9975 …} } } |
| 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 {#10099 -form: Symfony\Component\Form\Form {#9989 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10004 …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 | "" |