- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 177
- Events
- Routing
- Cache
- Translation 31
- Security
- Twig
- Doctrine
- Migrations
- 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
-
_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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3611 …} } } |
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 {#3949 -form: Symfony\Component\Form\Form {#3777 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3948 …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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3645 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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 {#3642 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3643 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#3634 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3641 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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() {#3647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3646 …} } } |
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 {#3953 -form: Symfony\Component\Form\Form {#3802 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#3952 …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 {#3654 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3634 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3641 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3654 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3634 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3641 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#3654 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3634 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3641 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3781 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3782 …} } } |
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 {#3979 -form: Symfony\Component\Form\Form {#3805 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3978 …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 {#3655 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3642 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3643 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3655 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3642 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3643 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#3655 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3642 +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 +payload: null } Symfony\Component\Validator\Constraints\Regex {#3643 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3792 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3793 …} } } |
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 {#3980 -form: Symfony\Component\Form\Form {#3808 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3981 …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 | 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 | 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3665 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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 {#3662 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3663 +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 +payload: 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_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#3660 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3661 +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 +payload: 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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3666 …} } } |
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 {#3976 -form: Symfony\Component\Form\Form {#3833 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#3977 …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 | false |
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\Regex {#3660 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3661 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#3660 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3661 +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 +payload: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
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\Regex {#3660 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3661 +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 +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3812 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3814 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3813 …} } } |
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 {#3985 -form: Symfony\Component\Form\Form {#3836 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3984 …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 | false |
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\Regex {#3662 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3663 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#3662 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3663 +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 +payload: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
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\Regex {#3662 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3663 +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 +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3823 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3825 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3824 …} } } |
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 {#3986 -form: Symfony\Component\Form\Form {#3839 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3987 …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 | false |
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 {#3699 +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 +payload: null } Symfony\Component\Validator\Constraints\Type {#3700 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3696 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3697 …} } } |
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 {#3983 -form: Symfony\Component\Form\Form {#3842 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3982 …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 {#3714 +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 +payload: null } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
addr02_name | "addr02" |
addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#3715 +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 +payload: null } ] "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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3717 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3718 …} } } |
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 {#3989 -form: Symfony\Component\Form\Form {#3925 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3988 …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 {#3874 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3905 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3888 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3887 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3889 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3893 -om: ContainerZQ1SpcA\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#374 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3144 …} -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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerZQ1SpcA\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#374 …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 {#3893 -om: ContainerZQ1SpcA\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#374 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3144 …} -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 {#3882 -_em: Doctrine\ORM\EntityManager {#345 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3884 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3885 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3886 #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 {#3883 …} -_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() {#3880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3877 …} } } |
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 {#3994 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#4011 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3996 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4012 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3998 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4013 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4001 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4014 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4000 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4015 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3995 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4016 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4017 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4018 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4004 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4019 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3997 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4020 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4021 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4057 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4022 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4058 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4023 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4024 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4025 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4026 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4027 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4028 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4029 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4030 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4031 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4067 +label: "静岡県" +value: "22" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3181 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4068 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4032 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4069 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4033 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4070 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4034 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4071 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4035 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4036 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4037 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4038 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4039 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4040 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4041 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4042 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4043 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4044 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4045 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4046 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4047 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4048 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4049 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4050 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4051 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4052 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4053 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4054 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4055 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4092 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4056 …} +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 {#3993 -form: Symfony\Component\Form\Form {#3928 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3992 …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) {#4094 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3848 …} } |
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 {#3714 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3714 +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 +payload: null } ] |
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 {#3714 +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 +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3898 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3897 …} } } |
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 {#4095 -form: Symfony\Component\Form\Form {#3931 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4096 …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 {#3715 +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 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3715 +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 +payload: null } ] |
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 {#3715 +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 +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3915 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3916 …} } } |
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 {#4097 -form: Symfony\Component\Form\Form {#3934 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4098 …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 {#3735 +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 +payload: null } Symfony\Component\Validator\Constraints\Type {#3736 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3732 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3733 …} } } |
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 {#3990 -form: Symfony\Component\Form\Form {#3937 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3991 …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 {#3619 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#3620 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3619 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#3620 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: 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 {#3619 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#3620 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3752 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3751 …} } } |
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 {#4100 -form: Symfony\Component\Form\Form {#3940 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4099 …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 {#3621 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3622 +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: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3621 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3622 +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: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#3621 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#3622 +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: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3767 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#3769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#3768 …} } } |
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 {#4101 -form: Symfony\Component\Form\Form {#3943 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4102 …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 | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "124b8.pKLJ_DNSet6yNTREnePsxHnQ6Uk1DVr6TwAL_DUApaA.k8v5pnxlEJ33Rl4jzoG1lhbjkQ18R2-iCnhDkHdF8uHw1r-YcGoCkIFkUw" |
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 | "124b8.pKLJ_DNSet6yNTREnePsxHnQ6Uk1DVr6TwAL_DUApaA.k8v5pnxlEJ33Rl4jzoG1lhbjkQ18R2-iCnhDkHdF8uHw1r-YcGoCkIFkUw" |
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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data | "124b8.pKLJ_DNSet6yNTREnePsxHnQ6Uk1DVr6TwAL_DUApaA.k8v5pnxlEJ33Rl4jzoG1lhbjkQ18R2-iCnhDkHdF8uHw1r-YcGoCkIFkUw" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4107 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#4109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#4106 …} } } |
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 | "124b8.pKLJ_DNSet6yNTREnePsxHnQ6Uk1DVr6TwAL_DUApaA.k8v5pnxlEJ33Rl4jzoG1lhbjkQ18R2-iCnhDkHdF8uHw1r-YcGoCkIFkUw" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#4121 -form: Symfony\Component\Form\Form {#4116 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4110 …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 | "124b8.pKLJ_DNSet6yNTREnePsxHnQ6Uk1DVr6TwAL_DUApaA.k8v5pnxlEJ33Rl4jzoG1lhbjkQ18R2-iCnhDkHdF8uHw1r-YcGoCkIFkUw" |
(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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#4406 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#4407 …} } } |
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 {#5678 -form: Symfony\Component\Form\Form {#5667 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5679 …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 {#4489 -id: 104 -name: "オフィス事務機器" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1680161045 {#4521 date: 2023-03-30 16:24:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4519 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#4771 -id: 138 -name: "フリーアドレスデスク" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1680163259 {#4517 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163259 {#4515 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4761 -id: 137 -name: "ワークデスク" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1680163193 {#4763 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163193 {#4762 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4757 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4754 -id: 136 -name: "オフィスデスク" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1680163178 {#4756 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163178 {#4755 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4750 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4747 -id: 135 -name: "ワゴン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1680163159 {#4749 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163159 {#4748 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4516 -id: 134 -name: "デスクトップパネル" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1680163148 {#4742 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163148 {#4510 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4729 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4733 -id: 133 -name: "セミナーデスク・シェルフ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1680163132 {#4731 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163132 {#4732 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4740 -id: 132 -name: "オフィスチェア・クロス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1680162937 {#4738 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162937 {#4739 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4741 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4780 -id: 131 -name: "オフィスチェア・メッシュ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1680162924 {#4778 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162924 {#4779 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4787 -id: 130 -name: "オフィスチェア・レザー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1680162900 {#4785 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162900 {#4786 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4794 -id: 129 -name: "ゲーミングチェア" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1680162859 {#4792 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162859 {#4793 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4801 -id: 128 -name: "メディカルチェア" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1680162845 {#4799 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162845 {#4800 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4808 -id: 127 -name: "マネージャーズチェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1680162807 {#4806 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162807 {#4807 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4815 -id: 126 -name: "オフィスチェア・リプロダクト" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1680162775 {#4813 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162775 {#4814 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4822 -id: 125 -name: "ソファー・テーブル・スツール" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1680162668 {#4820 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162668 {#4821 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4829 -id: 124 -name: "センターテーブル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1680162609 {#4827 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162609 {#4828 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4836 -id: 123 -name: "テスク・キャビネット" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1680162595 {#4834 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162595 {#4835 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4843 -id: 122 -name: "ミーティングテーブル" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1680162537 {#4841 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162537 {#4842 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4850 -id: 121 -name: "スタッキングテーブル" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1680162506 {#4848 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162506 {#4849 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4857 -id: 120 -name: "スタッキングチェア・台車" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1680162485 {#4855 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162485 {#4856 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4864 -id: 119 -name: "ミーティングチェア・ハイスツール" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1680162457 {#4862 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162457 {#4863 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4871 -id: 118 -name: "折りたたみテーブル・イス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1680162404 {#4869 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162404 {#4870 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4878 -id: 117 -name: "ローパーテーション" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1680162379 {#4876 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162379 {#4877 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4885 -id: 116 -name: "キャビネット・ロッカー・カウンター" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1680162227 {#4883 date: 2023-03-30 16:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162358 {#4884 date: 2023-03-30 16:45:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4892 -id: 115 -name: "システムキャビネット・移動ラック" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1680162213 {#4890 date: 2023-03-30 16:43:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162323 {#4891 date: 2023-03-30 16:45:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4899 -id: 114 -name: "ホワイトボード" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1680162116 {#4897 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162116 {#4898 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4906 -id: 113 -name: "セーフティBOX(金庫)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1680162055 {#4904 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162055 {#4905 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4913 -id: 112 -name: "木製チェア" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1680162021 {#4911 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162021 {#4912 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4920 -id: 111 -name: "居室収納・フリーシェルフ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1680161847 {#4918 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161847 {#4919 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4927 -id: 110 -name: "床頭台・フレキシブルBOX" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1680161613 {#4925 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161613 {#4926 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4934 -id: 109 -name: "木製テーブル" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1680161486 {#4932 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161486 {#4933 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4941 -id: 108 -name: "木製ロッカー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1680161455 {#4939 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161455 {#4940 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4948 -id: 107 -name: "固定脚テーブル" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1680161433 {#4946 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161433 {#4947 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4955 -id: 106 -name: "昇降テーブル" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1680161414 {#4953 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161414 {#4954 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4962 -id: 105 -name: "施設用備品" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1680161378 {#4960 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161378 {#4961 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4969 -id: 10 -name: "シンク・作業台" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1678149426 {#4764 date: 2023-03-07 09:37:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4765 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#4974 -id: 39 -name: "1槽シンク" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1678946723 {#4967 date: 2023-03-16 15:05:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4968 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4975 …} -Children: Doctrine\ORM\PersistentCollection {#4978 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4983 -id: 40 -name: "1槽水切シンク" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1678946756 {#4981 date: 2023-03-16 15:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4982 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4990 -id: 45 -name: "1槽キャビネットシンク" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1678948787 {#4988 date: 2023-03-16 15:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4989 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4997 -id: 46 -name: "1槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1678948818 {#4995 date: 2023-03-16 15:40:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4996 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5004 -id: 41 -name: "2層シンク" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1678946790 {#5002 date: 2023-03-16 15:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5003 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5011 -id: 42 -name: "2槽水切シンク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1678946900 {#5009 date: 2023-03-16 15:08:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5010 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5018 -id: 47 -name: "2槽キャビネットシンク" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1678948846 {#5016 date: 2023-03-16 15:40:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5017 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5025 -id: 48 -name: "2槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1678948869 {#5023 date: 2023-03-16 15:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5024 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5032 -id: 43 -name: "3槽シンク" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1678946922 {#5030 date: 2023-03-16 15:08:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5031 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5039 -id: 49 -name: "3槽キャビネットシンク" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1678948894 {#5037 date: 2023-03-16 15:41:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5038 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5046 -id: 44 -name: "舟形シンク" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1678946942 {#5044 date: 2023-03-16 15:09:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5045 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5053 -id: 50 -name: "舟形キャビネットシンク" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1678948948 {#5051 date: 2023-03-16 15:42:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5052 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5060 -id: 51 -name: "水切キャビネット" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1678948965 {#5058 date: 2023-03-16 15:42:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5059 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5067 -id: 52 -name: "ダストキャビネット" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1678948991 {#5065 date: 2023-03-16 15:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5066 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5074 -id: 53 -name: "作業台・ガス台" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1678949134 {#5072 date: 2023-03-16 15:45:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5073 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5081 -id: 54 -name: "三方枠作業台・ガス台" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1678950304 {#5079 date: 2023-03-16 16:05:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5080 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5088 -id: 55 -name: "作業台2段スノコ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1678950637 {#5086 date: 2023-03-16 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5087 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5095 -id: 56 -name: "片面引き出し付作業台" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1678950745 {#5093 date: 2023-03-16 16:12:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5094 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5102 -id: 57 -name: "両面引き出し付作業台" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1678950800 {#5100 date: 2023-03-16 16:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5101 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5109 -id: 58 -name: "縦型引き出し付作業台" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1678951716 {#5107 date: 2023-03-16 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5108 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5116 -id: 59 -name: "水切台・ダスト台" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1678951816 {#5114 date: 2023-03-16 16:30:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5115 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5123 -id: 60 -name: "パンラック" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1678951837 {#5121 date: 2023-03-16 16:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5122 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5130 -id: 61 -name: "キャビネット 調理台・ガス台" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1678951987 {#5128 date: 2023-03-16 16:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5129 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5137 -id: 62 -name: "食器戸棚" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1678952079 {#5135 date: 2023-03-16 16:34:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5136 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5144 -id: 63 -name: "吊戸棚" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1678952125 {#5142 date: 2023-03-16 16:35:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5143 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5151 -id: 64 -name: "パイプ棚・平棚" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1678952361 {#5149 date: 2023-03-16 16:39:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5150 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5158 -id: 65 -name: "吊下棚・2段平棚" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1678955522 {#5156 date: 2023-03-16 17:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5157 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5165 -id: 66 -name: "ポータブル" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1678955533 {#5163 date: 2023-03-16 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5164 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5172 -id: 67 -name: "ワイヤーシェルフ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1679530988 {#5170 date: 2023-03-23 09:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5171 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5179 -id: 68 -name: "ソリッドシェルフ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1679531004 {#5177 date: 2023-03-23 09:23:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5178 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5186 -id: 72 -name: "コーナー台・移動台" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1679533679 {#5184 date: 2023-03-23 10:07:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5185 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5193 -id: 71 -name: "そば釜システム製品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1679532702 {#5191 date: 2023-03-23 09:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5192 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5200 -id: 73 -name: "掃除用具ロッカー" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1679533820 {#5198 date: 2023-03-23 10:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5199 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5207 -id: 75 -name: "冷蔵・冷凍機器" -hierarchy: 1 -sort_no: 98 -create_date: DateTime @1679647468 {#4979 date: 2023-03-24 17:44:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4980 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5212 -id: 76 -name: "冷蔵庫" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1679647519 {#5205 date: 2023-03-24 17:45:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5206 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5221 -id: 77 -name: "冷凍冷蔵庫" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1679647536 {#5219 date: 2023-03-24 17:45:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5220 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5228 -id: 78 -name: "冷凍庫" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1679647552 {#5226 date: 2023-03-24 17:45:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5227 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5235 -id: 79 -name: "冷凍ストッカー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1679647595 {#5233 date: 2023-03-24 17:46:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5234 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5242 -id: 80 -name: "超低温冷凍ストッカー" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1679647610 {#5240 date: 2023-03-24 17:46:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5241 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5249 -id: 81 -name: "冷凍ショーケース" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1679647678 {#5247 date: 2023-03-24 17:47:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5248 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5256 -id: 82 -name: "冷蔵ショーケース" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1679647754 {#5254 date: 2023-03-24 17:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5255 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5263 -id: 85 -name: "製氷機" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1679884677 {#5261 date: 2023-03-27 11:37:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5262 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5270 -id: 86 -name: "ブラストチラー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1679884707 {#5268 date: 2023-03-27 11:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5269 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5277 -id: 87 -name: "アイススライサー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1679884719 {#5275 date: 2023-03-27 11:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5276 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5284 -id: 88 -name: "ワインセラー・ワインクーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1679884831 {#5282 date: 2023-03-27 11:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5283 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5291 -id: 32 -name: "洗浄機器" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1678414381 {#5217 date: 2023-03-10 11:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5218 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5296 -id: 74 -name: "ブースター・貯湯タンク" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1679630848 {#5289 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679630848 {#5290 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5303 -id: 34 -name: "消毒機器" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1678415438 {#5301 date: 2023-03-10 11:30:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5302 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5312 -id: 8 -name: "熱機器・保温機器" -hierarchy: 1 -sort_no: 95 -create_date: DateTime @1677820957 {#5308 date: 2023-03-03 14:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5309 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5317 -id: 84 -name: "鉄板焼テーブル" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1679648679 {#5310 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648679 {#5311 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5326 -id: 35 -name: "鋳物コンロ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1678416156 {#5324 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678416156 {#5325 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5333 -id: 30 -name: "無煙ロースター・他" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1678348241 {#5331 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348241 {#5332 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5340 -id: 29 -name: "ウォーマー・ホットショーケース" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1678348192 {#5338 date: 2023-03-09 16:49:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648891 {#5339 date: 2023-03-24 18:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5347 -id: 28 -name: "温蔵庫" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1678348175 {#5345 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348175 {#5346 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5354 -id: 27 -name: "蒸し器" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1678348154 {#5352 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348154 {#5353 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5361 -id: 26 -name: "バーナー" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1678347988 {#5359 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347988 {#5360 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5368 -id: 25 -name: "電磁調理器" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1678347977 {#5366 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347977 {#5367 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5375 -id: 24 -name: "テーブルコンロ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1678347955 {#5373 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347955 {#5374 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5382 -id: 23 -name: "回転釜" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1678347943 {#5380 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347943 {#5381 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5389 -id: 22 -name: "回転炒め器" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1678347850 {#5387 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347850 {#5388 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5396 -id: 21 -name: "グリドル" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1678347828 {#5394 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347828 {#5395 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5403 -id: 20 -name: "ゆで麺機" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1678347815 {#5401 date: 2023-03-09 16:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678411460 {#5402 date: 2023-03-10 10:24:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5410 -id: 19 -name: "中華レンジ" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1678347786 {#5408 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347786 {#5409 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5417 -id: 18 -name: "電磁レンジ・テーブル・スープ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1678347769 {#5415 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347769 {#5416 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5424 -id: 17 -name: "ガスレンジ・ガステーブル" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1678347637 {#5422 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347637 {#5423 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5431 -id: 16 -name: "餃子焼器" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1678347603 {#5429 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347603 {#5430 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5438 -id: 15 -name: "焼物器・グリラー" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1678347548 {#5436 date: 2023-03-09 16:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678410320 {#5437 date: 2023-03-10 10:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5445 -id: 14 -name: "フライヤー" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1678347519 {#5443 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347519 {#5444 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5452 -id: 13 -name: "電子レンジ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1678347506 {#5450 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347506 {#5451 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5459 -id: 12 -name: "オーブン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1678347484 {#5457 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347484 {#5458 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5466 -id: 7 -name: "フードマシーン・ミキサー" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1677820883 {#5322 date: 2023-03-03 14:21:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5323 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5471 -id: 142 -name: "キッチンエイド" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1732070620 {#5464 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070620 {#5465 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5466} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5478 -id: 102 -name: "精肉機器" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1679991661 {#5476 date: 2023-03-28 17:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5477 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5485 -id: 31 -name: "炊飯機器" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1678414018 {#5483 date: 2023-03-10 11:06:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5484 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5492 -id: 83 -name: "ベーカリー機器" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1679648526 {#5490 date: 2023-03-24 18:02:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5491 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5501 -id: 9 -name: "真空包装機" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1677825167 {#5497 date: 2023-03-03 15:32:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5498 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5506 -id: 139 -name: "TOSEI" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1680851159 {#5499 date: 2023-04-07 16:05:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5500 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5515 -id: 140 -name: "フィルム・オイル" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1680851313 {#5513 date: 2023-04-07 16:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5514 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5522 -id: 38 -name: "店舗用品" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1678864552 {#5512 date: 2023-03-15 16:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5511 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5527 -id: 101 -name: "店舗用・イス・テーブル" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1679990898 {#5520 date: 2023-03-28 17:08:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679990898 {#5521 date: 2023-03-28 17:08:18.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 {#4768 …} } Eccube\Entity\Category {#5536 -id: 100 -name: "シーラー" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1679989250 {#5534 date: 2023-03-28 16:40:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989250 {#5535 date: 2023-03-28 16:40:50.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 {#4768 …} } Eccube\Entity\Category {#5543 -id: 99 -name: "温度計" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1679989177 {#5541 date: 2023-03-28 16:39:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989177 {#5542 date: 2023-03-28 16:39:37.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 {#4768 …} } Eccube\Entity\Category {#5550 -id: 98 -name: "包丁" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1679981502 {#5548 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679981502 {#5549 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5557 -id: 95 -name: "フライパン" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1679979696 {#5555 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979696 {#5556 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5564 -id: 94 -name: "圧力鍋" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1679979156 {#5562 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979156 {#5563 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5571 -id: 93 -name: "おでん鍋" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1679979122 {#5569 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979122 {#5570 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5578 -id: 92 -name: "ワイングラス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1679979054 {#5576 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979054 {#5577 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5585 -id: 91 -name: "抗菌まな板" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1679979005 {#5583 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979005 {#5584 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5592 -id: 90 -name: "鍋・寸胴鍋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1679978935 {#5590 date: 2023-03-28 13:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979289 {#5591 date: 2023-03-28 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5599 -id: 36 -name: "サービス機器" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1678422040 {#5533 date: 2023-03-10 13:20:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5532 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5604 -id: 103 -name: "コーヒー・エスプレッソ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1679992185 {#5597 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679992185 {#5598 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5613 -id: 96 -name: "コールシステム" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1679979850 {#5611 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979850 {#5612 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5620 -id: 89 -name: "飾台・皿・卓上器物" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1679978864 {#5618 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679978864 {#5619 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5627 -id: 33 -name: "配膳・配送機器" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1678415238 {#5609 date: 2023-03-10 11:27:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5610 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5632 -id: 70 -name: "オールマイティーカート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1679531530 {#5625 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531530 {#5626 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5641 -id: 69 -name: "配膳カート" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1679531473 {#5639 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531473 {#5640 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5646 -id: 11 -name: "キッチンサプライ" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1678336281 {#5638 date: 2023-03-09 13:31:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5637 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5653 -id: 97 -name: "住宅設備機器" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1679980145 {#5651 date: 2023-03-28 14:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5652 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } ] |
[ Eccube\Entity\Category {#4489 -id: 104 -name: "オフィス事務機器" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1680161045 {#4521 date: 2023-03-30 16:24:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4519 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#4771 -id: 138 -name: "フリーアドレスデスク" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1680163259 {#4517 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163259 {#4515 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4761 -id: 137 -name: "ワークデスク" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1680163193 {#4763 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163193 {#4762 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4757 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4754 -id: 136 -name: "オフィスデスク" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1680163178 {#4756 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163178 {#4755 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4750 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4747 -id: 135 -name: "ワゴン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1680163159 {#4749 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163159 {#4748 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4516 -id: 134 -name: "デスクトップパネル" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1680163148 {#4742 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163148 {#4510 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4729 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4733 -id: 133 -name: "セミナーデスク・シェルフ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1680163132 {#4731 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163132 {#4732 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4740 -id: 132 -name: "オフィスチェア・クロス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1680162937 {#4738 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162937 {#4739 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4741 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4780 -id: 131 -name: "オフィスチェア・メッシュ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1680162924 {#4778 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162924 {#4779 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4787 -id: 130 -name: "オフィスチェア・レザー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1680162900 {#4785 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162900 {#4786 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4794 -id: 129 -name: "ゲーミングチェア" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1680162859 {#4792 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162859 {#4793 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4801 -id: 128 -name: "メディカルチェア" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1680162845 {#4799 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162845 {#4800 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4808 -id: 127 -name: "マネージャーズチェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1680162807 {#4806 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162807 {#4807 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4815 -id: 126 -name: "オフィスチェア・リプロダクト" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1680162775 {#4813 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162775 {#4814 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4822 -id: 125 -name: "ソファー・テーブル・スツール" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1680162668 {#4820 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162668 {#4821 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4829 -id: 124 -name: "センターテーブル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1680162609 {#4827 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162609 {#4828 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4836 -id: 123 -name: "テスク・キャビネット" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1680162595 {#4834 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162595 {#4835 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4843 -id: 122 -name: "ミーティングテーブル" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1680162537 {#4841 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162537 {#4842 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4850 -id: 121 -name: "スタッキングテーブル" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1680162506 {#4848 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162506 {#4849 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4857 -id: 120 -name: "スタッキングチェア・台車" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1680162485 {#4855 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162485 {#4856 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4864 -id: 119 -name: "ミーティングチェア・ハイスツール" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1680162457 {#4862 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162457 {#4863 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4871 -id: 118 -name: "折りたたみテーブル・イス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1680162404 {#4869 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162404 {#4870 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4878 -id: 117 -name: "ローパーテーション" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1680162379 {#4876 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162379 {#4877 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4885 -id: 116 -name: "キャビネット・ロッカー・カウンター" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1680162227 {#4883 date: 2023-03-30 16:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162358 {#4884 date: 2023-03-30 16:45:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4892 -id: 115 -name: "システムキャビネット・移動ラック" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1680162213 {#4890 date: 2023-03-30 16:43:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162323 {#4891 date: 2023-03-30 16:45:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4899 -id: 114 -name: "ホワイトボード" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1680162116 {#4897 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162116 {#4898 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4906 -id: 113 -name: "セーフティBOX(金庫)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1680162055 {#4904 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162055 {#4905 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4913 -id: 112 -name: "木製チェア" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1680162021 {#4911 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162021 {#4912 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4920 -id: 111 -name: "居室収納・フリーシェルフ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1680161847 {#4918 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161847 {#4919 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4927 -id: 110 -name: "床頭台・フレキシブルBOX" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1680161613 {#4925 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161613 {#4926 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4934 -id: 109 -name: "木製テーブル" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1680161486 {#4932 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161486 {#4933 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4941 -id: 108 -name: "木製ロッカー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1680161455 {#4939 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161455 {#4940 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4948 -id: 107 -name: "固定脚テーブル" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1680161433 {#4946 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161433 {#4947 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4955 -id: 106 -name: "昇降テーブル" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1680161414 {#4953 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161414 {#4954 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4962 -id: 105 -name: "施設用備品" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1680161378 {#4960 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161378 {#4961 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4969 -id: 10 -name: "シンク・作業台" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1678149426 {#4764 date: 2023-03-07 09:37:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4765 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#4974 -id: 39 -name: "1槽シンク" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1678946723 {#4967 date: 2023-03-16 15:05:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4968 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4975 …} -Children: Doctrine\ORM\PersistentCollection {#4978 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4983 -id: 40 -name: "1槽水切シンク" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1678946756 {#4981 date: 2023-03-16 15:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4982 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4990 -id: 45 -name: "1槽キャビネットシンク" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1678948787 {#4988 date: 2023-03-16 15:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4989 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4997 -id: 46 -name: "1槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1678948818 {#4995 date: 2023-03-16 15:40:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4996 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5004 -id: 41 -name: "2層シンク" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1678946790 {#5002 date: 2023-03-16 15:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5003 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5011 -id: 42 -name: "2槽水切シンク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1678946900 {#5009 date: 2023-03-16 15:08:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5010 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5018 -id: 47 -name: "2槽キャビネットシンク" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1678948846 {#5016 date: 2023-03-16 15:40:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5017 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5025 -id: 48 -name: "2槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1678948869 {#5023 date: 2023-03-16 15:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5024 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5032 -id: 43 -name: "3槽シンク" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1678946922 {#5030 date: 2023-03-16 15:08:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5031 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5039 -id: 49 -name: "3槽キャビネットシンク" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1678948894 {#5037 date: 2023-03-16 15:41:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5038 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5046 -id: 44 -name: "舟形シンク" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1678946942 {#5044 date: 2023-03-16 15:09:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5045 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5053 -id: 50 -name: "舟形キャビネットシンク" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1678948948 {#5051 date: 2023-03-16 15:42:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5052 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5060 -id: 51 -name: "水切キャビネット" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1678948965 {#5058 date: 2023-03-16 15:42:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5059 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5067 -id: 52 -name: "ダストキャビネット" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1678948991 {#5065 date: 2023-03-16 15:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5066 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5074 -id: 53 -name: "作業台・ガス台" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1678949134 {#5072 date: 2023-03-16 15:45:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5073 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5081 -id: 54 -name: "三方枠作業台・ガス台" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1678950304 {#5079 date: 2023-03-16 16:05:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5080 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5088 -id: 55 -name: "作業台2段スノコ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1678950637 {#5086 date: 2023-03-16 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5087 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5095 -id: 56 -name: "片面引き出し付作業台" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1678950745 {#5093 date: 2023-03-16 16:12:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5094 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5102 -id: 57 -name: "両面引き出し付作業台" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1678950800 {#5100 date: 2023-03-16 16:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5101 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5109 -id: 58 -name: "縦型引き出し付作業台" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1678951716 {#5107 date: 2023-03-16 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5108 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5116 -id: 59 -name: "水切台・ダスト台" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1678951816 {#5114 date: 2023-03-16 16:30:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5115 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5123 -id: 60 -name: "パンラック" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1678951837 {#5121 date: 2023-03-16 16:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5122 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5130 -id: 61 -name: "キャビネット 調理台・ガス台" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1678951987 {#5128 date: 2023-03-16 16:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5129 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5137 -id: 62 -name: "食器戸棚" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1678952079 {#5135 date: 2023-03-16 16:34:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5136 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5144 -id: 63 -name: "吊戸棚" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1678952125 {#5142 date: 2023-03-16 16:35:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5143 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5151 -id: 64 -name: "パイプ棚・平棚" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1678952361 {#5149 date: 2023-03-16 16:39:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5150 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5158 -id: 65 -name: "吊下棚・2段平棚" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1678955522 {#5156 date: 2023-03-16 17:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5157 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5165 -id: 66 -name: "ポータブル" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1678955533 {#5163 date: 2023-03-16 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5164 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5172 -id: 67 -name: "ワイヤーシェルフ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1679530988 {#5170 date: 2023-03-23 09:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5171 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5179 -id: 68 -name: "ソリッドシェルフ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1679531004 {#5177 date: 2023-03-23 09:23:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5178 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5186 -id: 72 -name: "コーナー台・移動台" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1679533679 {#5184 date: 2023-03-23 10:07:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5185 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5193 -id: 71 -name: "そば釜システム製品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1679532702 {#5191 date: 2023-03-23 09:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5192 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5200 -id: 73 -name: "掃除用具ロッカー" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1679533820 {#5198 date: 2023-03-23 10:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5199 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5207 -id: 75 -name: "冷蔵・冷凍機器" -hierarchy: 1 -sort_no: 98 -create_date: DateTime @1679647468 {#4979 date: 2023-03-24 17:44:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4980 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5212 -id: 76 -name: "冷蔵庫" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1679647519 {#5205 date: 2023-03-24 17:45:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5206 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5221 -id: 77 -name: "冷凍冷蔵庫" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1679647536 {#5219 date: 2023-03-24 17:45:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5220 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5228 -id: 78 -name: "冷凍庫" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1679647552 {#5226 date: 2023-03-24 17:45:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5227 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5235 -id: 79 -name: "冷凍ストッカー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1679647595 {#5233 date: 2023-03-24 17:46:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5234 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5242 -id: 80 -name: "超低温冷凍ストッカー" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1679647610 {#5240 date: 2023-03-24 17:46:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5241 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5249 -id: 81 -name: "冷凍ショーケース" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1679647678 {#5247 date: 2023-03-24 17:47:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5248 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5256 -id: 82 -name: "冷蔵ショーケース" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1679647754 {#5254 date: 2023-03-24 17:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5255 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5263 -id: 85 -name: "製氷機" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1679884677 {#5261 date: 2023-03-27 11:37:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5262 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5270 -id: 86 -name: "ブラストチラー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1679884707 {#5268 date: 2023-03-27 11:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5269 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5277 -id: 87 -name: "アイススライサー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1679884719 {#5275 date: 2023-03-27 11:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5276 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5284 -id: 88 -name: "ワインセラー・ワインクーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1679884831 {#5282 date: 2023-03-27 11:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5283 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5291 -id: 32 -name: "洗浄機器" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1678414381 {#5217 date: 2023-03-10 11:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5218 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5296 -id: 74 -name: "ブースター・貯湯タンク" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1679630848 {#5289 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679630848 {#5290 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5303 -id: 34 -name: "消毒機器" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1678415438 {#5301 date: 2023-03-10 11:30:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5302 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5312 -id: 8 -name: "熱機器・保温機器" -hierarchy: 1 -sort_no: 95 -create_date: DateTime @1677820957 {#5308 date: 2023-03-03 14:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5309 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5317 -id: 84 -name: "鉄板焼テーブル" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1679648679 {#5310 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648679 {#5311 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5326 -id: 35 -name: "鋳物コンロ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1678416156 {#5324 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678416156 {#5325 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5333 -id: 30 -name: "無煙ロースター・他" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1678348241 {#5331 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348241 {#5332 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5340 -id: 29 -name: "ウォーマー・ホットショーケース" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1678348192 {#5338 date: 2023-03-09 16:49:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648891 {#5339 date: 2023-03-24 18:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5347 -id: 28 -name: "温蔵庫" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1678348175 {#5345 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348175 {#5346 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5354 -id: 27 -name: "蒸し器" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1678348154 {#5352 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348154 {#5353 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5361 -id: 26 -name: "バーナー" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1678347988 {#5359 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347988 {#5360 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5368 -id: 25 -name: "電磁調理器" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1678347977 {#5366 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347977 {#5367 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5375 -id: 24 -name: "テーブルコンロ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1678347955 {#5373 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347955 {#5374 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5382 -id: 23 -name: "回転釜" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1678347943 {#5380 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347943 {#5381 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5389 -id: 22 -name: "回転炒め器" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1678347850 {#5387 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347850 {#5388 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5396 -id: 21 -name: "グリドル" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1678347828 {#5394 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347828 {#5395 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5403 -id: 20 -name: "ゆで麺機" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1678347815 {#5401 date: 2023-03-09 16:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678411460 {#5402 date: 2023-03-10 10:24:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5410 -id: 19 -name: "中華レンジ" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1678347786 {#5408 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347786 {#5409 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5417 -id: 18 -name: "電磁レンジ・テーブル・スープ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1678347769 {#5415 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347769 {#5416 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5424 -id: 17 -name: "ガスレンジ・ガステーブル" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1678347637 {#5422 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347637 {#5423 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5431 -id: 16 -name: "餃子焼器" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1678347603 {#5429 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347603 {#5430 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5438 -id: 15 -name: "焼物器・グリラー" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1678347548 {#5436 date: 2023-03-09 16:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678410320 {#5437 date: 2023-03-10 10:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5445 -id: 14 -name: "フライヤー" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1678347519 {#5443 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347519 {#5444 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5452 -id: 13 -name: "電子レンジ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1678347506 {#5450 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347506 {#5451 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5459 -id: 12 -name: "オーブン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1678347484 {#5457 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347484 {#5458 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5466 -id: 7 -name: "フードマシーン・ミキサー" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1677820883 {#5322 date: 2023-03-03 14:21:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5323 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5471 -id: 142 -name: "キッチンエイド" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1732070620 {#5464 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070620 {#5465 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5466} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5478 -id: 102 -name: "精肉機器" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1679991661 {#5476 date: 2023-03-28 17:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5477 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5485 -id: 31 -name: "炊飯機器" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1678414018 {#5483 date: 2023-03-10 11:06:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5484 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5492 -id: 83 -name: "ベーカリー機器" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1679648526 {#5490 date: 2023-03-24 18:02:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5491 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5501 -id: 9 -name: "真空包装機" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1677825167 {#5497 date: 2023-03-03 15:32:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5498 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5506 -id: 139 -name: "TOSEI" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1680851159 {#5499 date: 2023-04-07 16:05:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5500 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5515 -id: 140 -name: "フィルム・オイル" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1680851313 {#5513 date: 2023-04-07 16:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5514 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5522 -id: 38 -name: "店舗用品" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1678864552 {#5512 date: 2023-03-15 16:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5511 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5527 -id: 101 -name: "店舗用・イス・テーブル" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1679990898 {#5520 date: 2023-03-28 17:08:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679990898 {#5521 date: 2023-03-28 17:08:18.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 {#4768 …} } Eccube\Entity\Category {#5536 -id: 100 -name: "シーラー" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1679989250 {#5534 date: 2023-03-28 16:40:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989250 {#5535 date: 2023-03-28 16:40:50.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 {#4768 …} } Eccube\Entity\Category {#5543 -id: 99 -name: "温度計" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1679989177 {#5541 date: 2023-03-28 16:39:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989177 {#5542 date: 2023-03-28 16:39:37.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 {#4768 …} } Eccube\Entity\Category {#5550 -id: 98 -name: "包丁" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1679981502 {#5548 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679981502 {#5549 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5557 -id: 95 -name: "フライパン" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1679979696 {#5555 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979696 {#5556 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5564 -id: 94 -name: "圧力鍋" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1679979156 {#5562 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979156 {#5563 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5571 -id: 93 -name: "おでん鍋" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1679979122 {#5569 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979122 {#5570 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5578 -id: 92 -name: "ワイングラス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1679979054 {#5576 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979054 {#5577 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5585 -id: 91 -name: "抗菌まな板" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1679979005 {#5583 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979005 {#5584 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5592 -id: 90 -name: "鍋・寸胴鍋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1679978935 {#5590 date: 2023-03-28 13:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979289 {#5591 date: 2023-03-28 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5599 -id: 36 -name: "サービス機器" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1678422040 {#5533 date: 2023-03-10 13:20:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5532 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5604 -id: 103 -name: "コーヒー・エスプレッソ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1679992185 {#5597 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679992185 {#5598 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5613 -id: 96 -name: "コールシステム" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1679979850 {#5611 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979850 {#5612 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5620 -id: 89 -name: "飾台・皿・卓上器物" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1679978864 {#5618 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679978864 {#5619 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5627 -id: 33 -name: "配膳・配送機器" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1678415238 {#5609 date: 2023-03-10 11:27:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5610 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5632 -id: 70 -name: "オールマイティーカート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1679531530 {#5625 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531530 {#5626 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5641 -id: 69 -name: "配膳カート" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1679531473 {#5639 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531473 {#5640 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5646 -id: 11 -name: "キッチンサプライ" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1678336281 {#5638 date: 2023-03-09 13:31:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5637 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5653 -id: 97 -name: "住宅設備機器" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1679980145 {#5651 date: 2023-03-28 14:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5652 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } ] |
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 {#4345 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4393 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4392 -om: ContainerZQ1SpcA\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#374 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4339 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#4489 -id: 104 -name: "オフィス事務機器" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1680161045 {#4521 date: 2023-03-30 16:24:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4519 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#4771 -id: 138 -name: "フリーアドレスデスク" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1680163259 {#4517 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163259 {#4515 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4761 -id: 137 -name: "ワークデスク" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1680163193 {#4763 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163193 {#4762 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4757 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4754 -id: 136 -name: "オフィスデスク" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1680163178 {#4756 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163178 {#4755 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4750 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4747 -id: 135 -name: "ワゴン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1680163159 {#4749 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163159 {#4748 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4516 -id: 134 -name: "デスクトップパネル" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1680163148 {#4742 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163148 {#4510 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4729 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4733 -id: 133 -name: "セミナーデスク・シェルフ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1680163132 {#4731 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163132 {#4732 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4740 -id: 132 -name: "オフィスチェア・クロス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1680162937 {#4738 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162937 {#4739 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4741 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4780 -id: 131 -name: "オフィスチェア・メッシュ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1680162924 {#4778 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162924 {#4779 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4787 -id: 130 -name: "オフィスチェア・レザー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1680162900 {#4785 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162900 {#4786 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4794 -id: 129 -name: "ゲーミングチェア" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1680162859 {#4792 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162859 {#4793 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4801 -id: 128 -name: "メディカルチェア" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1680162845 {#4799 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162845 {#4800 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4808 -id: 127 -name: "マネージャーズチェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1680162807 {#4806 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162807 {#4807 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4815 -id: 126 -name: "オフィスチェア・リプロダクト" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1680162775 {#4813 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162775 {#4814 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4822 -id: 125 -name: "ソファー・テーブル・スツール" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1680162668 {#4820 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162668 {#4821 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4829 -id: 124 -name: "センターテーブル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1680162609 {#4827 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162609 {#4828 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4836 -id: 123 -name: "テスク・キャビネット" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1680162595 {#4834 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162595 {#4835 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4843 -id: 122 -name: "ミーティングテーブル" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1680162537 {#4841 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162537 {#4842 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4850 -id: 121 -name: "スタッキングテーブル" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1680162506 {#4848 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162506 {#4849 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4857 -id: 120 -name: "スタッキングチェア・台車" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1680162485 {#4855 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162485 {#4856 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4864 -id: 119 -name: "ミーティングチェア・ハイスツール" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1680162457 {#4862 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162457 {#4863 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4871 -id: 118 -name: "折りたたみテーブル・イス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1680162404 {#4869 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162404 {#4870 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4878 -id: 117 -name: "ローパーテーション" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1680162379 {#4876 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162379 {#4877 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4885 -id: 116 -name: "キャビネット・ロッカー・カウンター" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1680162227 {#4883 date: 2023-03-30 16:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162358 {#4884 date: 2023-03-30 16:45:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4892 -id: 115 -name: "システムキャビネット・移動ラック" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1680162213 {#4890 date: 2023-03-30 16:43:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162323 {#4891 date: 2023-03-30 16:45:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4899 -id: 114 -name: "ホワイトボード" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1680162116 {#4897 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162116 {#4898 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4906 -id: 113 -name: "セーフティBOX(金庫)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1680162055 {#4904 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162055 {#4905 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4913 -id: 112 -name: "木製チェア" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1680162021 {#4911 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162021 {#4912 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4920 -id: 111 -name: "居室収納・フリーシェルフ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1680161847 {#4918 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161847 {#4919 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4927 -id: 110 -name: "床頭台・フレキシブルBOX" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1680161613 {#4925 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161613 {#4926 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4934 -id: 109 -name: "木製テーブル" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1680161486 {#4932 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161486 {#4933 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4941 -id: 108 -name: "木製ロッカー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1680161455 {#4939 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161455 {#4940 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4948 -id: 107 -name: "固定脚テーブル" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1680161433 {#4946 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161433 {#4947 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4955 -id: 106 -name: "昇降テーブル" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1680161414 {#4953 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161414 {#4954 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4962 -id: 105 -name: "施設用備品" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1680161378 {#4960 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161378 {#4961 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4969 -id: 10 -name: "シンク・作業台" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1678149426 {#4764 date: 2023-03-07 09:37:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4765 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#4974 -id: 39 -name: "1槽シンク" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1678946723 {#4967 date: 2023-03-16 15:05:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4968 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4975 …} -Children: Doctrine\ORM\PersistentCollection {#4978 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4983 -id: 40 -name: "1槽水切シンク" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1678946756 {#4981 date: 2023-03-16 15:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4982 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4990 -id: 45 -name: "1槽キャビネットシンク" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1678948787 {#4988 date: 2023-03-16 15:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4989 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#4997 -id: 46 -name: "1槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1678948818 {#4995 date: 2023-03-16 15:40:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4996 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5004 -id: 41 -name: "2層シンク" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1678946790 {#5002 date: 2023-03-16 15:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5003 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5011 -id: 42 -name: "2槽水切シンク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1678946900 {#5009 date: 2023-03-16 15:08:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5010 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5018 -id: 47 -name: "2槽キャビネットシンク" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1678948846 {#5016 date: 2023-03-16 15:40:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5017 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5025 -id: 48 -name: "2槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1678948869 {#5023 date: 2023-03-16 15:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5024 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5032 -id: 43 -name: "3槽シンク" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1678946922 {#5030 date: 2023-03-16 15:08:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5031 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5039 -id: 49 -name: "3槽キャビネットシンク" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1678948894 {#5037 date: 2023-03-16 15:41:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5038 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5046 -id: 44 -name: "舟形シンク" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1678946942 {#5044 date: 2023-03-16 15:09:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5045 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5053 -id: 50 -name: "舟形キャビネットシンク" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1678948948 {#5051 date: 2023-03-16 15:42:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5052 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5060 -id: 51 -name: "水切キャビネット" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1678948965 {#5058 date: 2023-03-16 15:42:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5059 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5067 -id: 52 -name: "ダストキャビネット" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1678948991 {#5065 date: 2023-03-16 15:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5066 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5074 -id: 53 -name: "作業台・ガス台" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1678949134 {#5072 date: 2023-03-16 15:45:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5073 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5081 -id: 54 -name: "三方枠作業台・ガス台" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1678950304 {#5079 date: 2023-03-16 16:05:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5080 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5088 -id: 55 -name: "作業台2段スノコ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1678950637 {#5086 date: 2023-03-16 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5087 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5095 -id: 56 -name: "片面引き出し付作業台" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1678950745 {#5093 date: 2023-03-16 16:12:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5094 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5102 -id: 57 -name: "両面引き出し付作業台" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1678950800 {#5100 date: 2023-03-16 16:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5101 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5109 -id: 58 -name: "縦型引き出し付作業台" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1678951716 {#5107 date: 2023-03-16 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5108 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5116 -id: 59 -name: "水切台・ダスト台" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1678951816 {#5114 date: 2023-03-16 16:30:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5115 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5123 -id: 60 -name: "パンラック" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1678951837 {#5121 date: 2023-03-16 16:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5122 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5130 -id: 61 -name: "キャビネット 調理台・ガス台" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1678951987 {#5128 date: 2023-03-16 16:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5129 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5137 -id: 62 -name: "食器戸棚" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1678952079 {#5135 date: 2023-03-16 16:34:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5136 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5144 -id: 63 -name: "吊戸棚" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1678952125 {#5142 date: 2023-03-16 16:35:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5143 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5151 -id: 64 -name: "パイプ棚・平棚" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1678952361 {#5149 date: 2023-03-16 16:39:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5150 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5158 -id: 65 -name: "吊下棚・2段平棚" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1678955522 {#5156 date: 2023-03-16 17:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5157 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5165 -id: 66 -name: "ポータブル" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1678955533 {#5163 date: 2023-03-16 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5164 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5172 -id: 67 -name: "ワイヤーシェルフ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1679530988 {#5170 date: 2023-03-23 09:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5171 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5179 -id: 68 -name: "ソリッドシェルフ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1679531004 {#5177 date: 2023-03-23 09:23:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5178 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5186 -id: 72 -name: "コーナー台・移動台" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1679533679 {#5184 date: 2023-03-23 10:07:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5185 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5193 -id: 71 -name: "そば釜システム製品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1679532702 {#5191 date: 2023-03-23 09:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5192 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5200 -id: 73 -name: "掃除用具ロッカー" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1679533820 {#5198 date: 2023-03-23 10:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5199 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5207 -id: 75 -name: "冷蔵・冷凍機器" -hierarchy: 1 -sort_no: 98 -create_date: DateTime @1679647468 {#4979 date: 2023-03-24 17:44:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4980 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5212 -id: 76 -name: "冷蔵庫" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1679647519 {#5205 date: 2023-03-24 17:45:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5206 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5221 -id: 77 -name: "冷凍冷蔵庫" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1679647536 {#5219 date: 2023-03-24 17:45:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5220 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5228 -id: 78 -name: "冷凍庫" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1679647552 {#5226 date: 2023-03-24 17:45:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5227 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5235 -id: 79 -name: "冷凍ストッカー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1679647595 {#5233 date: 2023-03-24 17:46:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5234 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5242 -id: 80 -name: "超低温冷凍ストッカー" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1679647610 {#5240 date: 2023-03-24 17:46:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5241 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5249 -id: 81 -name: "冷凍ショーケース" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1679647678 {#5247 date: 2023-03-24 17:47:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5248 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5256 -id: 82 -name: "冷蔵ショーケース" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1679647754 {#5254 date: 2023-03-24 17:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5255 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5263 -id: 85 -name: "製氷機" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1679884677 {#5261 date: 2023-03-27 11:37:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5262 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5270 -id: 86 -name: "ブラストチラー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1679884707 {#5268 date: 2023-03-27 11:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5269 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5277 -id: 87 -name: "アイススライサー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1679884719 {#5275 date: 2023-03-27 11:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5276 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5284 -id: 88 -name: "ワインセラー・ワインクーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1679884831 {#5282 date: 2023-03-27 11:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5283 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5291 -id: 32 -name: "洗浄機器" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1678414381 {#5217 date: 2023-03-10 11:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5218 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5296 -id: 74 -name: "ブースター・貯湯タンク" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1679630848 {#5289 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679630848 {#5290 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5303 -id: 34 -name: "消毒機器" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1678415438 {#5301 date: 2023-03-10 11:30:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5302 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5312 -id: 8 -name: "熱機器・保温機器" -hierarchy: 1 -sort_no: 95 -create_date: DateTime @1677820957 {#5308 date: 2023-03-03 14:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5309 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5317 -id: 84 -name: "鉄板焼テーブル" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1679648679 {#5310 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648679 {#5311 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5326 -id: 35 -name: "鋳物コンロ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1678416156 {#5324 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678416156 {#5325 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5333 -id: 30 -name: "無煙ロースター・他" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1678348241 {#5331 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348241 {#5332 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5340 -id: 29 -name: "ウォーマー・ホットショーケース" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1678348192 {#5338 date: 2023-03-09 16:49:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648891 {#5339 date: 2023-03-24 18:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5347 -id: 28 -name: "温蔵庫" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1678348175 {#5345 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348175 {#5346 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5354 -id: 27 -name: "蒸し器" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1678348154 {#5352 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348154 {#5353 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5361 -id: 26 -name: "バーナー" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1678347988 {#5359 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347988 {#5360 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5368 -id: 25 -name: "電磁調理器" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1678347977 {#5366 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347977 {#5367 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5375 -id: 24 -name: "テーブルコンロ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1678347955 {#5373 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347955 {#5374 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5382 -id: 23 -name: "回転釜" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1678347943 {#5380 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347943 {#5381 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5389 -id: 22 -name: "回転炒め器" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1678347850 {#5387 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347850 {#5388 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5396 -id: 21 -name: "グリドル" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1678347828 {#5394 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347828 {#5395 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5403 -id: 20 -name: "ゆで麺機" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1678347815 {#5401 date: 2023-03-09 16:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678411460 {#5402 date: 2023-03-10 10:24:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5410 -id: 19 -name: "中華レンジ" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1678347786 {#5408 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347786 {#5409 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5417 -id: 18 -name: "電磁レンジ・テーブル・スープ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1678347769 {#5415 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347769 {#5416 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5424 -id: 17 -name: "ガスレンジ・ガステーブル" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1678347637 {#5422 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347637 {#5423 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5431 -id: 16 -name: "餃子焼器" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1678347603 {#5429 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347603 {#5430 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5438 -id: 15 -name: "焼物器・グリラー" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1678347548 {#5436 date: 2023-03-09 16:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678410320 {#5437 date: 2023-03-10 10:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5445 -id: 14 -name: "フライヤー" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1678347519 {#5443 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347519 {#5444 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5452 -id: 13 -name: "電子レンジ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1678347506 {#5450 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347506 {#5451 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5459 -id: 12 -name: "オーブン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1678347484 {#5457 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347484 {#5458 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5466 -id: 7 -name: "フードマシーン・ミキサー" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1677820883 {#5322 date: 2023-03-03 14:21:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5323 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5471 -id: 142 -name: "キッチンエイド" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1732070620 {#5464 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070620 {#5465 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5466} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5478 -id: 102 -name: "精肉機器" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1679991661 {#5476 date: 2023-03-28 17:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5477 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5485 -id: 31 -name: "炊飯機器" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1678414018 {#5483 date: 2023-03-10 11:06:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5484 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5492 -id: 83 -name: "ベーカリー機器" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1679648526 {#5490 date: 2023-03-24 18:02:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5491 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5501 -id: 9 -name: "真空包装機" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1677825167 {#5497 date: 2023-03-03 15:32:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5498 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5506 -id: 139 -name: "TOSEI" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1680851159 {#5499 date: 2023-04-07 16:05:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5500 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5515 -id: 140 -name: "フィルム・オイル" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1680851313 {#5513 date: 2023-04-07 16:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5514 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5522 -id: 38 -name: "店舗用品" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1678864552 {#5512 date: 2023-03-15 16:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5511 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5527 -id: 101 -name: "店舗用・イス・テーブル" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1679990898 {#5520 date: 2023-03-28 17:08:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679990898 {#5521 date: 2023-03-28 17:08:18.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 {#4768 …} } Eccube\Entity\Category {#5536 -id: 100 -name: "シーラー" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1679989250 {#5534 date: 2023-03-28 16:40:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989250 {#5535 date: 2023-03-28 16:40:50.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 {#4768 …} } Eccube\Entity\Category {#5543 -id: 99 -name: "温度計" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1679989177 {#5541 date: 2023-03-28 16:39:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989177 {#5542 date: 2023-03-28 16:39:37.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 {#4768 …} } Eccube\Entity\Category {#5550 -id: 98 -name: "包丁" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1679981502 {#5548 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679981502 {#5549 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5557 -id: 95 -name: "フライパン" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1679979696 {#5555 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979696 {#5556 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5564 -id: 94 -name: "圧力鍋" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1679979156 {#5562 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979156 {#5563 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5571 -id: 93 -name: "おでん鍋" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1679979122 {#5569 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979122 {#5570 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5578 -id: 92 -name: "ワイングラス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1679979054 {#5576 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979054 {#5577 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5585 -id: 91 -name: "抗菌まな板" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1679979005 {#5583 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979005 {#5584 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5592 -id: 90 -name: "鍋・寸胴鍋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1679978935 {#5590 date: 2023-03-28 13:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979289 {#5591 date: 2023-03-28 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5599 -id: 36 -name: "サービス機器" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1678422040 {#5533 date: 2023-03-10 13:20:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5532 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5604 -id: 103 -name: "コーヒー・エスプレッソ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1679992185 {#5597 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679992185 {#5598 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5613 -id: 96 -name: "コールシステム" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1679979850 {#5611 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979850 {#5612 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5620 -id: 89 -name: "飾台・皿・卓上器物" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1679978864 {#5618 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679978864 {#5619 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5627 -id: 33 -name: "配膳・配送機器" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1678415238 {#5609 date: 2023-03-10 11:27:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5610 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5632 -id: 70 -name: "オールマイティーカート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1679531530 {#5625 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531530 {#5626 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5641 -id: 69 -name: "配膳カート" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1679531473 {#5639 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531473 {#5640 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } Eccube\Entity\Category {#5646 -id: 11 -name: "キッチンサプライ" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1678336281 {#5638 date: 2023-03-09 13:31:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5637 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } Eccube\Entity\Category {#5653 -id: 97 -name: "住宅設備機器" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1679980145 {#5651 date: 2023-03-28 14:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5652 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } ] |
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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerZQ1SpcA\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#374 …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 {#4392 -om: ContainerZQ1SpcA\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#374 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4339 …} -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() {#4390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#4353 …} } } |
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 | [ 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5690 +label: "オフィス事務機器" +value: "104" +data: Eccube\Entity\Category {#4489 -id: 104 -name: "オフィス事務機器" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1680161045 {#4521 date: 2023-03-30 16:24:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4519 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4533 …} -Children: Doctrine\ORM\PersistentCollection {#4772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5692 +label: " フリーアドレスデスク" +value: "138" +data: Eccube\Entity\Category {#4771 -id: 138 -name: "フリーアドレスデスク" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1680163259 {#4517 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163259 {#4515 date: 2023-03-30 17:00:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4770 …} -Children: Doctrine\ORM\PersistentCollection {#4766 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5691 +label: " ワークデスク" +value: "137" +data: Eccube\Entity\Category {#4761 -id: 137 -name: "ワークデスク" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1680163193 {#4763 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163193 {#4762 date: 2023-03-30 16:59:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4760 …} -Children: Doctrine\ORM\PersistentCollection {#4757 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5694 +label: " オフィスデスク" +value: "136" +data: Eccube\Entity\Category {#4754 -id: 136 -name: "オフィスデスク" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1680163178 {#4756 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163178 {#4755 date: 2023-03-30 16:59:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4750 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5695 +label: " ワゴン" +value: "135" +data: Eccube\Entity\Category {#4747 -id: 135 -name: "ワゴン" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1680163159 {#4749 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163159 {#4748 date: 2023-03-30 16:59:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4746 …} -Children: Doctrine\ORM\PersistentCollection {#4743 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5696 +label: " デスクトップパネル" +value: "134" +data: Eccube\Entity\Category {#4516 -id: 134 -name: "デスクトップパネル" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1680163148 {#4742 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163148 {#4510 date: 2023-03-30 16:59:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4511 …} -Children: Doctrine\ORM\PersistentCollection {#4729 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5697 +label: " セミナーデスク・シェルフ" +value: "133" +data: Eccube\Entity\Category {#4733 -id: 133 -name: "セミナーデスク・シェルフ" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1680163132 {#4731 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680163132 {#4732 date: 2023-03-30 16:58:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4734 …} -Children: Doctrine\ORM\PersistentCollection {#4737 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5698 +label: " オフィスチェア・クロス" +value: "132" +data: Eccube\Entity\Category {#4740 -id: 132 -name: "オフィスチェア・クロス" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1680162937 {#4738 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162937 {#4739 date: 2023-03-30 16:55:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4741 …} -Children: Doctrine\ORM\PersistentCollection {#4776 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5699 +label: " オフィスチェア・メッシュ" +value: "131" +data: Eccube\Entity\Category {#4780 -id: 131 -name: "オフィスチェア・メッシュ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1680162924 {#4778 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162924 {#4779 date: 2023-03-30 16:55:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4781 …} -Children: Doctrine\ORM\PersistentCollection {#4784 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5700 +label: " オフィスチェア・レザー" +value: "130" +data: Eccube\Entity\Category {#4787 -id: 130 -name: "オフィスチェア・レザー" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1680162900 {#4785 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162900 {#4786 date: 2023-03-30 16:55:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5701 +label: " ゲーミングチェア" +value: "129" +data: Eccube\Entity\Category {#4794 -id: 129 -name: "ゲーミングチェア" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1680162859 {#4792 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162859 {#4793 date: 2023-03-30 16:54:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5702 +label: " メディカルチェア" +value: "128" +data: Eccube\Entity\Category {#4801 -id: 128 -name: "メディカルチェア" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1680162845 {#4799 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162845 {#4800 date: 2023-03-30 16:54:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5703 +label: " マネージャーズチェア" +value: "127" +data: Eccube\Entity\Category {#4808 -id: 127 -name: "マネージャーズチェア" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1680162807 {#4806 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162807 {#4807 date: 2023-03-30 16:53:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5704 +label: " オフィスチェア・リプロダクト" +value: "126" +data: Eccube\Entity\Category {#4815 -id: 126 -name: "オフィスチェア・リプロダクト" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1680162775 {#4813 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162775 {#4814 date: 2023-03-30 16:52:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5705 +label: " ソファー・テーブル・スツール" +value: "125" +data: Eccube\Entity\Category {#4822 -id: 125 -name: "ソファー・テーブル・スツール" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1680162668 {#4820 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162668 {#4821 date: 2023-03-30 16:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5706 +label: " センターテーブル" +value: "124" +data: Eccube\Entity\Category {#4829 -id: 124 -name: "センターテーブル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1680162609 {#4827 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162609 {#4828 date: 2023-03-30 16:50:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5707 +label: " テスク・キャビネット" +value: "123" +data: Eccube\Entity\Category {#4836 -id: 123 -name: "テスク・キャビネット" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1680162595 {#4834 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162595 {#4835 date: 2023-03-30 16:49:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5708 +label: " ミーティングテーブル" +value: "122" +data: Eccube\Entity\Category {#4843 -id: 122 -name: "ミーティングテーブル" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1680162537 {#4841 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162537 {#4842 date: 2023-03-30 16:48:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5709 +label: " スタッキングテーブル" +value: "121" +data: Eccube\Entity\Category {#4850 -id: 121 -name: "スタッキングテーブル" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1680162506 {#4848 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162506 {#4849 date: 2023-03-30 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5710 +label: " スタッキングチェア・台車" +value: "120" +data: Eccube\Entity\Category {#4857 -id: 120 -name: "スタッキングチェア・台車" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1680162485 {#4855 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162485 {#4856 date: 2023-03-30 16:48:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5711 +label: " ミーティングチェア・ハイスツール" +value: "119" +data: Eccube\Entity\Category {#4864 -id: 119 -name: "ミーティングチェア・ハイスツール" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1680162457 {#4862 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162457 {#4863 date: 2023-03-30 16:47:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5712 +label: " 折りたたみテーブル・イス" +value: "118" +data: Eccube\Entity\Category {#4871 -id: 118 -name: "折りたたみテーブル・イス" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1680162404 {#4869 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162404 {#4870 date: 2023-03-30 16:46:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5713 +label: " ローパーテーション" +value: "117" +data: Eccube\Entity\Category {#4878 -id: 117 -name: "ローパーテーション" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1680162379 {#4876 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162379 {#4877 date: 2023-03-30 16:46:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5714 +label: " キャビネット・ロッカー・カウンター" +value: "116" +data: Eccube\Entity\Category {#4885 -id: 116 -name: "キャビネット・ロッカー・カウンター" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1680162227 {#4883 date: 2023-03-30 16:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162358 {#4884 date: 2023-03-30 16:45:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5715 +label: " システムキャビネット・移動ラック" +value: "115" +data: Eccube\Entity\Category {#4892 -id: 115 -name: "システムキャビネット・移動ラック" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1680162213 {#4890 date: 2023-03-30 16:43:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162323 {#4891 date: 2023-03-30 16:45:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5716 +label: " ホワイトボード" +value: "114" +data: Eccube\Entity\Category {#4899 -id: 114 -name: "ホワイトボード" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1680162116 {#4897 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162116 {#4898 date: 2023-03-30 16:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5717 +label: " セーフティBOX(金庫)" +value: "113" +data: Eccube\Entity\Category {#4906 -id: 113 -name: "セーフティBOX(金庫)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1680162055 {#4904 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162055 {#4905 date: 2023-03-30 16:40:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5718 +label: " 木製チェア" +value: "112" +data: Eccube\Entity\Category {#4913 -id: 112 -name: "木製チェア" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1680162021 {#4911 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680162021 {#4912 date: 2023-03-30 16:40:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5719 +label: " 居室収納・フリーシェルフ" +value: "111" +data: Eccube\Entity\Category {#4920 -id: 111 -name: "居室収納・フリーシェルフ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1680161847 {#4918 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161847 {#4919 date: 2023-03-30 16:37:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5720 +label: " 床頭台・フレキシブルBOX" +value: "110" +data: Eccube\Entity\Category {#4927 -id: 110 -name: "床頭台・フレキシブルBOX" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1680161613 {#4925 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161613 {#4926 date: 2023-03-30 16:33:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5721 +label: " 木製テーブル" +value: "109" +data: Eccube\Entity\Category {#4934 -id: 109 -name: "木製テーブル" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1680161486 {#4932 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161486 {#4933 date: 2023-03-30 16:31:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5722 +label: " 木製ロッカー" +value: "108" +data: Eccube\Entity\Category {#4941 -id: 108 -name: "木製ロッカー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1680161455 {#4939 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161455 {#4940 date: 2023-03-30 16:30:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5723 +label: " 固定脚テーブル" +value: "107" +data: Eccube\Entity\Category {#4948 -id: 107 -name: "固定脚テーブル" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1680161433 {#4946 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161433 {#4947 date: 2023-03-30 16:30:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5724 +label: " 昇降テーブル" +value: "106" +data: Eccube\Entity\Category {#4955 -id: 106 -name: "昇降テーブル" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1680161414 {#4953 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161414 {#4954 date: 2023-03-30 16:30:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5725 +label: " 施設用備品" +value: "105" +data: Eccube\Entity\Category {#4962 -id: 105 -name: "施設用備品" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1680161378 {#4960 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680161378 {#4961 date: 2023-03-30 16:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4489} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5726 +label: "シンク・作業台" +value: "10" +data: Eccube\Entity\Category {#4969 -id: 10 -name: "シンク・作業台" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1678149426 {#4764 date: 2023-03-07 09:37:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4765 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5727 +label: " 1槽シンク" +value: "39" +data: Eccube\Entity\Category {#4974 -id: 39 -name: "1槽シンク" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1678946723 {#4967 date: 2023-03-16 15:05:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4968 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4975 …} -Children: Doctrine\ORM\PersistentCollection {#4978 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5728 +label: " 1槽水切シンク" +value: "40" +data: Eccube\Entity\Category {#4983 -id: 40 -name: "1槽水切シンク" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1678946756 {#4981 date: 2023-03-16 15:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4982 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5729 +label: " 1槽キャビネットシンク" +value: "45" +data: Eccube\Entity\Category {#4990 -id: 45 -name: "1槽キャビネットシンク" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1678948787 {#4988 date: 2023-03-16 15:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4989 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5730 +label: " 1槽水切キャビネットシンク" +value: "46" +data: Eccube\Entity\Category {#4997 -id: 46 -name: "1槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1678948818 {#4995 date: 2023-03-16 15:40:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#4996 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5731 +label: " 2層シンク" +value: "41" +data: Eccube\Entity\Category {#5004 -id: 41 -name: "2層シンク" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1678946790 {#5002 date: 2023-03-16 15:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5003 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5732 +label: " 2槽水切シンク" +value: "42" +data: Eccube\Entity\Category {#5011 -id: 42 -name: "2槽水切シンク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1678946900 {#5009 date: 2023-03-16 15:08:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5010 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5733 +label: " 2槽キャビネットシンク" +value: "47" +data: Eccube\Entity\Category {#5018 -id: 47 -name: "2槽キャビネットシンク" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1678948846 {#5016 date: 2023-03-16 15:40:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5017 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5734 +label: " 2槽水切キャビネットシンク" +value: "48" +data: Eccube\Entity\Category {#5025 -id: 48 -name: "2槽水切キャビネットシンク" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1678948869 {#5023 date: 2023-03-16 15:41:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5024 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5735 +label: " 3槽シンク" +value: "43" +data: Eccube\Entity\Category {#5032 -id: 43 -name: "3槽シンク" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1678946922 {#5030 date: 2023-03-16 15:08:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5031 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5736 +label: " 3槽キャビネットシンク" +value: "49" +data: Eccube\Entity\Category {#5039 -id: 49 -name: "3槽キャビネットシンク" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1678948894 {#5037 date: 2023-03-16 15:41:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5038 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5737 +label: " 舟形シンク" +value: "44" +data: Eccube\Entity\Category {#5046 -id: 44 -name: "舟形シンク" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1678946942 {#5044 date: 2023-03-16 15:09:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5045 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5738 +label: " 舟形キャビネットシンク" +value: "50" +data: Eccube\Entity\Category {#5053 -id: 50 -name: "舟形キャビネットシンク" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1678948948 {#5051 date: 2023-03-16 15:42:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5052 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5054 …} -Children: Doctrine\ORM\PersistentCollection {#5057 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5739 +label: " 水切キャビネット" +value: "51" +data: Eccube\Entity\Category {#5060 -id: 51 -name: "水切キャビネット" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1678948965 {#5058 date: 2023-03-16 15:42:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5059 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5064 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5740 +label: " ダストキャビネット" +value: "52" +data: Eccube\Entity\Category {#5067 -id: 52 -name: "ダストキャビネット" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1678948991 {#5065 date: 2023-03-16 15:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5066 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5741 +label: " 作業台・ガス台" +value: "53" +data: Eccube\Entity\Category {#5074 -id: 53 -name: "作業台・ガス台" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1678949134 {#5072 date: 2023-03-16 15:45:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5073 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5742 +label: " 三方枠作業台・ガス台" +value: "54" +data: Eccube\Entity\Category {#5081 -id: 54 -name: "三方枠作業台・ガス台" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1678950304 {#5079 date: 2023-03-16 16:05:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5080 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5743 +label: " 作業台2段スノコ" +value: "55" +data: Eccube\Entity\Category {#5088 -id: 55 -name: "作業台2段スノコ" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1678950637 {#5086 date: 2023-03-16 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5087 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5744 +label: " 片面引き出し付作業台" +value: "56" +data: Eccube\Entity\Category {#5095 -id: 56 -name: "片面引き出し付作業台" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1678950745 {#5093 date: 2023-03-16 16:12:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5094 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5745 +label: " 両面引き出し付作業台" +value: "57" +data: Eccube\Entity\Category {#5102 -id: 57 -name: "両面引き出し付作業台" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1678950800 {#5100 date: 2023-03-16 16:13:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5101 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5103 …} -Children: Doctrine\ORM\PersistentCollection {#5106 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5746 +label: " 縦型引き出し付作業台" +value: "58" +data: Eccube\Entity\Category {#5109 -id: 58 -name: "縦型引き出し付作業台" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1678951716 {#5107 date: 2023-03-16 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5108 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5747 +label: " 水切台・ダスト台" +value: "59" +data: Eccube\Entity\Category {#5116 -id: 59 -name: "水切台・ダスト台" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1678951816 {#5114 date: 2023-03-16 16:30:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5115 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5748 +label: " パンラック" +value: "60" +data: Eccube\Entity\Category {#5123 -id: 60 -name: "パンラック" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1678951837 {#5121 date: 2023-03-16 16:30:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5122 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5749 +label: " キャビネット 調理台・ガス台" +value: "61" +data: Eccube\Entity\Category {#5130 -id: 61 -name: "キャビネット 調理台・ガス台" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1678951987 {#5128 date: 2023-03-16 16:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5129 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5750 +label: " 食器戸棚" +value: "62" +data: Eccube\Entity\Category {#5137 -id: 62 -name: "食器戸棚" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1678952079 {#5135 date: 2023-03-16 16:34:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5136 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5751 +label: " 吊戸棚" +value: "63" +data: Eccube\Entity\Category {#5144 -id: 63 -name: "吊戸棚" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1678952125 {#5142 date: 2023-03-16 16:35:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5143 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5752 +label: " パイプ棚・平棚" +value: "64" +data: Eccube\Entity\Category {#5151 -id: 64 -name: "パイプ棚・平棚" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1678952361 {#5149 date: 2023-03-16 16:39:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5150 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5753 +label: " 吊下棚・2段平棚" +value: "65" +data: Eccube\Entity\Category {#5158 -id: 65 -name: "吊下棚・2段平棚" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1678955522 {#5156 date: 2023-03-16 17:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5157 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5754 +label: " ポータブル" +value: "66" +data: Eccube\Entity\Category {#5165 -id: 66 -name: "ポータブル" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1678955533 {#5163 date: 2023-03-16 17:32:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5164 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5755 +label: " ワイヤーシェルフ" +value: "67" +data: Eccube\Entity\Category {#5172 -id: 67 -name: "ワイヤーシェルフ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1679530988 {#5170 date: 2023-03-23 09:23:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5171 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5756 +label: " ソリッドシェルフ" +value: "68" +data: Eccube\Entity\Category {#5179 -id: 68 -name: "ソリッドシェルフ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1679531004 {#5177 date: 2023-03-23 09:23:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5178 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5757 +label: " コーナー台・移動台" +value: "72" +data: Eccube\Entity\Category {#5186 -id: 72 -name: "コーナー台・移動台" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1679533679 {#5184 date: 2023-03-23 10:07:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5185 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5758 +label: " そば釜システム製品" +value: "71" +data: Eccube\Entity\Category {#5193 -id: 71 -name: "そば釜システム製品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1679532702 {#5191 date: 2023-03-23 09:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5192 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5759 +label: " 掃除用具ロッカー" +value: "73" +data: Eccube\Entity\Category {#5200 -id: 73 -name: "掃除用具ロッカー" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1679533820 {#5198 date: 2023-03-23 10:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852250 {#5199 date: 2023-04-07 16:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#4969} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5760 +label: "冷蔵・冷凍機器" +value: "75" +data: Eccube\Entity\Category {#5207 -id: 75 -name: "冷蔵・冷凍機器" -hierarchy: 1 -sort_no: 98 -create_date: DateTime @1679647468 {#4979 date: 2023-03-24 17:44:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#4980 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5761 +label: " 冷蔵庫" +value: "76" +data: Eccube\Entity\Category {#5212 -id: 76 -name: "冷蔵庫" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1679647519 {#5205 date: 2023-03-24 17:45:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5206 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5762 +label: " 冷凍冷蔵庫" +value: "77" +data: Eccube\Entity\Category {#5221 -id: 77 -name: "冷凍冷蔵庫" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1679647536 {#5219 date: 2023-03-24 17:45:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5220 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5763 +label: " 冷凍庫" +value: "78" +data: Eccube\Entity\Category {#5228 -id: 78 -name: "冷凍庫" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1679647552 {#5226 date: 2023-03-24 17:45:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5227 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5764 +label: " 冷凍ストッカー" +value: "79" +data: Eccube\Entity\Category {#5235 -id: 79 -name: "冷凍ストッカー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1679647595 {#5233 date: 2023-03-24 17:46:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5234 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5765 +label: " 超低温冷凍ストッカー" +value: "80" +data: Eccube\Entity\Category {#5242 -id: 80 -name: "超低温冷凍ストッカー" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1679647610 {#5240 date: 2023-03-24 17:46:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5241 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5766 +label: " 冷凍ショーケース" +value: "81" +data: Eccube\Entity\Category {#5249 -id: 81 -name: "冷凍ショーケース" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1679647678 {#5247 date: 2023-03-24 17:47:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5248 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5767 +label: " 冷蔵ショーケース" +value: "82" +data: Eccube\Entity\Category {#5256 -id: 82 -name: "冷蔵ショーケース" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1679647754 {#5254 date: 2023-03-24 17:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5255 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5768 +label: " 製氷機" +value: "85" +data: Eccube\Entity\Category {#5263 -id: 85 -name: "製氷機" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1679884677 {#5261 date: 2023-03-27 11:37:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5262 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5769 +label: " ブラストチラー" +value: "86" +data: Eccube\Entity\Category {#5270 -id: 86 -name: "ブラストチラー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1679884707 {#5268 date: 2023-03-27 11:38:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5269 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5770 +label: " アイススライサー" +value: "87" +data: Eccube\Entity\Category {#5277 -id: 87 -name: "アイススライサー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1679884719 {#5275 date: 2023-03-27 11:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5276 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5771 +label: " ワインセラー・ワインクーラー" +value: "88" +data: Eccube\Entity\Category {#5284 -id: 88 -name: "ワインセラー・ワインクーラー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1679884831 {#5282 date: 2023-03-27 11:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680852023 {#5283 date: 2023-04-07 16:20:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5207} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5772 +label: "洗浄機器" +value: "32" +data: Eccube\Entity\Category {#5291 -id: 32 -name: "洗浄機器" -hierarchy: 1 -sort_no: 97 -create_date: DateTime @1678414381 {#5217 date: 2023-03-10 11:13:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5218 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5773 +label: " ブースター・貯湯タンク" +value: "74" +data: Eccube\Entity\Category {#5296 -id: 74 -name: "ブースター・貯湯タンク" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1679630848 {#5289 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679630848 {#5290 date: 2023-03-24 13:07:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5774 +label: "消毒機器" +value: "34" +data: Eccube\Entity\Category {#5303 -id: 34 -name: "消毒機器" -hierarchy: 1 -sort_no: 96 -create_date: DateTime @1678415438 {#5301 date: 2023-03-10 11:30:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5302 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5304 …} -Children: Doctrine\ORM\PersistentCollection {#5307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5775 +label: "熱機器・保温機器" +value: "8" +data: Eccube\Entity\Category {#5312 -id: 8 -name: "熱機器・保温機器" -hierarchy: 1 -sort_no: 95 -create_date: DateTime @1677820957 {#5308 date: 2023-03-03 14:22:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5309 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5776 +label: " 鉄板焼テーブル" +value: "84" +data: Eccube\Entity\Category {#5317 -id: 84 -name: "鉄板焼テーブル" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1679648679 {#5310 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648679 {#5311 date: 2023-03-24 18:04:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5777 +label: " 鋳物コンロ" +value: "35" +data: Eccube\Entity\Category {#5326 -id: 35 -name: "鋳物コンロ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1678416156 {#5324 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678416156 {#5325 date: 2023-03-10 11:42:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5778 +label: " 無煙ロースター・他" +value: "30" +data: Eccube\Entity\Category {#5333 -id: 30 -name: "無煙ロースター・他" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1678348241 {#5331 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348241 {#5332 date: 2023-03-09 16:50:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5779 +label: " ウォーマー・ホットショーケース" +value: "29" +data: Eccube\Entity\Category {#5340 -id: 29 -name: "ウォーマー・ホットショーケース" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1678348192 {#5338 date: 2023-03-09 16:49:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679648891 {#5339 date: 2023-03-24 18:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5780 +label: " 温蔵庫" +value: "28" +data: Eccube\Entity\Category {#5347 -id: 28 -name: "温蔵庫" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1678348175 {#5345 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348175 {#5346 date: 2023-03-09 16:49:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5781 +label: " 蒸し器" +value: "27" +data: Eccube\Entity\Category {#5354 -id: 27 -name: "蒸し器" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1678348154 {#5352 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678348154 {#5353 date: 2023-03-09 16:49:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5782 +label: " バーナー" +value: "26" +data: Eccube\Entity\Category {#5361 -id: 26 -name: "バーナー" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1678347988 {#5359 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347988 {#5360 date: 2023-03-09 16:46:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5783 +label: " 電磁調理器" +value: "25" +data: Eccube\Entity\Category {#5368 -id: 25 -name: "電磁調理器" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1678347977 {#5366 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347977 {#5367 date: 2023-03-09 16:46:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5784 +label: " テーブルコンロ" +value: "24" +data: Eccube\Entity\Category {#5375 -id: 24 -name: "テーブルコンロ" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1678347955 {#5373 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347955 {#5374 date: 2023-03-09 16:45:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5785 +label: " 回転釜" +value: "23" +data: Eccube\Entity\Category {#5382 -id: 23 -name: "回転釜" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1678347943 {#5380 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347943 {#5381 date: 2023-03-09 16:45:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5786 +label: " 回転炒め器" +value: "22" +data: Eccube\Entity\Category {#5389 -id: 22 -name: "回転炒め器" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1678347850 {#5387 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347850 {#5388 date: 2023-03-09 16:44:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5787 +label: " グリドル" +value: "21" +data: Eccube\Entity\Category {#5396 -id: 21 -name: "グリドル" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1678347828 {#5394 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347828 {#5395 date: 2023-03-09 16:43:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5788 +label: " ゆで麺機" +value: "20" +data: Eccube\Entity\Category {#5403 -id: 20 -name: "ゆで麺機" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1678347815 {#5401 date: 2023-03-09 16:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678411460 {#5402 date: 2023-03-10 10:24:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5789 +label: " 中華レンジ" +value: "19" +data: Eccube\Entity\Category {#5410 -id: 19 -name: "中華レンジ" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1678347786 {#5408 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347786 {#5409 date: 2023-03-09 16:43:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5790 +label: " 電磁レンジ・テーブル・スープ" +value: "18" +data: Eccube\Entity\Category {#5417 -id: 18 -name: "電磁レンジ・テーブル・スープ" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1678347769 {#5415 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347769 {#5416 date: 2023-03-09 16:42:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5791 +label: " ガスレンジ・ガステーブル" +value: "17" +data: Eccube\Entity\Category {#5424 -id: 17 -name: "ガスレンジ・ガステーブル" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1678347637 {#5422 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347637 {#5423 date: 2023-03-09 16:40:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5792 +label: " 餃子焼器" +value: "16" +data: Eccube\Entity\Category {#5431 -id: 16 -name: "餃子焼器" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1678347603 {#5429 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347603 {#5430 date: 2023-03-09 16:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5793 +label: " 焼物器・グリラー" +value: "15" +data: Eccube\Entity\Category {#5438 -id: 15 -name: "焼物器・グリラー" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1678347548 {#5436 date: 2023-03-09 16:39:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678410320 {#5437 date: 2023-03-10 10:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5794 +label: " フライヤー" +value: "14" +data: Eccube\Entity\Category {#5445 -id: 14 -name: "フライヤー" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1678347519 {#5443 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347519 {#5444 date: 2023-03-09 16:38:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5795 +label: " 電子レンジ" +value: "13" +data: Eccube\Entity\Category {#5452 -id: 13 -name: "電子レンジ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1678347506 {#5450 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347506 {#5451 date: 2023-03-09 16:38:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5796 +label: " オーブン" +value: "12" +data: Eccube\Entity\Category {#5459 -id: 12 -name: "オーブン" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1678347484 {#5457 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1678347484 {#5458 date: 2023-03-09 16:38:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5312} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5797 +label: "フードマシーン・ミキサー" +value: "7" +data: Eccube\Entity\Category {#5466 -id: 7 -name: "フードマシーン・ミキサー" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1677820883 {#5322 date: 2023-03-03 14:21:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5323 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5798 +label: " キッチンエイド" +value: "142" +data: Eccube\Entity\Category {#5471 -id: 142 -name: "キッチンエイド" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1732070620 {#5464 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070620 {#5465 date: 2024-11-20 11:43:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5466} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5799 +label: "精肉機器" +value: "102" +data: Eccube\Entity\Category {#5478 -id: 102 -name: "精肉機器" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1679991661 {#5476 date: 2023-03-28 17:21:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5477 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5800 +label: "炊飯機器" +value: "31" +data: Eccube\Entity\Category {#5485 -id: 31 -name: "炊飯機器" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1678414018 {#5483 date: 2023-03-10 11:06:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5484 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5801 +label: "ベーカリー機器" +value: "83" +data: Eccube\Entity\Category {#5492 -id: 83 -name: "ベーカリー機器" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1679648526 {#5490 date: 2023-03-24 18:02:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5491 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5802 +label: "真空包装機" +value: "9" +data: Eccube\Entity\Category {#5501 -id: 9 -name: "真空包装機" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1677825167 {#5497 date: 2023-03-03 15:32:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5498 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5803 +label: " TOSEI" +value: "139" +data: Eccube\Entity\Category {#5506 -id: 139 -name: "TOSEI" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1680851159 {#5499 date: 2023-04-07 16:05:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5500 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5804 +label: " フィルム・オイル" +value: "140" +data: Eccube\Entity\Category {#5515 -id: 140 -name: "フィルム・オイル" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1680851313 {#5513 date: 2023-04-07 16:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680851318 {#5514 date: 2023-04-07 16:08:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5805 +label: "店舗用品" +value: "38" +data: Eccube\Entity\Category {#5522 -id: 38 -name: "店舗用品" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1678864552 {#5512 date: 2023-03-15 16:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5511 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5806 +label: " 店舗用・イス・テーブル" +value: "101" +data: Eccube\Entity\Category {#5527 -id: 101 -name: "店舗用・イス・テーブル" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1679990898 {#5520 date: 2023-03-28 17:08:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679990898 {#5521 date: 2023-03-28 17:08:18.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 {#4768 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5807 +label: " シーラー" +value: "100" +data: Eccube\Entity\Category {#5536 -id: 100 -name: "シーラー" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1679989250 {#5534 date: 2023-03-28 16:40:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989250 {#5535 date: 2023-03-28 16:40:50.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 {#4768 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5808 +label: " 温度計" +value: "99" +data: Eccube\Entity\Category {#5543 -id: 99 -name: "温度計" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1679989177 {#5541 date: 2023-03-28 16:39:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679989177 {#5542 date: 2023-03-28 16:39:37.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 {#4768 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5809 +label: " 包丁" +value: "98" +data: Eccube\Entity\Category {#5550 -id: 98 -name: "包丁" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1679981502 {#5548 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679981502 {#5549 date: 2023-03-28 14:31:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5810 +label: " フライパン" +value: "95" +data: Eccube\Entity\Category {#5557 -id: 95 -name: "フライパン" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1679979696 {#5555 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979696 {#5556 date: 2023-03-28 14:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5811 +label: " 圧力鍋" +value: "94" +data: Eccube\Entity\Category {#5564 -id: 94 -name: "圧力鍋" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1679979156 {#5562 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979156 {#5563 date: 2023-03-28 13:52:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5812 +label: " おでん鍋" +value: "93" +data: Eccube\Entity\Category {#5571 -id: 93 -name: "おでん鍋" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1679979122 {#5569 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979122 {#5570 date: 2023-03-28 13:52:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5813 +label: " ワイングラス" +value: "92" +data: Eccube\Entity\Category {#5578 -id: 92 -name: "ワイングラス" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1679979054 {#5576 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979054 {#5577 date: 2023-03-28 13:50:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5814 +label: " 抗菌まな板" +value: "91" +data: Eccube\Entity\Category {#5585 -id: 91 -name: "抗菌まな板" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1679979005 {#5583 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979005 {#5584 date: 2023-03-28 13:50:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5815 +label: " 鍋・寸胴鍋" +value: "90" +data: Eccube\Entity\Category {#5592 -id: 90 -name: "鍋・寸胴鍋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1679978935 {#5590 date: 2023-03-28 13:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979289 {#5591 date: 2023-03-28 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5522} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5816 +label: "サービス機器" +value: "36" +data: Eccube\Entity\Category {#5599 -id: 36 -name: "サービス機器" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1678422040 {#5533 date: 2023-03-10 13:20:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5532 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5817 +label: " コーヒー・エスプレッソ" +value: "103" +data: Eccube\Entity\Category {#5604 -id: 103 -name: "コーヒー・エスプレッソ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1679992185 {#5597 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679992185 {#5598 date: 2023-03-28 17:29:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5818 +label: " コールシステム" +value: "96" +data: Eccube\Entity\Category {#5613 -id: 96 -name: "コールシステム" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1679979850 {#5611 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679979850 {#5612 date: 2023-03-28 14:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5819 +label: " 飾台・皿・卓上器物" +value: "89" +data: Eccube\Entity\Category {#5620 -id: 89 -name: "飾台・皿・卓上器物" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1679978864 {#5618 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679978864 {#5619 date: 2023-03-28 13:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5599} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5820 +label: "配膳・配送機器" +value: "33" +data: Eccube\Entity\Category {#5627 -id: 33 -name: "配膳・配送機器" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1678415238 {#5609 date: 2023-03-10 11:27:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5610 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5821 +label: " オールマイティーカート" +value: "70" +data: Eccube\Entity\Category {#5632 -id: 70 -name: "オールマイティーカート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1679531530 {#5625 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531530 {#5626 date: 2023-03-23 09:32:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5822 +label: " 配膳カート" +value: "69" +data: Eccube\Entity\Category {#5641 -id: 69 -name: "配膳カート" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1679531473 {#5639 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1679531473 {#5640 date: 2023-03-23 09:31:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5627} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4768 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5823 +label: "キッチンサプライ" +value: "11" +data: Eccube\Entity\Category {#5646 -id: 11 -name: "キッチンサプライ" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1678336281 {#5638 date: 2023-03-09 13:31:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5637 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5824 +label: "住宅設備機器" +value: "97" +data: Eccube\Entity\Category {#5653 -id: 97 -name: "住宅設備機器" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1679980145 {#5651 date: 2023-03-28 14:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732070606 {#5652 date: 2024-11-20 11:43:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4774 …} } +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 {#5683 -form: Symfony\Component\Form\Form {#5670 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5682 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#5689 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3848 …} } |
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 {#388 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#387 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#386 …} -namespace: Closure() {#384 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4350 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3551 …} } |
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() {#5659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#4349 …} } } |
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 {#5825 -form: Symfony\Component\Form\Form {#5673 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5688 …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 | "" |