- 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) {#4230 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4232 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4231 …} } } |
| 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 {#6028 -form: Symfony\Component\Form\Form {#4508 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6027 …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) {#4306 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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 {#4303 +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 {#4304 +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 {#4301 +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 {#4302 +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() {#4308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4307 …} } } |
| 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 {#6032 -form: Symfony\Component\Form\Form {#4533 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#6031 …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 {#4315 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4301 +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 {#4302 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4315 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4301 +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 {#4302 +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 {#4315 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4301 +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 {#4302 +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) {#4512 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4514 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4513 …} } } |
| 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 {#6076 -form: Symfony\Component\Form\Form {#4536 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6075 …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 {#4316 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4303 +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 {#4304 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4316 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4303 +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 {#4304 +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 {#4316 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4303 +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 {#4304 +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) {#4523 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4525 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4524 …} } } |
| 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 {#6077 -form: Symfony\Component\Form\Form {#4539 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6078 …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) {#4326 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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 {#4323 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4324 +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 {#4321 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4322 +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() {#4328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4327 …} } } |
| 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 {#6073 -form: Symfony\Component\Form\Form {#4564 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#6074 …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 {#4335 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4321 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4322 +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 {#4335 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4321 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4322 +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 {#4335 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4321 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4322 +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) {#4543 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4545 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4544 …} } } |
| 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 {#6082 -form: Symfony\Component\Form\Form {#4567 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6081 …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 {#4336 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4323 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4324 +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 {#4336 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4323 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4324 +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 {#4336 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4323 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4324 +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) {#4554 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4556 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4555 …} } } |
| 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 {#6083 -form: Symfony\Component\Form\Form {#4570 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6084 …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 {#4362 +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 {#4363 +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) {#4359 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4360 …} } } |
| 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 {#6080 -form: Symfony\Component\Form\Form {#4573 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6079 …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 {#4377 +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 {#4378 +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) {#4380 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4382 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4381 …} } } |
| 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 {#6086 -form: Symfony\Component\Form\Form {#4643 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6085 …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 {#4592 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4611 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4606 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4619 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4610 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4614 -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 {#4614 -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 {#4600 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4602 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4603 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4604 #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 {#4601 …} -_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() {#4598 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4595 …} } } |
| 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 {#6091 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#6108 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6093 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#6109 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6095 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#6110 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6098 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#6111 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6097 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#6112 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6092 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#6113 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6104 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#6114 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6102 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#6115 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6101 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#6116 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6094 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#6117 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6105 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#6118 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6154 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#6119 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6155 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#6120 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6156 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#6121 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6157 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#6122 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6158 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#6123 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6159 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#6124 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6160 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#6125 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6161 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#6126 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6162 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#6127 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6163 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#6128 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6164 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#6129 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6165 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#6130 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6166 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#6131 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6167 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#6132 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6168 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#6133 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6169 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#6134 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6170 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#6135 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6171 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#6136 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6172 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#6137 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6173 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#6138 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6174 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#6139 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6175 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#6140 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6176 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#6141 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6177 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#6142 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6178 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#6143 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6179 +label: "香川県" +value: "37" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3655 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6180 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#6144 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6181 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#6145 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6182 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#6146 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6183 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#6147 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6184 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#6148 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6185 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#6149 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6186 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#6150 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6187 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#6151 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6188 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#6152 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6189 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#6153 …} +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 {#6090 -form: Symfony\Component\Form\Form {#4646 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6089 …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) {#6191 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4483 …} } |
| 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 {#4377 +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 {#4377 +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 {#4377 +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) {#4624 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4627 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4625 …} } } |
| 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 {#6192 -form: Symfony\Component\Form\Form {#4649 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6193 …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 {#4378 +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 {#4378 +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 {#4378 +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) {#4633 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4635 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4634 …} } } |
| 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 {#6194 -form: Symfony\Component\Form\Form {#4652 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6195 …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 {#4398 +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 {#4399 +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) {#4395 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4397 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4396 …} } } |
| 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 {#6087 -form: Symfony\Component\Form\Form {#4655 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6088 …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 {#4239 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4240 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4239 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4240 +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 {#4239 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4240 +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) {#4410 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4417 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4411 …} } } |
| 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 {#6197 -form: Symfony\Component\Form\Form {#4658 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6196 …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 {#4260 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4261 +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 {#4260 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4261 +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 {#4260 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4261 +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) {#4427 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4426 …} } } |
| 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 {#6198 -form: Symfony\Component\Form\Form {#4661 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6199 …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) {#4441 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4442 …} } } |
| 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 {#6200 -form: Symfony\Component\Form\Form {#4664 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6201 …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) {#4247 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4245 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4248 …} } } |
| 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 {#6202 -form: Symfony\Component\Form\Form {#4667 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6203 …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) {#4451 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4453 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4452 …} } } |
| 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 | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6204 -form: Symfony\Component\Form\Form {#4670 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6205 …5} |
| full_name | "contact[product_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_product_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_product_name" |
| valid | true |
| value | "" |
product_name2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4462 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4464 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4463 …} } } |
| 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 {#6206 -form: Symfony\Component\Form\Form {#4673 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6207 …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) {#4473 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4474 …} } } |
| 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 {#6208 -form: Symfony\Component\Form\Form {#4676 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6209 …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() {#4497 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4496 …} } } |
| 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 {#6212 +label: "サンプル依頼" +value: "サンプル依頼" +data: "サンプル依頼" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6213 +label: "カタログ請求" +value: "カタログ請求" +data: "カタログ請求" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6214 +label: "納期について" +value: "納期について" +data: "納期について" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6215 +label: "お見積もり" +value: "お見積もり" +data: "お見積もり" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6216 +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 {#6210 -form: Symfony\Component\Form\Form {#4679 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6211 …5} |
| full_name | "contact[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_title" |
| is_selected | Closure($choice, $value) {#6218 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4483 …} } |
| 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 | "e7be7ef22ff4b3d9fd6be2a4.91aZeWLxnLu_sRYuGuvLXLqfKdC44y234Pk2Yimois0.xxz-DCSr3fbKh0diV6KBbtvxX4TRqVXnuqhbO0r8y4W7MdYhW5rxg-7ZXw" |
| 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 | "e7be7ef22ff4b3d9fd6be2a4.91aZeWLxnLu_sRYuGuvLXLqfKdC44y234Pk2Yimois0.xxz-DCSr3fbKh0diV6KBbtvxX4TRqVXnuqhbO0r8y4W7MdYhW5rxg-7ZXw" |
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 | "e7be7ef22ff4b3d9fd6be2a4.91aZeWLxnLu_sRYuGuvLXLqfKdC44y234Pk2Yimois0.xxz-DCSr3fbKh0diV6KBbtvxX4TRqVXnuqhbO0r8y4W7MdYhW5rxg-7ZXw" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6029 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#6219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6220 …} } } |
| 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 | "e7be7ef22ff4b3d9fd6be2a4.91aZeWLxnLu_sRYuGuvLXLqfKdC44y234Pk2Yimois0.xxz-DCSr3fbKh0diV6KBbtvxX4TRqVXnuqhbO0r8y4W7MdYhW5rxg-7ZXw" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6232 -form: Symfony\Component\Form\Form {#6227 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6221 …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 | "e7be7ef22ff4b3d9fd6be2a4.91aZeWLxnLu_sRYuGuvLXLqfKdC44y234Pk2Yimois0.xxz-DCSr3fbKh0diV6KBbtvxX4TRqVXnuqhbO0r8y4W7MdYhW5rxg-7ZXw" |
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) {#4759 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4758 …} } } |
| 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 {#6233 -form: Symfony\Component\Form\Form {#5905 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6234 …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) {#4476 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#4454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4465 …} } } |
| 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 {#6238 -form: Symfony\Component\Form\Form {#5908 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6237 …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) {#4749 class: "Eccube\Form\Type\Admin\SearchProductType" this: Eccube\Form\Type\Admin\SearchProductType {#4684 …} } |
same as passed value |
| choices | [ Eccube\Entity\Category {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } ] |
[ Eccube\Entity\Category {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } ] |
| 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 {#4799 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Closure(Category $Category = null) {#4749 class: "Eccube\Form\Type\Admin\SearchProductType" this: Eccube\Form\Type\Admin\SearchProductType {#4684 …} } |
| choices | [ Eccube\Entity\Category {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } ] |
| 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 {#4515 -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 {#4737 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4808 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5687 #from: "Eccube\Entity\Category" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5688 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.sort_no DESC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4807 …} -_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() {#4546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4309 …} } } |
| 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 {#6243 +label: " うちわ" +value: "123" +data: Eccube\Entity\Category {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6245 +label: "不識布素材" +value: "90" +data: Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6244 +label: " 片ナップ巾着" +value: "622" +data: Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6247 +label: " メッシュバッグ" +value: "593" +data: Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6248 +label: " リボン付巾着袋" +value: "587" +data: Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6249 +label: " お手ごろ不織布バッグ" +value: "580" +data: Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6250 +label: " ファンシーバッグ" +value: "553" +data: Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6251 +label: " 不織布巾着袋" +value: "552" +data: Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6252 +label: " エコバッグ" +value: "551" +data: Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6253 +label: " 丸ひも手提げ" +value: "549" +data: Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6254 +label: "お買い得商品" +value: "102" +data: Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6255 +label: " 特価 布製バッグ" +value: "583" +data: Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6256 +label: " 特価 ビニールバッグ" +value: "582" +data: Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6257 +label: " 特価 ペーパーバッグ" +value: "581" +data: Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6258 +label: "ビニール素材" +value: "94" +data: Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6259 +label: " ループバッグ" +value: "589" +data: Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6260 +label: " リトルバッグ グリーン" +value: "586" +data: Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6261 +label: " キュートバッグ" +value: "584" +data: Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6262 +label: " ドルチェバッグ マチ広ビニールバッグ" +value: "579" +data: Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6263 +label: " チャック付ループ袋" +value: "578" +data: Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6264 +label: " ファッションバッグ (小判抜き手穴付 ビニールバッグ)" +value: "543" +data: Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6265 +label: " お買い物バッグ (レジ袋風ビニールバッグ)" +value: "542" +data: Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6266 +label: " お徳用バッグ" +value: "541" +data: Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6267 +label: " ポリ手提袋" +value: "540" +data: Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6268 +label: " 片ナップ巾着袋" +value: "539" +data: Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6269 +label: " 巾着袋" +value: "538" +data: Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6270 +label: "ペーパー・植物素材" +value: "96" +data: Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6271 +label: " ペーパーバッグレースィ" +value: "591" +data: Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6272 +label: " ハンディーバッグ【小物用】" +value: "588" +data: Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6273 +label: " ペーパーバック クラフト" +value: "556" +data: Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6274 +label: " ペーパーバッグ" +value: "548" +data: Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6275 +label: " カラーバッグ" +value: "547" +data: Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6276 +label: " 手提げ袋" +value: "546" +data: Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6277 +label: " キャリングバッグ" +value: "545" +data: Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6278 +label: " 植物繊維(ジュート)製品" +value: "623" +data: Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6279 +label: "コットン素材" +value: "97" +data: Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6280 +label: " コットンバッグ" +value: "629" +data: Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6281 +label: " キャンバスバッグ" +value: "628" +data: Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6282 +label: "ポリマルシェバッグ" +value: "88" +data: Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6283 +label: "専門店向け資材" +value: "98" +data: Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6284 +label: " 無料配布対応シール" +value: "594" +data: Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6285 +label: " ハンガー" +value: "592" +data: Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6286 +label: " ラッピング袋" +value: "585" +data: Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6287 +label: " 封印シール" +value: "570" +data: Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6288 +label: " 商品券ケース" +value: "569" +data: Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6289 +label: " 商品券" +value: "568" +data: Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6290 +label: " のぼり用ポール" +value: "567" +data: Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6291 +label: " タンク式ポールスタンド(白)" +value: "566" +data: Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6292 +label: " ネクタイ袋" +value: "561" +data: Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6293 +label: " グラシン紙" +value: "560" +data: Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6294 +label: " ラッピング不織布50m巻" +value: "559" +data: Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6295 +label: " ラッピング不織布" +value: "558" +data: Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6296 +label: "洋服函" +value: "99" +data: Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6297 +label: "テーラーバッグ・カバー" +value: "100" +data: Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6298 +label: "文庫紙・呉服函" +value: "101" +data: Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6299 +label: " 呉服札・下札" +value: "595" +data: Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6300 +label: " 文庫紙(87cm)" +value: "577" +data: Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6301 +label: " 文庫紙(64cm)" +value: "576" +data: Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6302 +label: " 御のこりぎれ袋" +value: "575" +data: Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6303 +label: " 呉服函" +value: "574" +data: Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6304 +label: " 特別呉服函セット" +value: "573" +data: Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6305 +label: "ペーパーディスプレイ・ミニチュアモデル" +value: "103" +data: Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6306 +label: " ミニチュアモデル" +value: "614" +data: Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6307 +label: " ペーパーディスプレイ" +value: "613" +data: Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6308 +label: "ボックス・パッケージ" +value: "104" +data: Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6309 +label: " フードボックス" +value: "627" +data: Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6310 +label: " フルーツ箱" +value: "626" +data: Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6311 +label: " メモリアルボックス" +value: "625" +data: Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6312 +label: " 酒ボックス" +value: "624" +data: Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6313 +label: " 洋服函" +value: "618" +data: Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6314 +label: " SEシリーズ" +value: "621" +data: Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6315 +label: " YEシリーズ" +value: "620" +data: Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6316 +label: " YTシリーズ" +value: "619" +data: Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6317 +label: " パルケース" +value: "612" +data: Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6318 +label: " 毛布箱MM" +value: "611" +data: Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6319 +label: " 毛布箱M" +value: "610" +data: Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6320 +label: " ギフトボックス Jシリーズ" +value: "609" +data: Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6321 +label: " ギフトボックス Sシリーズ" +value: "608" +data: Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6322 +label: "リサイクル素材" +value: "114" +data: Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6323 +label: " エコピーバッグ" +value: "544" +data: Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6324 +label: " ポリマルシェバッグ" +value: "597" +data: Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6325 +label: "ダンボールケース" +value: "596" +data: Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6326 +label: "スリング" +value: "598" +data: Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6327 +label: " ベルトスリング" +value: "601" +data: Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6328 +label: " ソフトスリング" +value: "600" +data: Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6329 +label: " フック付きスリング" +value: "599" +data: Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6330 +label: "ラッシングベルト" +value: "602" +data: Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6331 +label: " ボコパット" +value: "607" +data: Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6332 +label: " KM50シリーズ" +value: "606" +data: Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6333 +label: " LX50シリーズ" +value: "605" +data: Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6334 +label: " LV50シリーズ" +value: "604" +data: Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6335 +label: " LV25シリーズ" +value: "603" +data: Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6336 +label: "カレンダー" +value: "124" +data: Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +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 {#6239 -form: Symfony\Component\Form\Form {#5911 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6240 …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) {#6242 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4483 …} } |
| 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 | [ Eccube\Entity\Master\ProductStatus {#4768 #id: 1 #name: "公開" #sort_no: 0 } Eccube\Entity\Master\ProductStatus {#4847 #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 | [ Eccube\Entity\Master\ProductStatus {#4768 #id: 1 #name: "公開" #sort_no: 0 } Eccube\Entity\Master\ProductStatus {#4847 #id: 2 #name: "非公開" #sort_no: 1 } ] |
[ Eccube\Entity\Master\ProductStatus {#4768 #id: 1 #name: "公開" #sort_no: 0 } Eccube\Entity\Master\ProductStatus {#4847 #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 {#4592 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#5727 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5710 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5709 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5711 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5715 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4686 …} -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 | [ Eccube\Entity\Master\ProductStatus {#4768 #id: 1 #name: "公開" #sort_no: 0 } Eccube\Entity\Master\ProductStatus {#4847 #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 {#5715 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4686 …} -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 {#5704 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5706 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5707 #from: "Eccube\Entity\Master\ProductStatus" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5708 #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 {#5705 …} -_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() {#5703 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5702 …} } } |
| 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 {#5729 +label: "公開" +value: "1" +data: Eccube\Entity\Master\ProductStatus {#4768 #id: 1 #name: "公開" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5720 +label: "非公開" +value: "2" +data: Eccube\Entity\Master\ProductStatus {#4847 #id: 2 #name: "非公開" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5719 +label: "廃止" +value: "3" +data: Eccube\Entity\Master\ProductStatus {#5739 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [ Eccube\Entity\Master\ProductStatus {#4768 #id: 1 #name: "公開" #sort_no: 0 } Eccube\Entity\Master\ProductStatus {#4847 #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 {#6337 -form: Symfony\Component\Form\Form {#5951 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6241 …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) {#6338 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4483 …} } |
| 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) {#5918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5914 …} } |
| 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 {#5920 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() {#5924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5922 …} } } |
| 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 {#6342 -form: Symfony\Component\Form\Form {#5954 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6341 …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) {#5918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5914 …} } |
| 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 {#5920 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() {#5933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5932 …} } } |
| 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 {#6343 -form: Symfony\Component\Form\Form {#5957 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6344 …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) {#5918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5914 …} } |
| 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 {#5920 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() {#5943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5942 …} } } |
| 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 {#6345 -form: Symfony\Component\Form\Form {#5960 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6346 …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() {#5742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5740 …} } } |
| 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 {#5751 +label: "admin.product.stock__in_stock" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5752 +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 {#6340 -form: Symfony\Component\Form\Form {#5983 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#6339 …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) {#6348 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4483 …} } |
| 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) {#5918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5914 …} } |
| 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 {#5920 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() {#5965 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5964 …} } } |
| 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 {#6351 -form: Symfony\Component\Form\Form {#5986 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6350 …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) {#5918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5914 …} } |
| 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 {#5920 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() {#5975 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5974 …} } } |
| 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 {#6352 -form: Symfony\Component\Form\Form {#5989 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6353 …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 {#5769 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5762 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5770 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5771 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5763 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4740 …} -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 {#5763 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4740 …} -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() {#5761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5760 …} } } |
| 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 {#6356 +label: "お買い得商品" +value: "4" +data: Eccube\Entity\Tag {#6368 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6364 +label: "推奨表示有り" +value: "5" +data: Eccube\Entity\Tag {#6417 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6358 +label: "推奨表示無し" +value: "6" +data: Eccube\Entity\Tag {#6412 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6373 +label: "有料化対象商品" +value: "7" +data: Eccube\Entity\Tag {#6409 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6357 +label: "サンプル無料" +value: "8" +data: Eccube\Entity\Tag {#6383 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6371 +label: "有料化対象外可" +value: "9" +data: Eccube\Entity\Tag {#6380 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6363 +label: "在庫限り!" +value: "10" +data: Eccube\Entity\Tag {#6443 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6367 +label: "新商品" +value: "11" +data: Eccube\Entity\Tag {#6447 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6359 +label: "サンプルレンタルOK" +value: "12" +data: Eccube\Entity\Tag {#6450 …} +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 {#6349 -form: Symfony\Component\Form\Form {#5992 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6347 …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) {#6354 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4483 …} } |
| 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 {#4792 +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 {#4792 +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 {#4792 +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() {#5794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5791 …} } } |
| 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 {#6370 -form: Symfony\Component\Form\Form {#5995 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6355 …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 {#5686 +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 {#5686 +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 {#5686 +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() {#5817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5816 …} } } |
| 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 {#6453 -form: Symfony\Component\Form\Form {#5998 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6454 …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 {#5685 +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 {#5685 +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 {#5685 +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() {#5826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5827 …} } } |
| 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 {#6455 -form: Symfony\Component\Form\Form {#6001 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6456 …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 {#5684 +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 {#5684 +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 {#5684 +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() {#5837 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5836 …} } } |
| 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 {#6457 -form: Symfony\Component\Form\Form {#6004 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6458 …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 {#4803 +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 {#4803 +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 {#4803 +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() {#5847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5846 …} } } |
| 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 {#6459 -form: Symfony\Component\Form\Form {#6007 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6460 …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 {#4802 +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 {#4802 +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 {#4802 +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() {#5857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5856 …} } } |
| 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 {#6461 -form: Symfony\Component\Form\Form {#6010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6462 …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 {#4812 +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 {#4812 +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 {#4812 +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() {#5867 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5866 …} } } |
| 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 {#6463 -form: Symfony\Component\Form\Form {#6013 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6464 …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 {#4811 +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 {#4811 +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 {#4811 +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() {#5877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5876 …} } } |
| 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 {#6465 -form: Symfony\Component\Form\Form {#6016 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6466 …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) {#5886 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#5888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5887 …} } } |
| 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 {#6467 -form: Symfony\Component\Form\Form {#6019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6468 …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) {#5896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#5898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5897 …} } } |
| 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 {#6469 -form: Symfony\Component\Form\Form {#6022 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6470 …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 | "77d9c7f7ce81a841c0b49.VBnMgG50nIEnfJswmrPOZwrC4dR19GGcCN5VIUayZSs.Hkac7DkZzrhxLKNmrfyCMVOslIVGpRnecpFgEDKBAUEkd5rGMT_xyF4dwg" |
| 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 | "77d9c7f7ce81a841c0b49.VBnMgG50nIEnfJswmrPOZwrC4dR19GGcCN5VIUayZSs.Hkac7DkZzrhxLKNmrfyCMVOslIVGpRnecpFgEDKBAUEkd5rGMT_xyF4dwg" |
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 | "77d9c7f7ce81a841c0b49.VBnMgG50nIEnfJswmrPOZwrC4dR19GGcCN5VIUayZSs.Hkac7DkZzrhxLKNmrfyCMVOslIVGpRnecpFgEDKBAUEkd5rGMT_xyF4dwg" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#6471 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#6472 …} } } |
| 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 | "77d9c7f7ce81a841c0b49.VBnMgG50nIEnfJswmrPOZwrC4dR19GGcCN5VIUayZSs.Hkac7DkZzrhxLKNmrfyCMVOslIVGpRnecpFgEDKBAUEkd5rGMT_xyF4dwg" |
| 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 {#6479 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6473 …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 | "77d9c7f7ce81a841c0b49.VBnMgG50nIEnfJswmrPOZwrC4dR19GGcCN5VIUayZSs.Hkac7DkZzrhxLKNmrfyCMVOslIVGpRnecpFgEDKBAUEkd5rGMT_xyF4dwg" |
(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) {#7093 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#7095 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#7094 …} } } |
| 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 {#7146 -form: Symfony\Component\Form\Form {#7135 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7147 …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 {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } ] |
[ Eccube\Entity\Category {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } ] |
| 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 {#7109 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7114 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4515 -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 {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } ] |
| 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 {#4515 -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() {#7110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#7111 …} } } |
| 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 {#7158 +label: " うちわ" +value: "123" +data: Eccube\Entity\Category {#4837 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#4843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#4841 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4927 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5080 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7159 +label: "不識布素材" +value: "90" +data: Eccube\Entity\Category {#5073 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5077 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5076 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5072 …} -Children: Doctrine\ORM\PersistentCollection {#5068 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7160 +label: " 片ナップ巾着" +value: "622" +data: Eccube\Entity\Category {#5067 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#5075 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#5074 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5066 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5073} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7161 +label: " メッシュバッグ" +value: "593" +data: Eccube\Entity\Category {#5058 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#5060 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5059 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5057 …} -Children: Doctrine\ORM\PersistentCollection {#5054 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7162 +label: " リボン付巾着袋" +value: "587" +data: Eccube\Entity\Category {#5051 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#5053 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5052 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5050 …} -Children: Doctrine\ORM\PersistentCollection {#4842 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7163 +label: " お手ごろ不織布バッグ" +value: "580" +data: Eccube\Entity\Category {#5100 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#5098 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5099 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7164 +label: " ファンシーバッグ" +value: "553" +data: Eccube\Entity\Category {#5107 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#5105 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5106 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5108 …} -Children: Doctrine\ORM\PersistentCollection {#5111 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7165 +label: " 不織布巾着袋" +value: "552" +data: Eccube\Entity\Category {#5114 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#5112 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5113 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5115 …} -Children: Doctrine\ORM\PersistentCollection {#5118 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7166 +label: " エコバッグ" +value: "551" +data: Eccube\Entity\Category {#5121 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#5119 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5120 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5122 …} -Children: Doctrine\ORM\PersistentCollection {#5125 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7167 +label: " 丸ひも手提げ" +value: "549" +data: Eccube\Entity\Category {#5128 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#5126 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5127 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5129 …} -Children: Doctrine\ORM\PersistentCollection {#5132 …} -Parent: Eccube\Entity\Category {#5073} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7168 +label: "お買い得商品" +value: "102" +data: Eccube\Entity\Category {#5038 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#5062 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5061 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7169 +label: " 特価 布製バッグ" +value: "583" +data: Eccube\Entity\Category {#5044 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#4840 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#4854 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5045 …} -Children: Doctrine\ORM\PersistentCollection {#5048 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7170 +label: " 特価 ビニールバッグ" +value: "582" +data: Eccube\Entity\Category {#5086 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#5083 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5084 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5087 …} -Children: Doctrine\ORM\PersistentCollection {#5090 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7171 +label: " 特価 ペーパーバッグ" +value: "581" +data: Eccube\Entity\Category {#5093 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#5091 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5092 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5097 …} -Parent: Eccube\Entity\Category {#5038} -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7172 +label: "ビニール素材" +value: "94" +data: Eccube\Entity\Category {#5135 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#5085 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5049 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5136 …} -Children: Doctrine\ORM\PersistentCollection {#5139 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7173 +label: " ループバッグ" +value: "589" +data: Eccube\Entity\Category {#5140 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#5133 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5134 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5141 …} -Children: Doctrine\ORM\PersistentCollection {#5144 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7174 +label: " リトルバッグ グリーン" +value: "586" +data: Eccube\Entity\Category {#5149 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#5147 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5148 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5150 …} -Children: Doctrine\ORM\PersistentCollection {#5153 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7175 +label: " キュートバッグ" +value: "584" +data: Eccube\Entity\Category {#5156 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#5154 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5155 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5157 …} -Children: Doctrine\ORM\PersistentCollection {#5160 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7176 +label: " ドルチェバッグ マチ広ビニールバッグ" +value: "579" +data: Eccube\Entity\Category {#5163 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#5161 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5162 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5164 …} -Children: Doctrine\ORM\PersistentCollection {#5167 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7177 +label: " チャック付ループ袋" +value: "578" +data: Eccube\Entity\Category {#5170 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#5168 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5169 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5171 …} -Children: Doctrine\ORM\PersistentCollection {#5174 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7178 +label: " ファッションバッグ (小判抜き手穴付 ビニールバッグ)" +value: "543" +data: Eccube\Entity\Category {#5177 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#5175 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5176 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5178 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7179 +label: " お買い物バッグ (レジ袋風ビニールバッグ)" +value: "542" +data: Eccube\Entity\Category {#5184 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#5182 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5183 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5185 …} -Children: Doctrine\ORM\PersistentCollection {#5188 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7180 +label: " お徳用バッグ" +value: "541" +data: Eccube\Entity\Category {#5191 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#5189 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5190 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5192 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7181 +label: " ポリ手提袋" +value: "540" +data: Eccube\Entity\Category {#5198 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#5196 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5197 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5199 …} -Children: Doctrine\ORM\PersistentCollection {#5202 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7182 +label: " 片ナップ巾着袋" +value: "539" +data: Eccube\Entity\Category {#5205 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#5203 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5204 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5209 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7183 +label: " 巾着袋" +value: "538" +data: Eccube\Entity\Category {#5212 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#5210 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5211 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5135} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7184 +label: "ペーパー・植物素材" +value: "96" +data: Eccube\Entity\Category {#5219 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#5145 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5146 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5220 …} -Children: Doctrine\ORM\PersistentCollection {#5223 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7185 +label: " ペーパーバッグレースィ" +value: "591" +data: Eccube\Entity\Category {#5224 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#5217 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5218 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5225 …} -Children: Doctrine\ORM\PersistentCollection {#5228 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7186 +label: " ハンディーバッグ【小物用】" +value: "588" +data: Eccube\Entity\Category {#5233 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#5231 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5232 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5237 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7187 +label: " ペーパーバック クラフト" +value: "556" +data: Eccube\Entity\Category {#5240 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#5238 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5239 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5244 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7188 +label: " ペーパーバッグ" +value: "548" +data: Eccube\Entity\Category {#5247 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#5245 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5246 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5251 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7189 +label: " カラーバッグ" +value: "547" +data: Eccube\Entity\Category {#5254 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#5252 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5253 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5258 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7190 +label: " 手提げ袋" +value: "546" +data: Eccube\Entity\Category {#5261 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#5259 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5260 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5265 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7191 +label: " キャリングバッグ" +value: "545" +data: Eccube\Entity\Category {#5268 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#5266 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5267 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5219} -Creator: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7192 +label: " 植物繊維(ジュート)製品" +value: "623" +data: Eccube\Entity\Category {#5275 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#5273 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#5274 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5219} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7193 +label: "コットン素材" +value: "97" +data: Eccube\Entity\Category {#5282 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#5230 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5229 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7194 +label: " コットンバッグ" +value: "629" +data: Eccube\Entity\Category {#5287 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#5280 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#5281 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5288 …} -Children: Doctrine\ORM\PersistentCollection {#5291 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7195 +label: " キャンバスバッグ" +value: "628" +data: Eccube\Entity\Category {#5296 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#5294 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#5295 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5282} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7196 +label: "ポリマルシェバッグ" +value: "88" +data: Eccube\Entity\Category {#5301 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#5293 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5292 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7197 +label: "専門店向け資材" +value: "98" +data: Eccube\Entity\Category {#5310 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#5306 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5307 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7198 +label: " 無料配布対応シール" +value: "594" +data: Eccube\Entity\Category {#5315 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#5308 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5309 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5316 …} -Children: Doctrine\ORM\PersistentCollection {#5319 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7199 +label: " ハンガー" +value: "592" +data: Eccube\Entity\Category {#5324 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#5322 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5323 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5325 …} -Children: Doctrine\ORM\PersistentCollection {#5328 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7200 +label: " ラッピング袋" +value: "585" +data: Eccube\Entity\Category {#5331 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#5329 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5330 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5332 …} -Children: Doctrine\ORM\PersistentCollection {#5335 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7201 +label: " 封印シール" +value: "570" +data: Eccube\Entity\Category {#5338 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#5336 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5337 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7202 +label: " 商品券ケース" +value: "569" +data: Eccube\Entity\Category {#5345 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#5343 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5344 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5346 …} -Children: Doctrine\ORM\PersistentCollection {#5349 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7203 +label: " 商品券" +value: "568" +data: Eccube\Entity\Category {#5352 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#5350 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5351 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7204 +label: " のぼり用ポール" +value: "567" +data: Eccube\Entity\Category {#5359 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#5357 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5358 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7205 +label: " タンク式ポールスタンド(白)" +value: "566" +data: Eccube\Entity\Category {#5366 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#5364 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5365 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7206 +label: " ネクタイ袋" +value: "561" +data: Eccube\Entity\Category {#5373 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#5371 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5372 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5374 …} -Children: Doctrine\ORM\PersistentCollection {#5377 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7207 +label: " グラシン紙" +value: "560" +data: Eccube\Entity\Category {#5380 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#5378 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5379 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7208 +label: " ラッピング不織布50m巻" +value: "559" +data: Eccube\Entity\Category {#5387 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#5385 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5386 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7209 +label: " ラッピング不織布" +value: "558" +data: Eccube\Entity\Category {#5394 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#5392 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5393 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5310} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7210 +label: "洋服函" +value: "99" +data: Eccube\Entity\Category {#5399 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#5321 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5320 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7211 +label: "テーラーバッグ・カバー" +value: "100" +data: Eccube\Entity\Category {#5406 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#5404 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5405 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5407 …} -Children: Doctrine\ORM\PersistentCollection {#5410 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7212 +label: "文庫紙・呉服函" +value: "101" +data: Eccube\Entity\Category {#5415 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#5411 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5412 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7213 +label: " 呉服札・下札" +value: "595" +data: Eccube\Entity\Category {#5420 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#5413 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5414 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5421 …} -Children: Doctrine\ORM\PersistentCollection {#5424 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7214 +label: " 文庫紙(87cm)" +value: "577" +data: Eccube\Entity\Category {#5429 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#5427 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5428 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7215 +label: " 文庫紙(64cm)" +value: "576" +data: Eccube\Entity\Category {#5436 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#5434 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5435 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5437 …} -Children: Doctrine\ORM\PersistentCollection {#5440 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7216 +label: " 御のこりぎれ袋" +value: "575" +data: Eccube\Entity\Category {#5443 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#5441 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5442 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7217 +label: " 呉服函" +value: "574" +data: Eccube\Entity\Category {#5450 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#5448 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5449 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7218 +label: " 特別呉服函セット" +value: "573" +data: Eccube\Entity\Category {#5457 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#5455 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5456 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5415} -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7219 +label: "ペーパーディスプレイ・ミニチュアモデル" +value: "103" +data: Eccube\Entity\Category {#5464 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#5426 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5425 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5465 …} -Children: Doctrine\ORM\PersistentCollection {#5468 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7220 +label: " ミニチュアモデル" +value: "614" +data: Eccube\Entity\Category {#5469 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#5462 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#5463 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7221 +label: " ペーパーディスプレイ" +value: "613" +data: Eccube\Entity\Category {#5478 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#5476 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#5477 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7222 +label: "ボックス・パッケージ" +value: "104" +data: Eccube\Entity\Category {#5485 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#5475 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5474 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7223 +label: " フードボックス" +value: "627" +data: Eccube\Entity\Category {#5490 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#5483 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#5484 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5491 …} -Children: Doctrine\ORM\PersistentCollection {#5494 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7224 +label: " フルーツ箱" +value: "626" +data: Eccube\Entity\Category {#5499 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#5497 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#5498 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7225 +label: " メモリアルボックス" +value: "625" +data: Eccube\Entity\Category {#5506 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#5504 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#5505 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7226 +label: " 酒ボックス" +value: "624" +data: Eccube\Entity\Category {#5513 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#5511 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#5512 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7227 +label: " 洋服函" +value: "618" +data: Eccube\Entity\Category {#5522 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#5518 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#5519 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7228 +label: " SEシリーズ" +value: "621" +data: Eccube\Entity\Category {#5527 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#5520 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#5521 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7229 +label: " YEシリーズ" +value: "620" +data: Eccube\Entity\Category {#5536 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#5534 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#5535 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7230 +label: " YTシリーズ" +value: "619" +data: Eccube\Entity\Category {#5543 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#5541 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#5542 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7231 +label: " パルケース" +value: "612" +data: Eccube\Entity\Category {#5548 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#5532 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#5533 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7232 +label: " 毛布箱MM" +value: "611" +data: Eccube\Entity\Category {#5555 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#5553 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#5554 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7233 +label: " 毛布箱M" +value: "610" +data: Eccube\Entity\Category {#5562 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#5560 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#5561 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7234 +label: " ギフトボックス Jシリーズ" +value: "609" +data: Eccube\Entity\Category {#5569 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#5567 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#5568 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7235 +label: " ギフトボックス Sシリーズ" +value: "608" +data: Eccube\Entity\Category {#5576 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#5574 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#5575 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5485} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7236 +label: "リサイクル素材" +value: "114" +data: Eccube\Entity\Category {#5583 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#5496 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5495 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7237 +label: " エコピーバッグ" +value: "544" +data: Eccube\Entity\Category {#5588 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#5581 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#5582 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 {#5583} -Creator: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7238 +label: " ポリマルシェバッグ" +value: "597" +data: Eccube\Entity\Category {#5597 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#5595 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#5596 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7239 +label: "ダンボールケース" +value: "596" +data: Eccube\Entity\Category {#5602 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#5594 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5593 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5603 …} -Children: Doctrine\ORM\PersistentCollection {#5606 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7240 +label: "スリング" +value: "598" +data: Eccube\Entity\Category {#5611 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#5607 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5608 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7241 +label: " ベルトスリング" +value: "601" +data: Eccube\Entity\Category {#5616 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#5609 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#5610 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7242 +label: " ソフトスリング" +value: "600" +data: Eccube\Entity\Category {#5625 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#5623 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#5624 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7243 +label: " フック付きスリング" +value: "599" +data: Eccube\Entity\Category {#5632 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#5630 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#5631 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7244 +label: "ラッシングベルト" +value: "602" +data: Eccube\Entity\Category {#5639 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#5621 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5622 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7245 +label: " ボコパット" +value: "607" +data: Eccube\Entity\Category {#5644 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#5637 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#5638 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5648 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7246 +label: " KM50シリーズ" +value: "606" +data: Eccube\Entity\Category {#5653 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#5651 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#5652 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7247 +label: " LX50シリーズ" +value: "605" +data: Eccube\Entity\Category {#5660 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#5658 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#5659 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7248 +label: " LV50シリーズ" +value: "604" +data: Eccube\Entity\Category {#5667 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#5665 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#5666 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7249 +label: " LV25シリーズ" +value: "603" +data: Eccube\Entity\Category {#5674 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#5672 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#5673 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5639} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7250 +label: "カレンダー" +value: "124" +data: Eccube\Entity\Category {#5679 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#5649 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#5650 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5680 …} -Children: Doctrine\ORM\PersistentCollection {#5683 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5070 …} } +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 {#7151 -form: Symfony\Component\Form\Form {#7138 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7150 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#7157 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4483 …} } |
| 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) {#7118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4169 …} } |
| 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() {#7129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4213 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#7126 …} } } |
| 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 {#7251 -form: Symfony\Component\Form\Form {#7141 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7156 …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 | "" |