- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 508
- Events
- Routing
- Cache
- Translation 18
- Security
- Twig
- Doctrine
- Migrations 14
- 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
-
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
-
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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7617 …} } } |
| 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 {#7958 -form: Symfony\Component\Form\Form {#7786 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7957 …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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7651 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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 {#7648 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7649 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#7640 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7647 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7652 …} } } |
| 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 {#7962 -form: Symfony\Component\Form\Form {#7811 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#7961 …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 {#7660 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7640 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7647 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7660 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7640 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7647 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7660 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7640 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7647 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7790 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7791 …} } } |
| 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 {#7988 -form: Symfony\Component\Form\Form {#7814 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7987 …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 {#7661 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7648 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7649 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7661 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7648 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7649 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7661 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7648 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#7649 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7801 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7802 …} } } |
| 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 {#7989 -form: Symfony\Component\Form\Form {#7817 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7990 …5} |
| full_name | "contact[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7671 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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 {#7668 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7669 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#7666 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7667 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7672 …} } } |
| 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 {#7985 -form: Symfony\Component\Form\Form {#7842 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#7986 …5} |
| full_name | "contact[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "kana01" |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana" |
| valid | true |
| value | null |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7680 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7666 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7667 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7680 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7666 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7667 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7680 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7666 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7667 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7821 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7822 …} } } |
| 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 {#7994 -form: Symfony\Component\Form\Form {#7845 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7993 …5} |
| full_name | "contact[kana][kana01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana01" |
| valid | true |
| value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7681 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7668 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7669 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7681 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7668 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7669 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7681 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7668 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7669 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7832 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7834 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7833 …} } } |
| 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 {#7995 -form: Symfony\Component\Form\Form {#7848 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7996 …5} |
| full_name | "contact[kana][kana02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana02" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#7707 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#7708 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7704 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7705 …} } } |
| 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 {#7992 -form: Symfony\Component\Form\Form {#7851 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7991 …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 {#7722 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#7723 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7726 …} } } |
| 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 {#7998 -form: Symfony\Component\Form\Form {#7934 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7997 …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 {#7883 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#7914 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#7897 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7896 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7898 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7902 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7221 …} -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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …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 {#7902 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7221 …} -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 {#7891 -_em: Doctrine\ORM\EntityManager {#444 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#7893 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#7894 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#7895 #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 {#7892 …} -_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() {#7889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7886 …} } } |
| 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 {#8003 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#8020 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8005 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#8021 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8007 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#8022 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8010 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#8023 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8009 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#8024 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8004 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#8025 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8016 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#8026 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8014 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#8027 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8013 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#8028 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8006 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#8029 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8017 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#8030 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8066 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#8031 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8067 +label: "東京都" +value: "13" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#7185 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8068 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#8032 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8069 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#8033 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8070 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#8034 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8071 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#8035 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8072 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#8036 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8073 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#8037 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8074 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#8038 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8075 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#8039 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8076 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#8040 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8077 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#8041 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8078 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#8042 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8079 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#8043 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8080 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#8044 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8081 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#8045 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8082 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#8046 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8083 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#8047 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8084 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#8048 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8085 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#8049 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8086 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#8050 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8087 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#8051 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8088 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#8052 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8089 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#8053 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8090 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#8054 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8091 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#8055 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8092 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#8056 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8093 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#8057 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8094 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#8058 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8095 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#8059 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8096 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#8060 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8097 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#8061 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8098 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#8062 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8099 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#8063 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8100 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#8064 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8101 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#8065 …} +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 {#8002 -form: Symfony\Component\Form\Form {#7937 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#8001 …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) {#8103 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7857 …} } |
| 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 {#7722 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#7722 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#7722 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7907 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7906 …} } } |
| 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 {#8104 -form: Symfony\Component\Form\Form {#7940 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8105 …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 {#7723 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#7723 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#7723 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7924 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7925 …} } } |
| 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 {#8106 -form: Symfony\Component\Form\Form {#7943 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8107 …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 | true |
same as passed value |
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\NotBlank {#7743 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7744 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#7745 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7740 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7741 …} } } |
| 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 {#7999 -form: Symfony\Component\Form\Form {#7946 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8000 …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 | true |
| 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 {#7625 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#7626 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7625 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#7626 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7625 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#7626 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7763 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7760 …} } } |
| 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 {#8109 -form: Symfony\Component\Form\Form {#7949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8108 …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 {#7627 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7628 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7627 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7628 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7627 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7628 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7776 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#7778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7777 …} } } |
| 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 {#8110 -form: Symfony\Component\Form\Form {#7952 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8111 …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 | "b89db0c279cd606.znuV0DSzylqaLnwiew3BuWOCGORTQpFIHTQ37MlgTXQ.nC3xgnXQrmjTaDpbTWGlzVHsbaIZD_0EL1YauZ1WGz6oIaWWVfKlHf1YKQ" |
| 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 | "b89db0c279cd606.znuV0DSzylqaLnwiew3BuWOCGORTQpFIHTQ37MlgTXQ.nC3xgnXQrmjTaDpbTWGlzVHsbaIZD_0EL1YauZ1WGz6oIaWWVfKlHf1YKQ" |
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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data | "b89db0c279cd606.znuV0DSzylqaLnwiew3BuWOCGORTQpFIHTQ37MlgTXQ.nC3xgnXQrmjTaDpbTWGlzVHsbaIZD_0EL1YauZ1WGz6oIaWWVfKlHf1YKQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8116 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#8118 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8115 …} } } |
| 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 | "b89db0c279cd606.znuV0DSzylqaLnwiew3BuWOCGORTQpFIHTQ37MlgTXQ.nC3xgnXQrmjTaDpbTWGlzVHsbaIZD_0EL1YauZ1WGz6oIaWWVfKlHf1YKQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8130 -form: Symfony\Component\Form\Form {#8125 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8119 …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 | "b89db0c279cd606.znuV0DSzylqaLnwiew3BuWOCGORTQpFIHTQ37MlgTXQ.nC3xgnXQrmjTaDpbTWGlzVHsbaIZD_0EL1YauZ1WGz6oIaWWVfKlHf1YKQ" |
(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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#8885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8884 …} } } |
| 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 {#10469 -form: Symfony\Component\Form\Form {#10275 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10470 …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 {#8951 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8947 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8945 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8950 …} -Children: Doctrine\ORM\PersistentCollection {#8944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8942 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8943 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8941 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8936 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } Eccube\Entity\Category {#8935 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8939 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8915 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8934 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } Eccube\Entity\Category {#8924 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8926 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8925 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } Eccube\Entity\Category {#8957 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8955 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8956 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } Eccube\Entity\Category {#8964 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8962 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8963 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8971 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8969 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8970 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8978 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8976 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8977 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8985 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#8983 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8984 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8992 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#8990 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8991 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8993 …} -Children: Doctrine\ORM\PersistentCollection {#8996 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8999 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8929 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8930 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } Eccube\Entity\Category {#9004 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#8997 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#8998 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9005 …} -Children: Doctrine\ORM\PersistentCollection {#9008 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } Eccube\Entity\Category {#9013 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9011 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9012 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } Eccube\Entity\Category {#9020 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9018 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9019 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } Eccube\Entity\Category {#9027 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9025 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9026 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } Eccube\Entity\Category {#9034 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9032 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9033 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9041 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9039 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9040 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9048 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9046 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9047 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9055 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9054 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9059 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9062 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9061 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9069 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9009 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9010 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } Eccube\Entity\Category {#9074 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9067 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9068 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9075 …} -Children: Doctrine\ORM\PersistentCollection {#9078 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } Eccube\Entity\Category {#9083 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9081 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9082 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } Eccube\Entity\Category {#9090 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9088 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9089 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } Eccube\Entity\Category {#9097 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9095 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9096 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9104 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9102 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9103 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9111 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9109 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9110 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9118 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9117 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9119 …} -Children: Doctrine\ORM\PersistentCollection {#9122 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9125 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9124 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9132 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9131 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9139 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9079 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9080 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } Eccube\Entity\Category {#9144 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9137 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9138 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9145 …} -Children: Doctrine\ORM\PersistentCollection {#9148 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } Eccube\Entity\Category {#9153 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9151 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9152 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } Eccube\Entity\Category {#9160 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9158 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9159 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } Eccube\Entity\Category {#9167 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9165 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9166 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9174 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9172 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9173 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9181 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9179 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9180 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9182 …} -Children: Doctrine\ORM\PersistentCollection {#9185 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9188 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9187 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9195 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9194 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9202 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9201 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9209 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9149 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9150 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } Eccube\Entity\Category {#9214 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9207 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9208 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9215 …} -Children: Doctrine\ORM\PersistentCollection {#9218 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } Eccube\Entity\Category {#9223 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9221 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9222 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } Eccube\Entity\Category {#9230 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9228 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9229 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } Eccube\Entity\Category {#9237 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9235 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9236 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9244 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9242 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9243 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9245 …} -Children: Doctrine\ORM\PersistentCollection {#9248 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9251 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9249 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9250 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9258 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9257 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9265 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9264 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9272 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9271 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9277 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8927 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8928 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9278 …} -Children: Doctrine\ORM\PersistentCollection {#9281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9282 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9219 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9220 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } Eccube\Entity\Category {#9291 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9289 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9290 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9292 …} -Children: Doctrine\ORM\PersistentCollection {#9295 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } Eccube\Entity\Category {#9298 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9296 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9297 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9299 …} -Children: Doctrine\ORM\PersistentCollection {#9302 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } Eccube\Entity\Category {#9305 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9303 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9304 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } Eccube\Entity\Category {#9312 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9310 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9311 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9313 …} -Children: Doctrine\ORM\PersistentCollection {#9316 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } Eccube\Entity\Category {#9319 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9317 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9318 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9320 …} -Children: Doctrine\ORM\PersistentCollection {#9323 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } Eccube\Entity\Category {#9326 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9324 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9325 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9327 …} -Children: Doctrine\ORM\PersistentCollection {#9330 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } Eccube\Entity\Category {#9333 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9331 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9332 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9334 …} -Children: Doctrine\ORM\PersistentCollection {#9337 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } Eccube\Entity\Category {#9340 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9338 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9339 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9341 …} -Children: Doctrine\ORM\PersistentCollection {#9344 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } Eccube\Entity\Category {#9347 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9345 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9346 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9348 …} -Children: Doctrine\ORM\PersistentCollection {#9351 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } Eccube\Entity\Category {#9354 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9352 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9353 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } Eccube\Entity\Category {#9361 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9287 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9288 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9362 …} -Children: Doctrine\ORM\PersistentCollection {#9365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9366 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9359 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9360 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9367 …} -Children: Doctrine\ORM\PersistentCollection {#9370 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9375 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9373 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9374 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9376 …} -Children: Doctrine\ORM\PersistentCollection {#9379 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9382 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9381 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9383 …} -Children: Doctrine\ORM\PersistentCollection {#9386 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9389 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9387 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9388 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9390 …} -Children: Doctrine\ORM\PersistentCollection {#9393 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9396 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9395 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9403 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9402 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9404 …} -Children: Doctrine\ORM\PersistentCollection {#9407 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9410 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9409 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9411 …} -Children: Doctrine\ORM\PersistentCollection {#9414 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9417 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9416 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9418 …} -Children: Doctrine\ORM\PersistentCollection {#9421 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9424 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9423 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9425 …} -Children: Doctrine\ORM\PersistentCollection {#9428 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9431 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9430 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9432 …} -Children: Doctrine\ORM\PersistentCollection {#9435 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9438 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9437 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9445 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9444 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9446 …} -Children: Doctrine\ORM\PersistentCollection {#9449 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9452 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9451 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9453 …} -Children: Doctrine\ORM\PersistentCollection {#9456 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9459 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9458 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9460 …} -Children: Doctrine\ORM\PersistentCollection {#9463 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9466 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9465 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9467 …} -Children: Doctrine\ORM\PersistentCollection {#9470 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9473 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9472 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9474 …} -Children: Doctrine\ORM\PersistentCollection {#9477 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9480 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9479 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9481 …} -Children: Doctrine\ORM\PersistentCollection {#9484 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9487 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9486 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9494 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9493 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9495 …} -Children: Doctrine\ORM\PersistentCollection {#9498 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9501 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9371 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9372 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9502 …} -Children: Doctrine\ORM\PersistentCollection {#9505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9506 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9499 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9500 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9507 …} -Children: Doctrine\ORM\PersistentCollection {#9510 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9515 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9513 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9514 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9516 …} -Children: Doctrine\ORM\PersistentCollection {#9519 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9522 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9521 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9523 …} -Children: Doctrine\ORM\PersistentCollection {#9526 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9529 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9527 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9528 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9530 …} -Children: Doctrine\ORM\PersistentCollection {#9533 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9536 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9535 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9537 …} -Children: Doctrine\ORM\PersistentCollection {#9540 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9543 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9542 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9544 …} -Children: Doctrine\ORM\PersistentCollection {#9547 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9550 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9549 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9551 …} -Children: Doctrine\ORM\PersistentCollection {#9554 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9557 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9556 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9564 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9563 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9565 …} -Children: Doctrine\ORM\PersistentCollection {#9568 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9571 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9511 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9512 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9572 …} -Children: Doctrine\ORM\PersistentCollection {#9575 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9576 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9569 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9570 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9577 …} -Children: Doctrine\ORM\PersistentCollection {#9580 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9585 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9583 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9584 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9586 …} -Children: Doctrine\ORM\PersistentCollection {#9589 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9592 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9591 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9593 …} -Children: Doctrine\ORM\PersistentCollection {#9596 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9599 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9597 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9598 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9600 …} -Children: Doctrine\ORM\PersistentCollection {#9603 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9606 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9605 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9613 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9611 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9612 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9614 …} -Children: Doctrine\ORM\PersistentCollection {#9617 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9620 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9619 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9621 …} -Children: Doctrine\ORM\PersistentCollection {#9624 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9627 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9626 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9628 …} -Children: Doctrine\ORM\PersistentCollection {#9631 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9634 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9633 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9635 …} -Children: Doctrine\ORM\PersistentCollection {#9638 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8458 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8463 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8466 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8582 …} -Children: Doctrine\ORM\PersistentCollection {#8584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8646 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8645 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8648 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8640 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8634 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8636 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8635 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8633 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } Eccube\Entity\Category {#8627 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8629 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8628 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8626 …} -Children: Doctrine\ORM\PersistentCollection {#8624 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } Eccube\Entity\Category {#8620 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8622 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8621 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8619 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } Eccube\Entity\Category {#8608 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8605 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8607 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8609 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8615 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8613 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8614 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8616 …} -Children: Doctrine\ORM\PersistentCollection {#8618 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8655 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8652 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8653 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8656 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } Eccube\Entity\Category {#8662 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8660 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8661 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8663 …} -Children: Doctrine\ORM\PersistentCollection {#8665 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8669 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8667 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8668 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8670 …} -Children: Doctrine\ORM\PersistentCollection {#8672 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } Eccube\Entity\Category {#9641 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9640 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9639 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9642 …} -Children: Doctrine\ORM\PersistentCollection {#9645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9646 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9582 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9581 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9647 …} -Children: Doctrine\ORM\PersistentCollection {#9650 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9655 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9653 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9654 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9662 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9660 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9661 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9663 …} -Children: Doctrine\ORM\PersistentCollection {#9666 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9669 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9667 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9668 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9670 …} -Children: Doctrine\ORM\PersistentCollection {#9673 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9676 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9674 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9675 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9677 …} -Children: Doctrine\ORM\PersistentCollection {#9680 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9683 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9681 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9682 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9684 …} -Children: Doctrine\ORM\PersistentCollection {#9687 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9690 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9688 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9689 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9691 …} -Children: Doctrine\ORM\PersistentCollection {#9694 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9697 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9695 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9696 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9698 …} -Children: Doctrine\ORM\PersistentCollection {#9701 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9704 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9702 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9703 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9705 …} -Children: Doctrine\ORM\PersistentCollection {#9708 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9711 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9709 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9710 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9718 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9716 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9717 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9719 …} -Children: Doctrine\ORM\PersistentCollection {#9722 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9725 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9723 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9724 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9726 …} -Children: Doctrine\ORM\PersistentCollection {#9729 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9732 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9730 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9731 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9733 …} -Children: Doctrine\ORM\PersistentCollection {#9736 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9739 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9737 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9738 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9740 …} -Children: Doctrine\ORM\PersistentCollection {#9743 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9746 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9744 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9745 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9747 …} -Children: Doctrine\ORM\PersistentCollection {#9750 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9753 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9751 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9752 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9760 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9758 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9759 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9761 …} -Children: Doctrine\ORM\PersistentCollection {#9764 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9767 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9765 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9766 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9768 …} -Children: Doctrine\ORM\PersistentCollection {#9771 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9774 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9772 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9773 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9775 …} -Children: Doctrine\ORM\PersistentCollection {#9779 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9777 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9782 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9651 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9652 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9783 …} -Children: Doctrine\ORM\PersistentCollection {#9786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9787 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9780 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9781 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9796 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9794 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9795 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9797 …} -Children: Doctrine\ORM\PersistentCollection {#9800 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9803 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9801 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9802 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9804 …} -Children: Doctrine\ORM\PersistentCollection {#9807 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9810 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9808 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9809 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9811 …} -Children: Doctrine\ORM\PersistentCollection {#9814 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9817 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9815 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9816 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9818 …} -Children: Doctrine\ORM\PersistentCollection {#9821 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9824 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9822 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9823 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9825 …} -Children: Doctrine\ORM\PersistentCollection {#9828 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9831 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9829 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9830 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9832 …} -Children: Doctrine\ORM\PersistentCollection {#9835 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9838 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9836 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9837 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9839 …} -Children: Doctrine\ORM\PersistentCollection {#9842 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9845 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9843 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9844 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9846 …} -Children: Doctrine\ORM\PersistentCollection {#9849 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9852 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9850 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9851 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9853 …} -Children: Doctrine\ORM\PersistentCollection {#9856 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9859 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9857 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9858 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9860 …} -Children: Doctrine\ORM\PersistentCollection {#9863 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9866 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9864 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9865 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9867 …} -Children: Doctrine\ORM\PersistentCollection {#9870 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9873 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9871 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9872 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9874 …} -Children: Doctrine\ORM\PersistentCollection {#9877 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9880 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9878 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9879 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9881 …} -Children: Doctrine\ORM\PersistentCollection {#9884 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9887 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9885 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9886 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9888 …} -Children: Doctrine\ORM\PersistentCollection {#9891 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9894 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9892 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9893 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9895 …} -Children: Doctrine\ORM\PersistentCollection {#9898 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9903 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9793 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9792 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9904 …} -Children: Doctrine\ORM\PersistentCollection {#9907 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9908 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9899 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9900 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9909 …} -Children: Doctrine\ORM\PersistentCollection {#9912 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9913 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9901 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9902 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9914 …} -Children: Doctrine\ORM\PersistentCollection {#9917 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9924 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9922 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9923 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9925 …} -Children: Doctrine\ORM\PersistentCollection {#9928 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9931 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9929 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9930 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9932 …} -Children: Doctrine\ORM\PersistentCollection {#9935 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9938 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9936 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9937 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9939 …} -Children: Doctrine\ORM\PersistentCollection {#9942 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9945 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9943 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9944 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9952 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9950 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9951 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9953 …} -Children: Doctrine\ORM\PersistentCollection {#9956 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9959 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9957 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9958 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9960 …} -Children: Doctrine\ORM\PersistentCollection {#9963 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9966 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9920 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9921 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9967 …} -Children: Doctrine\ORM\PersistentCollection {#9970 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9971 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9964 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9965 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9972 …} -Children: Doctrine\ORM\PersistentCollection {#9975 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9980 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9978 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9979 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9987 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#9985 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9986 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9988 …} -Children: Doctrine\ORM\PersistentCollection {#9991 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9994 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#9992 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9993 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9995 …} -Children: Doctrine\ORM\PersistentCollection {#9998 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10001 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#9999 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10000 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10002 …} -Children: Doctrine\ORM\PersistentCollection {#10005 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10008 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10006 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10007 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10009 …} -Children: Doctrine\ORM\PersistentCollection {#10012 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10015 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10013 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10014 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10022 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9976 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9977 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10023 …} -Children: Doctrine\ORM\PersistentCollection {#10026 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10027 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10020 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10021 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10028 …} -Children: Doctrine\ORM\PersistentCollection {#10031 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10036 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10034 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10035 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10037 …} -Children: Doctrine\ORM\PersistentCollection {#10040 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10043 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10041 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10042 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10044 …} -Children: Doctrine\ORM\PersistentCollection {#10047 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10050 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10048 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10049 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10051 …} -Children: Doctrine\ORM\PersistentCollection {#10054 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10057 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10055 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10056 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10064 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10062 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10063 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10065 …} -Children: Doctrine\ORM\PersistentCollection {#10068 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10071 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10069 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10070 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10072 …} -Children: Doctrine\ORM\PersistentCollection {#10075 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10078 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10032 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10033 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10079 …} -Children: Doctrine\ORM\PersistentCollection {#10082 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10083 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10076 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10077 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10084 …} -Children: Doctrine\ORM\PersistentCollection {#10087 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10092 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10090 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10091 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10093 …} -Children: Doctrine\ORM\PersistentCollection {#10096 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10099 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10097 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10098 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10106 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10104 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10105 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10107 …} -Children: Doctrine\ORM\PersistentCollection {#10110 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10113 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10111 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10112 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10114 …} -Children: Doctrine\ORM\PersistentCollection {#10117 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10120 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10118 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10119 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10121 …} -Children: Doctrine\ORM\PersistentCollection {#10124 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10127 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10125 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10126 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10128 …} -Children: Doctrine\ORM\PersistentCollection {#10131 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10134 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10088 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10089 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10135 …} -Children: Doctrine\ORM\PersistentCollection {#10138 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10139 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10132 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10133 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10140 …} -Children: Doctrine\ORM\PersistentCollection {#10143 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10148 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10146 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10147 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10149 …} -Children: Doctrine\ORM\PersistentCollection {#10152 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10155 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10153 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10154 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10156 …} -Children: Doctrine\ORM\PersistentCollection {#10159 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10162 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10160 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10161 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10169 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10167 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10168 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10170 …} -Children: Doctrine\ORM\PersistentCollection {#10173 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10176 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10174 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10175 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10177 …} -Children: Doctrine\ORM\PersistentCollection {#10180 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10183 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10181 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10182 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10184 …} -Children: Doctrine\ORM\PersistentCollection {#10187 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } ] |
[ Eccube\Entity\Category {#8951 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8947 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8945 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8950 …} -Children: Doctrine\ORM\PersistentCollection {#8944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8942 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8943 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8941 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8936 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } Eccube\Entity\Category {#8935 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8939 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8915 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8934 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } Eccube\Entity\Category {#8924 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8926 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8925 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } Eccube\Entity\Category {#8957 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8955 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8956 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } Eccube\Entity\Category {#8964 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8962 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8963 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8971 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8969 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8970 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8978 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8976 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8977 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8985 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#8983 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8984 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8992 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#8990 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8991 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8993 …} -Children: Doctrine\ORM\PersistentCollection {#8996 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8999 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8929 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8930 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } Eccube\Entity\Category {#9004 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#8997 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#8998 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9005 …} -Children: Doctrine\ORM\PersistentCollection {#9008 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } Eccube\Entity\Category {#9013 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9011 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9012 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } Eccube\Entity\Category {#9020 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9018 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9019 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } Eccube\Entity\Category {#9027 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9025 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9026 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } Eccube\Entity\Category {#9034 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9032 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9033 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9041 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9039 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9040 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9048 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9046 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9047 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9055 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9054 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9059 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9062 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9061 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9069 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9009 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9010 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } Eccube\Entity\Category {#9074 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9067 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9068 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9075 …} -Children: Doctrine\ORM\PersistentCollection {#9078 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } Eccube\Entity\Category {#9083 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9081 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9082 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } Eccube\Entity\Category {#9090 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9088 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9089 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } Eccube\Entity\Category {#9097 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9095 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9096 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9104 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9102 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9103 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9111 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9109 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9110 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9118 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9117 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9119 …} -Children: Doctrine\ORM\PersistentCollection {#9122 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9125 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9124 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9132 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9131 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9139 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9079 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9080 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } Eccube\Entity\Category {#9144 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9137 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9138 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9145 …} -Children: Doctrine\ORM\PersistentCollection {#9148 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } Eccube\Entity\Category {#9153 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9151 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9152 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } Eccube\Entity\Category {#9160 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9158 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9159 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } Eccube\Entity\Category {#9167 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9165 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9166 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9174 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9172 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9173 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9181 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9179 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9180 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9182 …} -Children: Doctrine\ORM\PersistentCollection {#9185 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9188 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9187 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9195 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9194 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9202 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9201 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9209 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9149 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9150 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } Eccube\Entity\Category {#9214 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9207 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9208 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9215 …} -Children: Doctrine\ORM\PersistentCollection {#9218 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } Eccube\Entity\Category {#9223 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9221 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9222 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } Eccube\Entity\Category {#9230 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9228 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9229 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } Eccube\Entity\Category {#9237 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9235 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9236 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9244 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9242 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9243 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9245 …} -Children: Doctrine\ORM\PersistentCollection {#9248 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9251 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9249 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9250 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9258 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9257 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9265 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9264 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9272 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9271 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9277 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8927 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8928 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9278 …} -Children: Doctrine\ORM\PersistentCollection {#9281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9282 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9219 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9220 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } Eccube\Entity\Category {#9291 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9289 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9290 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9292 …} -Children: Doctrine\ORM\PersistentCollection {#9295 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } Eccube\Entity\Category {#9298 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9296 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9297 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9299 …} -Children: Doctrine\ORM\PersistentCollection {#9302 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } Eccube\Entity\Category {#9305 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9303 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9304 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } Eccube\Entity\Category {#9312 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9310 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9311 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9313 …} -Children: Doctrine\ORM\PersistentCollection {#9316 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } Eccube\Entity\Category {#9319 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9317 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9318 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9320 …} -Children: Doctrine\ORM\PersistentCollection {#9323 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } Eccube\Entity\Category {#9326 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9324 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9325 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9327 …} -Children: Doctrine\ORM\PersistentCollection {#9330 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } Eccube\Entity\Category {#9333 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9331 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9332 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9334 …} -Children: Doctrine\ORM\PersistentCollection {#9337 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } Eccube\Entity\Category {#9340 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9338 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9339 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9341 …} -Children: Doctrine\ORM\PersistentCollection {#9344 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } Eccube\Entity\Category {#9347 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9345 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9346 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9348 …} -Children: Doctrine\ORM\PersistentCollection {#9351 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } Eccube\Entity\Category {#9354 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9352 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9353 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } Eccube\Entity\Category {#9361 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9287 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9288 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9362 …} -Children: Doctrine\ORM\PersistentCollection {#9365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9366 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9359 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9360 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9367 …} -Children: Doctrine\ORM\PersistentCollection {#9370 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9375 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9373 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9374 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9376 …} -Children: Doctrine\ORM\PersistentCollection {#9379 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9382 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9381 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9383 …} -Children: Doctrine\ORM\PersistentCollection {#9386 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9389 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9387 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9388 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9390 …} -Children: Doctrine\ORM\PersistentCollection {#9393 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9396 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9395 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9403 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9402 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9404 …} -Children: Doctrine\ORM\PersistentCollection {#9407 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9410 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9409 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9411 …} -Children: Doctrine\ORM\PersistentCollection {#9414 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9417 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9416 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9418 …} -Children: Doctrine\ORM\PersistentCollection {#9421 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9424 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9423 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9425 …} -Children: Doctrine\ORM\PersistentCollection {#9428 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9431 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9430 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9432 …} -Children: Doctrine\ORM\PersistentCollection {#9435 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9438 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9437 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9445 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9444 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9446 …} -Children: Doctrine\ORM\PersistentCollection {#9449 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9452 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9451 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9453 …} -Children: Doctrine\ORM\PersistentCollection {#9456 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9459 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9458 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9460 …} -Children: Doctrine\ORM\PersistentCollection {#9463 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9466 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9465 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9467 …} -Children: Doctrine\ORM\PersistentCollection {#9470 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9473 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9472 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9474 …} -Children: Doctrine\ORM\PersistentCollection {#9477 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9480 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9479 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9481 …} -Children: Doctrine\ORM\PersistentCollection {#9484 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9487 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9486 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9494 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9493 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9495 …} -Children: Doctrine\ORM\PersistentCollection {#9498 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9501 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9371 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9372 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9502 …} -Children: Doctrine\ORM\PersistentCollection {#9505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9506 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9499 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9500 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9507 …} -Children: Doctrine\ORM\PersistentCollection {#9510 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9515 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9513 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9514 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9516 …} -Children: Doctrine\ORM\PersistentCollection {#9519 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9522 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9521 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9523 …} -Children: Doctrine\ORM\PersistentCollection {#9526 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9529 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9527 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9528 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9530 …} -Children: Doctrine\ORM\PersistentCollection {#9533 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9536 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9535 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9537 …} -Children: Doctrine\ORM\PersistentCollection {#9540 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9543 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9542 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9544 …} -Children: Doctrine\ORM\PersistentCollection {#9547 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9550 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9549 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9551 …} -Children: Doctrine\ORM\PersistentCollection {#9554 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9557 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9556 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9564 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9563 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9565 …} -Children: Doctrine\ORM\PersistentCollection {#9568 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9571 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9511 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9512 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9572 …} -Children: Doctrine\ORM\PersistentCollection {#9575 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9576 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9569 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9570 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9577 …} -Children: Doctrine\ORM\PersistentCollection {#9580 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9585 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9583 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9584 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9586 …} -Children: Doctrine\ORM\PersistentCollection {#9589 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9592 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9591 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9593 …} -Children: Doctrine\ORM\PersistentCollection {#9596 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9599 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9597 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9598 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9600 …} -Children: Doctrine\ORM\PersistentCollection {#9603 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9606 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9605 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9613 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9611 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9612 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9614 …} -Children: Doctrine\ORM\PersistentCollection {#9617 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9620 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9619 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9621 …} -Children: Doctrine\ORM\PersistentCollection {#9624 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9627 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9626 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9628 …} -Children: Doctrine\ORM\PersistentCollection {#9631 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9634 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9633 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9635 …} -Children: Doctrine\ORM\PersistentCollection {#9638 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8458 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8463 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8466 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8582 …} -Children: Doctrine\ORM\PersistentCollection {#8584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8646 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8645 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8648 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8640 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8634 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8636 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8635 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8633 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } Eccube\Entity\Category {#8627 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8629 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8628 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8626 …} -Children: Doctrine\ORM\PersistentCollection {#8624 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } Eccube\Entity\Category {#8620 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8622 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8621 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8619 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } Eccube\Entity\Category {#8608 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8605 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8607 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8609 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8615 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8613 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8614 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8616 …} -Children: Doctrine\ORM\PersistentCollection {#8618 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8655 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8652 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8653 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8656 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } Eccube\Entity\Category {#8662 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8660 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8661 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8663 …} -Children: Doctrine\ORM\PersistentCollection {#8665 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8669 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8667 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8668 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8670 …} -Children: Doctrine\ORM\PersistentCollection {#8672 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } Eccube\Entity\Category {#9641 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9640 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9639 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9642 …} -Children: Doctrine\ORM\PersistentCollection {#9645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9646 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9582 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9581 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9647 …} -Children: Doctrine\ORM\PersistentCollection {#9650 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9655 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9653 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9654 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9662 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9660 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9661 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9663 …} -Children: Doctrine\ORM\PersistentCollection {#9666 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9669 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9667 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9668 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9670 …} -Children: Doctrine\ORM\PersistentCollection {#9673 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9676 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9674 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9675 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9677 …} -Children: Doctrine\ORM\PersistentCollection {#9680 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9683 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9681 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9682 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9684 …} -Children: Doctrine\ORM\PersistentCollection {#9687 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9690 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9688 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9689 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9691 …} -Children: Doctrine\ORM\PersistentCollection {#9694 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9697 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9695 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9696 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9698 …} -Children: Doctrine\ORM\PersistentCollection {#9701 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9704 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9702 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9703 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9705 …} -Children: Doctrine\ORM\PersistentCollection {#9708 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9711 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9709 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9710 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9718 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9716 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9717 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9719 …} -Children: Doctrine\ORM\PersistentCollection {#9722 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9725 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9723 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9724 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9726 …} -Children: Doctrine\ORM\PersistentCollection {#9729 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9732 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9730 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9731 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9733 …} -Children: Doctrine\ORM\PersistentCollection {#9736 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9739 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9737 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9738 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9740 …} -Children: Doctrine\ORM\PersistentCollection {#9743 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9746 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9744 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9745 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9747 …} -Children: Doctrine\ORM\PersistentCollection {#9750 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9753 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9751 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9752 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9760 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9758 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9759 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9761 …} -Children: Doctrine\ORM\PersistentCollection {#9764 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9767 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9765 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9766 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9768 …} -Children: Doctrine\ORM\PersistentCollection {#9771 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9774 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9772 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9773 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9775 …} -Children: Doctrine\ORM\PersistentCollection {#9779 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9777 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9782 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9651 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9652 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9783 …} -Children: Doctrine\ORM\PersistentCollection {#9786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9787 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9780 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9781 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9796 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9794 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9795 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9797 …} -Children: Doctrine\ORM\PersistentCollection {#9800 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9803 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9801 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9802 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9804 …} -Children: Doctrine\ORM\PersistentCollection {#9807 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9810 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9808 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9809 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9811 …} -Children: Doctrine\ORM\PersistentCollection {#9814 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9817 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9815 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9816 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9818 …} -Children: Doctrine\ORM\PersistentCollection {#9821 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9824 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9822 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9823 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9825 …} -Children: Doctrine\ORM\PersistentCollection {#9828 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9831 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9829 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9830 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9832 …} -Children: Doctrine\ORM\PersistentCollection {#9835 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9838 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9836 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9837 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9839 …} -Children: Doctrine\ORM\PersistentCollection {#9842 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9845 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9843 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9844 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9846 …} -Children: Doctrine\ORM\PersistentCollection {#9849 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9852 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9850 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9851 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9853 …} -Children: Doctrine\ORM\PersistentCollection {#9856 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9859 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9857 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9858 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9860 …} -Children: Doctrine\ORM\PersistentCollection {#9863 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9866 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9864 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9865 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9867 …} -Children: Doctrine\ORM\PersistentCollection {#9870 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9873 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9871 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9872 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9874 …} -Children: Doctrine\ORM\PersistentCollection {#9877 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9880 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9878 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9879 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9881 …} -Children: Doctrine\ORM\PersistentCollection {#9884 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9887 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9885 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9886 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9888 …} -Children: Doctrine\ORM\PersistentCollection {#9891 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9894 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9892 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9893 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9895 …} -Children: Doctrine\ORM\PersistentCollection {#9898 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9903 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9793 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9792 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9904 …} -Children: Doctrine\ORM\PersistentCollection {#9907 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9908 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9899 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9900 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9909 …} -Children: Doctrine\ORM\PersistentCollection {#9912 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9913 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9901 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9902 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9914 …} -Children: Doctrine\ORM\PersistentCollection {#9917 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9924 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9922 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9923 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9925 …} -Children: Doctrine\ORM\PersistentCollection {#9928 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9931 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9929 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9930 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9932 …} -Children: Doctrine\ORM\PersistentCollection {#9935 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9938 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9936 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9937 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9939 …} -Children: Doctrine\ORM\PersistentCollection {#9942 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9945 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9943 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9944 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9952 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9950 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9951 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9953 …} -Children: Doctrine\ORM\PersistentCollection {#9956 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9959 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9957 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9958 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9960 …} -Children: Doctrine\ORM\PersistentCollection {#9963 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9966 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9920 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9921 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9967 …} -Children: Doctrine\ORM\PersistentCollection {#9970 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9971 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9964 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9965 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9972 …} -Children: Doctrine\ORM\PersistentCollection {#9975 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9980 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9978 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9979 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9987 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#9985 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9986 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9988 …} -Children: Doctrine\ORM\PersistentCollection {#9991 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9994 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#9992 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9993 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9995 …} -Children: Doctrine\ORM\PersistentCollection {#9998 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10001 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#9999 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10000 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10002 …} -Children: Doctrine\ORM\PersistentCollection {#10005 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10008 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10006 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10007 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10009 …} -Children: Doctrine\ORM\PersistentCollection {#10012 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10015 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10013 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10014 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10022 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9976 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9977 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10023 …} -Children: Doctrine\ORM\PersistentCollection {#10026 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10027 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10020 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10021 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10028 …} -Children: Doctrine\ORM\PersistentCollection {#10031 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10036 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10034 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10035 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10037 …} -Children: Doctrine\ORM\PersistentCollection {#10040 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10043 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10041 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10042 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10044 …} -Children: Doctrine\ORM\PersistentCollection {#10047 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10050 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10048 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10049 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10051 …} -Children: Doctrine\ORM\PersistentCollection {#10054 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10057 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10055 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10056 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10064 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10062 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10063 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10065 …} -Children: Doctrine\ORM\PersistentCollection {#10068 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10071 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10069 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10070 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10072 …} -Children: Doctrine\ORM\PersistentCollection {#10075 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10078 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10032 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10033 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10079 …} -Children: Doctrine\ORM\PersistentCollection {#10082 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10083 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10076 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10077 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10084 …} -Children: Doctrine\ORM\PersistentCollection {#10087 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10092 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10090 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10091 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10093 …} -Children: Doctrine\ORM\PersistentCollection {#10096 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10099 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10097 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10098 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10106 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10104 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10105 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10107 …} -Children: Doctrine\ORM\PersistentCollection {#10110 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10113 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10111 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10112 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10114 …} -Children: Doctrine\ORM\PersistentCollection {#10117 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10120 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10118 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10119 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10121 …} -Children: Doctrine\ORM\PersistentCollection {#10124 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10127 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10125 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10126 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10128 …} -Children: Doctrine\ORM\PersistentCollection {#10131 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10134 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10088 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10089 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10135 …} -Children: Doctrine\ORM\PersistentCollection {#10138 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10139 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10132 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10133 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10140 …} -Children: Doctrine\ORM\PersistentCollection {#10143 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10148 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10146 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10147 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10149 …} -Children: Doctrine\ORM\PersistentCollection {#10152 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10155 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10153 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10154 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10156 …} -Children: Doctrine\ORM\PersistentCollection {#10159 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10162 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10160 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10161 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10169 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10167 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10168 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10170 …} -Children: Doctrine\ORM\PersistentCollection {#10173 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10176 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10174 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10175 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10177 …} -Children: Doctrine\ORM\PersistentCollection {#10180 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10183 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10181 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10182 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10184 …} -Children: Doctrine\ORM\PersistentCollection {#10187 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } ] |
| 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 {#8904 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8898 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8899 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#8389 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#8951 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8947 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8945 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8950 …} -Children: Doctrine\ORM\PersistentCollection {#8944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8942 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8943 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8941 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8936 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } Eccube\Entity\Category {#8935 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8939 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8915 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8934 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } Eccube\Entity\Category {#8924 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8926 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8925 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } Eccube\Entity\Category {#8957 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8955 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8956 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } Eccube\Entity\Category {#8964 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8962 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8963 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8971 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8969 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8970 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8978 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8976 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8977 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8985 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#8983 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8984 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8992 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#8990 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8991 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8993 …} -Children: Doctrine\ORM\PersistentCollection {#8996 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8999 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8929 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8930 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } Eccube\Entity\Category {#9004 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#8997 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#8998 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9005 …} -Children: Doctrine\ORM\PersistentCollection {#9008 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } Eccube\Entity\Category {#9013 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9011 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9012 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } Eccube\Entity\Category {#9020 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9018 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9019 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } Eccube\Entity\Category {#9027 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9025 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9026 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } Eccube\Entity\Category {#9034 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9032 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9033 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9041 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9039 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9040 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9048 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9046 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9047 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9055 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9054 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9059 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9062 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9061 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9069 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9009 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9010 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } Eccube\Entity\Category {#9074 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9067 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9068 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9075 …} -Children: Doctrine\ORM\PersistentCollection {#9078 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } Eccube\Entity\Category {#9083 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9081 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9082 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } Eccube\Entity\Category {#9090 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9088 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9089 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } Eccube\Entity\Category {#9097 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9095 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9096 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9104 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9102 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9103 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9111 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9109 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9110 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9118 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9117 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9119 …} -Children: Doctrine\ORM\PersistentCollection {#9122 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9125 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9124 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9132 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9131 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9139 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9079 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9080 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } Eccube\Entity\Category {#9144 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9137 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9138 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9145 …} -Children: Doctrine\ORM\PersistentCollection {#9148 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } Eccube\Entity\Category {#9153 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9151 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9152 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } Eccube\Entity\Category {#9160 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9158 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9159 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } Eccube\Entity\Category {#9167 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9165 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9166 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9174 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9172 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9173 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9181 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9179 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9180 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9182 …} -Children: Doctrine\ORM\PersistentCollection {#9185 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9188 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9187 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9195 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9194 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9202 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9201 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9209 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9149 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9150 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } Eccube\Entity\Category {#9214 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9207 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9208 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9215 …} -Children: Doctrine\ORM\PersistentCollection {#9218 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } Eccube\Entity\Category {#9223 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9221 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9222 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } Eccube\Entity\Category {#9230 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9228 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9229 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } Eccube\Entity\Category {#9237 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9235 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9236 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9244 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9242 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9243 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9245 …} -Children: Doctrine\ORM\PersistentCollection {#9248 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9251 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9249 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9250 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9258 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9257 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9265 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9264 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9272 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9271 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9277 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8927 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8928 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9278 …} -Children: Doctrine\ORM\PersistentCollection {#9281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9282 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9219 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9220 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } Eccube\Entity\Category {#9291 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9289 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9290 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9292 …} -Children: Doctrine\ORM\PersistentCollection {#9295 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } Eccube\Entity\Category {#9298 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9296 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9297 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9299 …} -Children: Doctrine\ORM\PersistentCollection {#9302 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } Eccube\Entity\Category {#9305 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9303 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9304 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } Eccube\Entity\Category {#9312 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9310 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9311 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9313 …} -Children: Doctrine\ORM\PersistentCollection {#9316 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } Eccube\Entity\Category {#9319 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9317 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9318 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9320 …} -Children: Doctrine\ORM\PersistentCollection {#9323 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } Eccube\Entity\Category {#9326 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9324 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9325 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9327 …} -Children: Doctrine\ORM\PersistentCollection {#9330 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } Eccube\Entity\Category {#9333 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9331 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9332 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9334 …} -Children: Doctrine\ORM\PersistentCollection {#9337 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } Eccube\Entity\Category {#9340 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9338 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9339 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9341 …} -Children: Doctrine\ORM\PersistentCollection {#9344 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } Eccube\Entity\Category {#9347 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9345 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9346 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9348 …} -Children: Doctrine\ORM\PersistentCollection {#9351 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } Eccube\Entity\Category {#9354 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9352 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9353 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } Eccube\Entity\Category {#9361 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9287 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9288 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9362 …} -Children: Doctrine\ORM\PersistentCollection {#9365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9366 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9359 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9360 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9367 …} -Children: Doctrine\ORM\PersistentCollection {#9370 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9375 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9373 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9374 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9376 …} -Children: Doctrine\ORM\PersistentCollection {#9379 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9382 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9381 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9383 …} -Children: Doctrine\ORM\PersistentCollection {#9386 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9389 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9387 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9388 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9390 …} -Children: Doctrine\ORM\PersistentCollection {#9393 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9396 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9395 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9403 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9402 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9404 …} -Children: Doctrine\ORM\PersistentCollection {#9407 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9410 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9409 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9411 …} -Children: Doctrine\ORM\PersistentCollection {#9414 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9417 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9416 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9418 …} -Children: Doctrine\ORM\PersistentCollection {#9421 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9424 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9423 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9425 …} -Children: Doctrine\ORM\PersistentCollection {#9428 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9431 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9430 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9432 …} -Children: Doctrine\ORM\PersistentCollection {#9435 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9438 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9437 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9445 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9444 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9446 …} -Children: Doctrine\ORM\PersistentCollection {#9449 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9452 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9451 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9453 …} -Children: Doctrine\ORM\PersistentCollection {#9456 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9459 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9458 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9460 …} -Children: Doctrine\ORM\PersistentCollection {#9463 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9466 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9465 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9467 …} -Children: Doctrine\ORM\PersistentCollection {#9470 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9473 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9472 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9474 …} -Children: Doctrine\ORM\PersistentCollection {#9477 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9480 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9479 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9481 …} -Children: Doctrine\ORM\PersistentCollection {#9484 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9487 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9486 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9494 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9493 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9495 …} -Children: Doctrine\ORM\PersistentCollection {#9498 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9501 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9371 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9372 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9502 …} -Children: Doctrine\ORM\PersistentCollection {#9505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9506 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9499 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9500 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9507 …} -Children: Doctrine\ORM\PersistentCollection {#9510 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9515 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9513 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9514 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9516 …} -Children: Doctrine\ORM\PersistentCollection {#9519 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9522 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9521 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9523 …} -Children: Doctrine\ORM\PersistentCollection {#9526 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9529 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9527 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9528 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9530 …} -Children: Doctrine\ORM\PersistentCollection {#9533 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9536 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9535 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9537 …} -Children: Doctrine\ORM\PersistentCollection {#9540 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9543 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9542 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9544 …} -Children: Doctrine\ORM\PersistentCollection {#9547 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9550 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9549 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9551 …} -Children: Doctrine\ORM\PersistentCollection {#9554 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9557 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9556 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9564 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9563 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9565 …} -Children: Doctrine\ORM\PersistentCollection {#9568 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9571 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9511 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9512 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9572 …} -Children: Doctrine\ORM\PersistentCollection {#9575 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9576 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9569 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9570 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9577 …} -Children: Doctrine\ORM\PersistentCollection {#9580 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9585 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9583 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9584 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9586 …} -Children: Doctrine\ORM\PersistentCollection {#9589 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9592 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9591 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9593 …} -Children: Doctrine\ORM\PersistentCollection {#9596 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9599 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9597 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9598 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9600 …} -Children: Doctrine\ORM\PersistentCollection {#9603 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9606 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9605 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9613 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9611 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9612 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9614 …} -Children: Doctrine\ORM\PersistentCollection {#9617 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9620 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9619 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9621 …} -Children: Doctrine\ORM\PersistentCollection {#9624 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9627 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9626 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9628 …} -Children: Doctrine\ORM\PersistentCollection {#9631 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9634 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9633 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9635 …} -Children: Doctrine\ORM\PersistentCollection {#9638 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8458 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8463 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8466 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8582 …} -Children: Doctrine\ORM\PersistentCollection {#8584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8646 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8645 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8648 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8640 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8634 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8636 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8635 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8633 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } Eccube\Entity\Category {#8627 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8629 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8628 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8626 …} -Children: Doctrine\ORM\PersistentCollection {#8624 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } Eccube\Entity\Category {#8620 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8622 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8621 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8619 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } Eccube\Entity\Category {#8608 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8605 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8607 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8609 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8615 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8613 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8614 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8616 …} -Children: Doctrine\ORM\PersistentCollection {#8618 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8655 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8652 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8653 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8656 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } Eccube\Entity\Category {#8662 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8660 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8661 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8663 …} -Children: Doctrine\ORM\PersistentCollection {#8665 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8669 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8667 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8668 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8670 …} -Children: Doctrine\ORM\PersistentCollection {#8672 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } Eccube\Entity\Category {#9641 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9640 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9639 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9642 …} -Children: Doctrine\ORM\PersistentCollection {#9645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9646 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9582 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9581 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9647 …} -Children: Doctrine\ORM\PersistentCollection {#9650 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9655 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9653 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9654 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9662 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9660 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9661 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9663 …} -Children: Doctrine\ORM\PersistentCollection {#9666 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9669 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9667 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9668 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9670 …} -Children: Doctrine\ORM\PersistentCollection {#9673 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9676 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9674 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9675 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9677 …} -Children: Doctrine\ORM\PersistentCollection {#9680 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9683 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9681 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9682 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9684 …} -Children: Doctrine\ORM\PersistentCollection {#9687 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9690 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9688 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9689 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9691 …} -Children: Doctrine\ORM\PersistentCollection {#9694 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9697 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9695 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9696 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9698 …} -Children: Doctrine\ORM\PersistentCollection {#9701 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9704 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9702 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9703 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9705 …} -Children: Doctrine\ORM\PersistentCollection {#9708 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9711 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9709 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9710 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9718 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9716 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9717 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9719 …} -Children: Doctrine\ORM\PersistentCollection {#9722 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9725 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9723 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9724 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9726 …} -Children: Doctrine\ORM\PersistentCollection {#9729 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9732 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9730 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9731 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9733 …} -Children: Doctrine\ORM\PersistentCollection {#9736 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9739 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9737 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9738 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9740 …} -Children: Doctrine\ORM\PersistentCollection {#9743 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9746 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9744 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9745 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9747 …} -Children: Doctrine\ORM\PersistentCollection {#9750 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9753 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9751 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9752 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9760 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9758 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9759 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9761 …} -Children: Doctrine\ORM\PersistentCollection {#9764 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9767 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9765 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9766 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9768 …} -Children: Doctrine\ORM\PersistentCollection {#9771 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9774 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9772 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9773 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9775 …} -Children: Doctrine\ORM\PersistentCollection {#9779 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9777 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9782 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9651 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9652 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9783 …} -Children: Doctrine\ORM\PersistentCollection {#9786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9787 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9780 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9781 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9796 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9794 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9795 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9797 …} -Children: Doctrine\ORM\PersistentCollection {#9800 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9803 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9801 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9802 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9804 …} -Children: Doctrine\ORM\PersistentCollection {#9807 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9810 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9808 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9809 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9811 …} -Children: Doctrine\ORM\PersistentCollection {#9814 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9817 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9815 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9816 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9818 …} -Children: Doctrine\ORM\PersistentCollection {#9821 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9824 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9822 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9823 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9825 …} -Children: Doctrine\ORM\PersistentCollection {#9828 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9831 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9829 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9830 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9832 …} -Children: Doctrine\ORM\PersistentCollection {#9835 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9838 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9836 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9837 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9839 …} -Children: Doctrine\ORM\PersistentCollection {#9842 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9845 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9843 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9844 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9846 …} -Children: Doctrine\ORM\PersistentCollection {#9849 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9852 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9850 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9851 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9853 …} -Children: Doctrine\ORM\PersistentCollection {#9856 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9859 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9857 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9858 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9860 …} -Children: Doctrine\ORM\PersistentCollection {#9863 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9866 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9864 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9865 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9867 …} -Children: Doctrine\ORM\PersistentCollection {#9870 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9873 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9871 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9872 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9874 …} -Children: Doctrine\ORM\PersistentCollection {#9877 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9880 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9878 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9879 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9881 …} -Children: Doctrine\ORM\PersistentCollection {#9884 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9887 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9885 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9886 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9888 …} -Children: Doctrine\ORM\PersistentCollection {#9891 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9894 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9892 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9893 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9895 …} -Children: Doctrine\ORM\PersistentCollection {#9898 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9903 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9793 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9792 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9904 …} -Children: Doctrine\ORM\PersistentCollection {#9907 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9908 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9899 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9900 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9909 …} -Children: Doctrine\ORM\PersistentCollection {#9912 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9913 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9901 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9902 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9914 …} -Children: Doctrine\ORM\PersistentCollection {#9917 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9924 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9922 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9923 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9925 …} -Children: Doctrine\ORM\PersistentCollection {#9928 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9931 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9929 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9930 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9932 …} -Children: Doctrine\ORM\PersistentCollection {#9935 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9938 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9936 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9937 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9939 …} -Children: Doctrine\ORM\PersistentCollection {#9942 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9945 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9943 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9944 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9952 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9950 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9951 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9953 …} -Children: Doctrine\ORM\PersistentCollection {#9956 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9959 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9957 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9958 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9960 …} -Children: Doctrine\ORM\PersistentCollection {#9963 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9966 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9920 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9921 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9967 …} -Children: Doctrine\ORM\PersistentCollection {#9970 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9971 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9964 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9965 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9972 …} -Children: Doctrine\ORM\PersistentCollection {#9975 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9980 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9978 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9979 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9987 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#9985 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9986 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9988 …} -Children: Doctrine\ORM\PersistentCollection {#9991 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9994 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#9992 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9993 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9995 …} -Children: Doctrine\ORM\PersistentCollection {#9998 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10001 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#9999 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10000 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10002 …} -Children: Doctrine\ORM\PersistentCollection {#10005 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10008 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10006 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10007 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10009 …} -Children: Doctrine\ORM\PersistentCollection {#10012 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10015 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10013 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10014 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10022 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9976 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9977 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10023 …} -Children: Doctrine\ORM\PersistentCollection {#10026 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10027 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10020 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10021 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10028 …} -Children: Doctrine\ORM\PersistentCollection {#10031 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10036 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10034 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10035 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10037 …} -Children: Doctrine\ORM\PersistentCollection {#10040 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10043 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10041 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10042 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10044 …} -Children: Doctrine\ORM\PersistentCollection {#10047 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10050 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10048 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10049 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10051 …} -Children: Doctrine\ORM\PersistentCollection {#10054 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10057 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10055 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10056 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10064 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10062 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10063 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10065 …} -Children: Doctrine\ORM\PersistentCollection {#10068 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10071 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10069 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10070 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10072 …} -Children: Doctrine\ORM\PersistentCollection {#10075 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10078 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10032 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10033 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10079 …} -Children: Doctrine\ORM\PersistentCollection {#10082 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10083 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10076 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10077 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10084 …} -Children: Doctrine\ORM\PersistentCollection {#10087 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10092 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10090 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10091 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10093 …} -Children: Doctrine\ORM\PersistentCollection {#10096 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10099 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10097 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10098 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10106 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10104 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10105 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10107 …} -Children: Doctrine\ORM\PersistentCollection {#10110 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10113 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10111 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10112 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10114 …} -Children: Doctrine\ORM\PersistentCollection {#10117 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10120 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10118 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10119 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10121 …} -Children: Doctrine\ORM\PersistentCollection {#10124 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10127 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10125 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10126 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10128 …} -Children: Doctrine\ORM\PersistentCollection {#10131 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10134 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10088 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10089 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10135 …} -Children: Doctrine\ORM\PersistentCollection {#10138 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10139 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10132 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10133 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10140 …} -Children: Doctrine\ORM\PersistentCollection {#10143 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10148 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10146 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10147 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10149 …} -Children: Doctrine\ORM\PersistentCollection {#10152 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10155 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10153 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10154 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10156 …} -Children: Doctrine\ORM\PersistentCollection {#10159 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10162 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10160 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10161 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10169 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10167 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10168 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10170 …} -Children: Doctrine\ORM\PersistentCollection {#10173 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10176 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10174 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10175 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10177 …} -Children: Doctrine\ORM\PersistentCollection {#10180 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10183 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10181 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10182 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10184 …} -Children: Doctrine\ORM\PersistentCollection {#10187 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } ] |
| 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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …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 {#8899 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#8389 …} -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() {#8900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8901 …} } } |
| 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 | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10483 +label: "メーカー・シリーズ" +value: "1" +data: Eccube\Entity\Category {#8951 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8947 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8945 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8950 …} -Children: Doctrine\ORM\PersistentCollection {#8944 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10485 +label: " ダイキン" +value: "2" +data: Eccube\Entity\Category {#8942 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8943 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8941 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8937 …} -Children: Doctrine\ORM\PersistentCollection {#8936 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10484 +label: " Eco ZEAS" +value: "4" +data: Eccube\Entity\Category {#8935 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8939 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8915 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8934 …} -Children: Doctrine\ORM\PersistentCollection {#8931 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10501 +label: " FIVE STAR ZEAS" +value: "3" +data: Eccube\Entity\Category {#8924 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8926 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8925 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8923 …} -Children: Doctrine\ORM\PersistentCollection {#8954 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10502 +label: " スゴ暖ZEAS" +value: "5" +data: Eccube\Entity\Category {#8957 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8955 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8956 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8958 …} -Children: Doctrine\ORM\PersistentCollection {#8961 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10503 +label: " 予備1" +value: "6" +data: Eccube\Entity\Category {#8964 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8962 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8963 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8965 …} -Children: Doctrine\ORM\PersistentCollection {#8968 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10504 +label: " 予備2" +value: "7" +data: Eccube\Entity\Category {#8971 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8969 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8970 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8972 …} -Children: Doctrine\ORM\PersistentCollection {#8975 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10505 +label: " 予備3" +value: "8" +data: Eccube\Entity\Category {#8978 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8976 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8977 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8979 …} -Children: Doctrine\ORM\PersistentCollection {#8982 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10506 +label: " 予備4" +value: "9" +data: Eccube\Entity\Category {#8985 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#8983 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8984 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8986 …} -Children: Doctrine\ORM\PersistentCollection {#8989 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10507 +label: " ホッとEcoZEAS" +value: "10" +data: Eccube\Entity\Category {#8992 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#8990 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8991 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8993 …} -Children: Doctrine\ORM\PersistentCollection {#8996 …} -Parent: Eccube\Entity\Category {#8942} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10508 +label: " 東芝" +value: "11" +data: Eccube\Entity\Category {#8999 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8929 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8930 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9000 …} -Children: Doctrine\ORM\PersistentCollection {#9003 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10509 +label: " ウルトラパワーエコ" +value: "12" +data: Eccube\Entity\Category {#9004 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#8997 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#8998 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9005 …} -Children: Doctrine\ORM\PersistentCollection {#9008 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10510 +label: " スーパーパワーエコゴールド" +value: "13" +data: Eccube\Entity\Category {#9013 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9011 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9012 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9014 …} -Children: Doctrine\ORM\PersistentCollection {#9017 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10511 +label: " スーパーパワーエコ暖太郎" +value: "14" +data: Eccube\Entity\Category {#9020 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9018 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9019 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9021 …} -Children: Doctrine\ORM\PersistentCollection {#9024 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10512 +label: " スマートエコneo" +value: "15" +data: Eccube\Entity\Category {#9027 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9025 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9026 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9028 …} -Children: Doctrine\ORM\PersistentCollection {#9031 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10513 +label: " 予備5" +value: "16" +data: Eccube\Entity\Category {#9034 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9032 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9033 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9035 …} -Children: Doctrine\ORM\PersistentCollection {#9038 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10514 +label: " 予備6" +value: "17" +data: Eccube\Entity\Category {#9041 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9039 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9040 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9042 …} -Children: Doctrine\ORM\PersistentCollection {#9045 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10515 +label: " 予備7" +value: "18" +data: Eccube\Entity\Category {#9048 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9046 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9047 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9049 …} -Children: Doctrine\ORM\PersistentCollection {#9052 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10516 +label: " スーパーパワーエコmini" +value: "19" +data: Eccube\Entity\Category {#9055 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9054 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9056 …} -Children: Doctrine\ORM\PersistentCollection {#9059 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10517 +label: " 東芝-冷房専用" +value: "20" +data: Eccube\Entity\Category {#9062 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9061 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9063 …} -Children: Doctrine\ORM\PersistentCollection {#9066 …} -Parent: Eccube\Entity\Category {#8999} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10518 +label: " 日立" +value: "21" +data: Eccube\Entity\Category {#9069 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9009 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9010 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9070 …} -Children: Doctrine\ORM\PersistentCollection {#9073 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10519 +label: " 省エネの達人プレミアム" +value: "22" +data: Eccube\Entity\Category {#9074 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9067 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9068 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9075 …} -Children: Doctrine\ORM\PersistentCollection {#9078 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10520 +label: " 省エネの達人" +value: "23" +data: Eccube\Entity\Category {#9083 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9081 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9082 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9084 …} -Children: Doctrine\ORM\PersistentCollection {#9087 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10521 +label: " 寒さ知らず" +value: "24" +data: Eccube\Entity\Category {#9090 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9088 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9089 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9091 …} -Children: Doctrine\ORM\PersistentCollection {#9094 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10522 +label: " 予備8" +value: "25" +data: Eccube\Entity\Category {#9097 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9095 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9096 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9098 …} -Children: Doctrine\ORM\PersistentCollection {#9101 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10523 +label: " 予備9" +value: "26" +data: Eccube\Entity\Category {#9104 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9102 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9103 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9105 …} -Children: Doctrine\ORM\PersistentCollection {#9108 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10524 +label: " 予備10" +value: "27" +data: Eccube\Entity\Category {#9111 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9109 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9110 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9112 …} -Children: Doctrine\ORM\PersistentCollection {#9115 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10525 +label: " 予備11" +value: "28" +data: Eccube\Entity\Category {#9118 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9117 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9119 …} -Children: Doctrine\ORM\PersistentCollection {#9122 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10526 +label: " 予備12" +value: "29" +data: Eccube\Entity\Category {#9125 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9124 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9126 …} -Children: Doctrine\ORM\PersistentCollection {#9129 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10527 +label: " 日立-冷房専用" +value: "30" +data: Eccube\Entity\Category {#9132 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9131 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9133 …} -Children: Doctrine\ORM\PersistentCollection {#9136 …} -Parent: Eccube\Entity\Category {#9069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10528 +label: " 三菱電機" +value: "31" +data: Eccube\Entity\Category {#9139 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9079 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9080 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9140 …} -Children: Doctrine\ORM\PersistentCollection {#9143 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10529 +label: " スリムZR" +value: "32" +data: Eccube\Entity\Category {#9144 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9137 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9138 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9145 …} -Children: Doctrine\ORM\PersistentCollection {#9148 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10530 +label: " スリムER" +value: "33" +data: Eccube\Entity\Category {#9153 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9151 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9152 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9154 …} -Children: Doctrine\ORM\PersistentCollection {#9157 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10531 +label: " ズバ暖スリム" +value: "34" +data: Eccube\Entity\Category {#9160 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9158 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9159 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9161 …} -Children: Doctrine\ORM\PersistentCollection {#9164 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10532 +label: " 予備13" +value: "35" +data: Eccube\Entity\Category {#9167 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9165 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9166 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9168 …} -Children: Doctrine\ORM\PersistentCollection {#9171 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10533 +label: " 予備14" +value: "36" +data: Eccube\Entity\Category {#9174 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9172 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9173 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9175 …} -Children: Doctrine\ORM\PersistentCollection {#9178 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10534 +label: " 予備15" +value: "37" +data: Eccube\Entity\Category {#9181 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9179 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9180 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9182 …} -Children: Doctrine\ORM\PersistentCollection {#9185 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10535 +label: " 予備16" +value: "38" +data: Eccube\Entity\Category {#9188 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9187 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9189 …} -Children: Doctrine\ORM\PersistentCollection {#9192 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10536 +label: " 予備17" +value: "39" +data: Eccube\Entity\Category {#9195 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9194 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9196 …} -Children: Doctrine\ORM\PersistentCollection {#9199 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10537 +label: " スリムK" +value: "40" +data: Eccube\Entity\Category {#9202 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9201 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9203 …} -Children: Doctrine\ORM\PersistentCollection {#9206 …} -Parent: Eccube\Entity\Category {#9139} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10538 +label: " パナソニック" +value: "41" +data: Eccube\Entity\Category {#9209 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9149 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9150 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9210 …} -Children: Doctrine\ORM\PersistentCollection {#9213 …} -Parent: Eccube\Entity\Category {#8951} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10539 +label: " XEPHY Premium" +value: "42" +data: Eccube\Entity\Category {#9214 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9207 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9208 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9215 …} -Children: Doctrine\ORM\PersistentCollection {#9218 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10540 +label: " XEPHY Eco" +value: "43" +data: Eccube\Entity\Category {#9223 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9221 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9222 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9224 …} -Children: Doctrine\ORM\PersistentCollection {#9227 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10541 +label: " フル暖 XEPHY" +value: "44" +data: Eccube\Entity\Category {#9230 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9228 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9229 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9231 …} -Children: Doctrine\ORM\PersistentCollection {#9234 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10542 +label: " 予備18" +value: "45" +data: Eccube\Entity\Category {#9237 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9235 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9236 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9238 …} -Children: Doctrine\ORM\PersistentCollection {#9241 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10543 +label: " 予備19" +value: "46" +data: Eccube\Entity\Category {#9244 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9242 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9243 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9245 …} -Children: Doctrine\ORM\PersistentCollection {#9248 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10544 +label: " Gシリーズ" +value: "47" +data: Eccube\Entity\Category {#9251 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9249 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9250 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9252 …} -Children: Doctrine\ORM\PersistentCollection {#9255 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10545 +label: " Hシリーズ" +value: "48" +data: Eccube\Entity\Category {#9258 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9257 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9259 …} -Children: Doctrine\ORM\PersistentCollection {#9262 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10546 +label: " Cシリーズ" +value: "49" +data: Eccube\Entity\Category {#9265 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9264 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9266 …} -Children: Doctrine\ORM\PersistentCollection {#9269 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10547 +label: " Kシリーズ" +value: "50" +data: Eccube\Entity\Category {#9272 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9271 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9273 …} -Children: Doctrine\ORM\PersistentCollection {#9276 …} -Parent: Eccube\Entity\Category {#9209} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10548 +label: "エアコン形状" +value: "51" +data: Eccube\Entity\Category {#9277 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8927 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8928 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9278 …} -Children: Doctrine\ORM\PersistentCollection {#9281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10549 +label: " 天井カセット4方向" +value: "52" +data: Eccube\Entity\Category {#9282 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9219 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9220 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9283 …} -Children: Doctrine\ORM\PersistentCollection {#9286 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10550 +label: " 天井カセット2方向" +value: "53" +data: Eccube\Entity\Category {#9291 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9289 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9290 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9292 …} -Children: Doctrine\ORM\PersistentCollection {#9295 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10551 +label: " 天井カセット1方向" +value: "54" +data: Eccube\Entity\Category {#9298 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9296 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9297 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9299 …} -Children: Doctrine\ORM\PersistentCollection {#9302 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10552 +label: " 天井吊形4方向" +value: "55" +data: Eccube\Entity\Category {#9305 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9303 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9304 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9306 …} -Children: Doctrine\ORM\PersistentCollection {#9309 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10553 +label: " ビルトイン形" +value: "56" +data: Eccube\Entity\Category {#9312 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9310 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9311 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9313 …} -Children: Doctrine\ORM\PersistentCollection {#9316 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10554 +label: " ダクト形" +value: "57" +data: Eccube\Entity\Category {#9319 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9317 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9318 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9320 …} -Children: Doctrine\ORM\PersistentCollection {#9323 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10555 +label: " 天井吊形" +value: "58" +data: Eccube\Entity\Category {#9326 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9324 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9325 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9327 …} -Children: Doctrine\ORM\PersistentCollection {#9330 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10556 +label: " 壁掛形" +value: "59" +data: Eccube\Entity\Category {#9333 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9331 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9332 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9334 …} -Children: Doctrine\ORM\PersistentCollection {#9337 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10557 +label: " 床置形" +value: "60" +data: Eccube\Entity\Category {#9340 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9338 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9339 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9341 …} -Children: Doctrine\ORM\PersistentCollection {#9344 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10558 +label: " 厨房用天吊" +value: "142" +data: Eccube\Entity\Category {#9347 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9345 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9346 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9348 …} -Children: Doctrine\ORM\PersistentCollection {#9351 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10559 +label: " 天井カセット4方向コンパクト" +value: "143" +data: Eccube\Entity\Category {#9354 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9352 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9353 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9355 …} -Children: Doctrine\ORM\PersistentCollection {#9358 …} -Parent: Eccube\Entity\Category {#9277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10560 +label: "馬力" +value: "61" +data: Eccube\Entity\Category {#9361 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9287 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9288 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9362 …} -Children: Doctrine\ORM\PersistentCollection {#9365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10561 +label: " 1.5馬力" +value: "62" +data: Eccube\Entity\Category {#9366 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9359 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9360 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9367 …} -Children: Doctrine\ORM\PersistentCollection {#9370 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10562 +label: " 1.8馬力" +value: "63" +data: Eccube\Entity\Category {#9375 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9373 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9374 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9376 …} -Children: Doctrine\ORM\PersistentCollection {#9379 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10563 +label: " 2馬力" +value: "64" +data: Eccube\Entity\Category {#9382 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9381 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9383 …} -Children: Doctrine\ORM\PersistentCollection {#9386 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10564 +label: " 2.3馬力" +value: "65" +data: Eccube\Entity\Category {#9389 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9387 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9388 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9390 …} -Children: Doctrine\ORM\PersistentCollection {#9393 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10565 +label: " 2.5馬力" +value: "66" +data: Eccube\Entity\Category {#9396 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9395 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9397 …} -Children: Doctrine\ORM\PersistentCollection {#9400 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10566 +label: " 3馬力" +value: "67" +data: Eccube\Entity\Category {#9403 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9402 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9404 …} -Children: Doctrine\ORM\PersistentCollection {#9407 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10567 +label: " 4馬力" +value: "68" +data: Eccube\Entity\Category {#9410 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9409 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9411 …} -Children: Doctrine\ORM\PersistentCollection {#9414 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10568 +label: " 5馬力" +value: "69" +data: Eccube\Entity\Category {#9417 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9416 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9418 …} -Children: Doctrine\ORM\PersistentCollection {#9421 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10569 +label: " 6馬力" +value: "70" +data: Eccube\Entity\Category {#9424 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9423 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9425 …} -Children: Doctrine\ORM\PersistentCollection {#9428 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10570 +label: " 8馬力" +value: "71" +data: Eccube\Entity\Category {#9431 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9430 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9432 …} -Children: Doctrine\ORM\PersistentCollection {#9435 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10571 +label: " 10馬力" +value: "72" +data: Eccube\Entity\Category {#9438 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9437 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9439 …} -Children: Doctrine\ORM\PersistentCollection {#9442 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10572 +label: " 12馬力" +value: "73" +data: Eccube\Entity\Category {#9445 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9444 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9446 …} -Children: Doctrine\ORM\PersistentCollection {#9449 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10573 +label: " 予備20" +value: "74" +data: Eccube\Entity\Category {#9452 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9451 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9453 …} -Children: Doctrine\ORM\PersistentCollection {#9456 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10574 +label: " 予備21" +value: "75" +data: Eccube\Entity\Category {#9459 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9458 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9460 …} -Children: Doctrine\ORM\PersistentCollection {#9463 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10575 +label: " 予備22" +value: "76" +data: Eccube\Entity\Category {#9466 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9465 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9467 …} -Children: Doctrine\ORM\PersistentCollection {#9470 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10576 +label: " 予備23" +value: "77" +data: Eccube\Entity\Category {#9473 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9472 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9474 …} -Children: Doctrine\ORM\PersistentCollection {#9477 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10577 +label: " 予備24" +value: "78" +data: Eccube\Entity\Category {#9480 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9479 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9481 …} -Children: Doctrine\ORM\PersistentCollection {#9484 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10578 +label: " 予備25" +value: "79" +data: Eccube\Entity\Category {#9487 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9486 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9488 …} -Children: Doctrine\ORM\PersistentCollection {#9491 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10579 +label: " 予備26" +value: "80" +data: Eccube\Entity\Category {#9494 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9493 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9495 …} -Children: Doctrine\ORM\PersistentCollection {#9498 …} -Parent: Eccube\Entity\Category {#9361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10580 +label: "マルチエアコン" +value: "81" +data: Eccube\Entity\Category {#9501 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9371 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9372 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9502 …} -Children: Doctrine\ORM\PersistentCollection {#9505 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10581 +label: " シングルエアコン" +value: "82" +data: Eccube\Entity\Category {#9506 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9499 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9500 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9507 …} -Children: Doctrine\ORM\PersistentCollection {#9510 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10582 +label: " ツインエアコン" +value: "83" +data: Eccube\Entity\Category {#9515 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9513 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9514 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9516 …} -Children: Doctrine\ORM\PersistentCollection {#9519 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10583 +label: " トリプルエアコン" +value: "84" +data: Eccube\Entity\Category {#9522 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9521 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9523 …} -Children: Doctrine\ORM\PersistentCollection {#9526 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10584 +label: " ダブルツインエアコン" +value: "85" +data: Eccube\Entity\Category {#9529 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9527 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9528 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9530 …} -Children: Doctrine\ORM\PersistentCollection {#9533 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10585 +label: " 予備27" +value: "86" +data: Eccube\Entity\Category {#9536 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9535 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9537 …} -Children: Doctrine\ORM\PersistentCollection {#9540 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10586 +label: " 予備28" +value: "87" +data: Eccube\Entity\Category {#9543 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9542 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9544 …} -Children: Doctrine\ORM\PersistentCollection {#9547 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10587 +label: " 予備29" +value: "88" +data: Eccube\Entity\Category {#9550 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9549 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9551 …} -Children: Doctrine\ORM\PersistentCollection {#9554 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10588 +label: " 予備30" +value: "89" +data: Eccube\Entity\Category {#9557 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9556 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9558 …} -Children: Doctrine\ORM\PersistentCollection {#9561 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10589 +label: " 予備31" +value: "90" +data: Eccube\Entity\Category {#9564 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9563 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9565 …} -Children: Doctrine\ORM\PersistentCollection {#9568 …} -Parent: Eccube\Entity\Category {#9501} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10590 +label: "省エネ" +value: "91" +data: Eccube\Entity\Category {#9571 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9511 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9512 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9572 …} -Children: Doctrine\ORM\PersistentCollection {#9575 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10591 +label: " 超省エネ" +value: "92" +data: Eccube\Entity\Category {#9576 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9569 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9570 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9577 …} -Children: Doctrine\ORM\PersistentCollection {#9580 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10592 +label: " 省エネ" +value: "93" +data: Eccube\Entity\Category {#9585 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9583 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9584 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9586 …} -Children: Doctrine\ORM\PersistentCollection {#9589 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10593 +label: " 予備31" +value: "94" +data: Eccube\Entity\Category {#9592 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9591 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9593 …} -Children: Doctrine\ORM\PersistentCollection {#9596 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10594 +label: " 予備32" +value: "95" +data: Eccube\Entity\Category {#9599 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9597 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9598 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9600 …} -Children: Doctrine\ORM\PersistentCollection {#9603 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10595 +label: " 予備33" +value: "96" +data: Eccube\Entity\Category {#9606 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9605 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9607 …} -Children: Doctrine\ORM\PersistentCollection {#9610 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10596 +label: " 予備34" +value: "97" +data: Eccube\Entity\Category {#9613 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9611 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9612 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9614 …} -Children: Doctrine\ORM\PersistentCollection {#9617 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10597 +label: " 予備35" +value: "98" +data: Eccube\Entity\Category {#9620 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9619 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9621 …} -Children: Doctrine\ORM\PersistentCollection {#9624 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10598 +label: " 予備36" +value: "99" +data: Eccube\Entity\Category {#9627 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9626 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9628 …} -Children: Doctrine\ORM\PersistentCollection {#9631 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10599 +label: " 予備37" +value: "100" +data: Eccube\Entity\Category {#9634 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9633 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9635 …} -Children: Doctrine\ORM\PersistentCollection {#9638 …} -Parent: Eccube\Entity\Category {#9571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10600 +label: "設置場所" +value: "101" +data: Eccube\Entity\Category {#8458 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8463 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8466 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8582 …} -Children: Doctrine\ORM\PersistentCollection {#8584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10601 +label: " オフィス" +value: "102" +data: Eccube\Entity\Category {#8646 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8645 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8648 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8640 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10602 +label: " 店舗" +value: "103" +data: Eccube\Entity\Category {#8634 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8636 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8635 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8633 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10603 +label: " 飲食店" +value: "104" +data: Eccube\Entity\Category {#8627 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8629 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8628 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8626 …} -Children: Doctrine\ORM\PersistentCollection {#8624 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10604 +label: " 美容・理容室" +value: "105" +data: Eccube\Entity\Category {#8620 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8622 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8621 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8619 …} -Children: Doctrine\ORM\PersistentCollection {#8394 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10605 +label: " 教育施設" +value: "106" +data: Eccube\Entity\Category {#8608 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8605 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8607 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8609 …} -Children: Doctrine\ORM\PersistentCollection {#8611 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10606 +label: " 工場" +value: "107" +data: Eccube\Entity\Category {#8615 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8613 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8614 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8616 …} -Children: Doctrine\ORM\PersistentCollection {#8618 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10607 +label: " 倉庫" +value: "108" +data: Eccube\Entity\Category {#8655 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8652 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8653 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8656 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10608 +label: " 病院" +value: "109" +data: Eccube\Entity\Category {#8662 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8660 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8661 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8663 …} -Children: Doctrine\ORM\PersistentCollection {#8665 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10609 +label: " 福祉施設" +value: "110" +data: Eccube\Entity\Category {#8669 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8667 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8668 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8670 …} -Children: Doctrine\ORM\PersistentCollection {#8672 …} -Parent: Eccube\Entity\Category {#8458} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10610 +label: "広さ" +value: "111" +data: Eccube\Entity\Category {#9641 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9640 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9639 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9642 …} -Children: Doctrine\ORM\PersistentCollection {#9645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10611 +label: " 11~17㎡" +value: "112" +data: Eccube\Entity\Category {#9646 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9582 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9581 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9647 …} -Children: Doctrine\ORM\PersistentCollection {#9650 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10612 +label: " 12~20㎡" +value: "113" +data: Eccube\Entity\Category {#9655 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9653 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9654 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9656 …} -Children: Doctrine\ORM\PersistentCollection {#9659 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10613 +label: " 14~22㎡" +value: "114" +data: Eccube\Entity\Category {#9662 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9660 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9661 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9663 …} -Children: Doctrine\ORM\PersistentCollection {#9666 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10614 +label: " 15~24㎡" +value: "115" +data: Eccube\Entity\Category {#9669 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9667 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9668 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9670 …} -Children: Doctrine\ORM\PersistentCollection {#9673 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10615 +label: " 17~27㎡" +value: "116" +data: Eccube\Entity\Category {#9676 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9674 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9675 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9677 …} -Children: Doctrine\ORM\PersistentCollection {#9680 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10616 +label: " 22~35㎡" +value: "117" +data: Eccube\Entity\Category {#9683 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9681 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9682 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9684 …} -Children: Doctrine\ORM\PersistentCollection {#9687 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10617 +label: " 30~49㎡" +value: "118" +data: Eccube\Entity\Category {#9690 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9688 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9689 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9691 …} -Children: Doctrine\ORM\PersistentCollection {#9694 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10618 +label: " 38~61㎡" +value: "119" +data: Eccube\Entity\Category {#9697 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9695 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9696 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9698 …} -Children: Doctrine\ORM\PersistentCollection {#9701 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10619 +label: " 43~70㎡" +value: "120" +data: Eccube\Entity\Category {#9704 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9702 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9703 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9705 …} -Children: Doctrine\ORM\PersistentCollection {#9708 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10620 +label: " 61~97㎡" +value: "121" +data: Eccube\Entity\Category {#9711 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9709 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9710 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9712 …} -Children: Doctrine\ORM\PersistentCollection {#9715 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10621 +label: " 76~122㎡" +value: "122" +data: Eccube\Entity\Category {#9718 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9716 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9717 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9719 …} -Children: Doctrine\ORM\PersistentCollection {#9722 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10622 +label: " 91~146㎡" +value: "123" +data: Eccube\Entity\Category {#9725 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9723 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9724 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9726 …} -Children: Doctrine\ORM\PersistentCollection {#9729 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10623 +label: " 予備38" +value: "124" +data: Eccube\Entity\Category {#9732 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9730 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9731 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9733 …} -Children: Doctrine\ORM\PersistentCollection {#9736 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10624 +label: " 予備39" +value: "125" +data: Eccube\Entity\Category {#9739 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9737 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9738 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9740 …} -Children: Doctrine\ORM\PersistentCollection {#9743 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10625 +label: " 予備40" +value: "126" +data: Eccube\Entity\Category {#9746 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9744 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9745 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9747 …} -Children: Doctrine\ORM\PersistentCollection {#9750 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10626 +label: " 予備41" +value: "127" +data: Eccube\Entity\Category {#9753 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9751 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9752 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9754 …} -Children: Doctrine\ORM\PersistentCollection {#9757 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10627 +label: " 予備42" +value: "128" +data: Eccube\Entity\Category {#9760 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9758 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9759 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9761 …} -Children: Doctrine\ORM\PersistentCollection {#9764 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10628 +label: " 予備43" +value: "129" +data: Eccube\Entity\Category {#9767 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9765 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9766 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9768 …} -Children: Doctrine\ORM\PersistentCollection {#9771 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10629 +label: " 予備44" +value: "130" +data: Eccube\Entity\Category {#9774 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9772 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9773 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9775 …} -Children: Doctrine\ORM\PersistentCollection {#9779 …} -Parent: Eccube\Entity\Category {#9641} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9777 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10630 +label: "その他" +value: "131" +data: Eccube\Entity\Category {#9782 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9651 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9652 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9783 …} -Children: Doctrine\ORM\PersistentCollection {#9786 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10631 +label: " ウイルス抑制・空気清浄機能" +value: "132" +data: Eccube\Entity\Category {#9787 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9780 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9781 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10632 +label: " 寒冷地用" +value: "133" +data: Eccube\Entity\Category {#9796 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9794 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9795 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9797 …} -Children: Doctrine\ORM\PersistentCollection {#9800 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10633 +label: " 予備45" +value: "134" +data: Eccube\Entity\Category {#9803 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9801 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9802 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9804 …} -Children: Doctrine\ORM\PersistentCollection {#9807 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10634 +label: " 予備46" +value: "135" +data: Eccube\Entity\Category {#9810 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9808 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9809 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9811 …} -Children: Doctrine\ORM\PersistentCollection {#9814 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10635 +label: " 予備47" +value: "136" +data: Eccube\Entity\Category {#9817 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9815 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9816 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9818 …} -Children: Doctrine\ORM\PersistentCollection {#9821 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10636 +label: " 予備48" +value: "137" +data: Eccube\Entity\Category {#9824 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9822 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9823 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9825 …} -Children: Doctrine\ORM\PersistentCollection {#9828 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10637 +label: " 予備49" +value: "138" +data: Eccube\Entity\Category {#9831 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9829 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9830 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9832 …} -Children: Doctrine\ORM\PersistentCollection {#9835 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10638 +label: " 予備50" +value: "139" +data: Eccube\Entity\Category {#9838 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9836 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9837 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9839 …} -Children: Doctrine\ORM\PersistentCollection {#9842 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10639 +label: " 予備51" +value: "140" +data: Eccube\Entity\Category {#9845 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9843 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9844 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9846 …} -Children: Doctrine\ORM\PersistentCollection {#9849 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10640 +label: " 予備52" +value: "144" +data: Eccube\Entity\Category {#9852 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9850 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9851 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9853 …} -Children: Doctrine\ORM\PersistentCollection {#9856 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10641 +label: " 予備53" +value: "145" +data: Eccube\Entity\Category {#9859 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9857 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9858 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9860 …} -Children: Doctrine\ORM\PersistentCollection {#9863 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10642 +label: " 予備54" +value: "146" +data: Eccube\Entity\Category {#9866 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9864 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9865 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9867 …} -Children: Doctrine\ORM\PersistentCollection {#9870 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10643 +label: " 予備55" +value: "147" +data: Eccube\Entity\Category {#9873 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9871 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9872 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9874 …} -Children: Doctrine\ORM\PersistentCollection {#9877 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10644 +label: " 予備56" +value: "148" +data: Eccube\Entity\Category {#9880 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9878 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9879 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9881 …} -Children: Doctrine\ORM\PersistentCollection {#9884 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10645 +label: " 予備57" +value: "149" +data: Eccube\Entity\Category {#9887 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9885 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9886 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9888 …} -Children: Doctrine\ORM\PersistentCollection {#9891 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10646 +label: " 予備58" +value: "150" +data: Eccube\Entity\Category {#9894 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9892 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9893 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9895 …} -Children: Doctrine\ORM\PersistentCollection {#9898 …} -Parent: Eccube\Entity\Category {#9782} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10647 +label: "標準オプション" +value: "151" +data: Eccube\Entity\Category {#9903 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9793 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9792 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9904 …} -Children: Doctrine\ORM\PersistentCollection {#9907 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10648 +label: " ダイキン標準オプション" +value: "152" +data: Eccube\Entity\Category {#9908 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9899 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9900 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9909 …} -Children: Doctrine\ORM\PersistentCollection {#9912 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10649 +label: " UVストリーマー" +value: "153" +data: Eccube\Entity\Category {#9913 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9901 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9902 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9914 …} -Children: Doctrine\ORM\PersistentCollection {#9917 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10650 +label: " ストリーマー" +value: "154" +data: Eccube\Entity\Category {#9924 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9922 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9923 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9925 …} -Children: Doctrine\ORM\PersistentCollection {#9928 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10651 +label: " センシング" +value: "155" +data: Eccube\Entity\Category {#9931 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9929 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9930 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9932 …} -Children: Doctrine\ORM\PersistentCollection {#9935 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10652 +label: " 抗菌・防カビフィルター" +value: "156" +data: Eccube\Entity\Category {#9938 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9936 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9937 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9939 …} -Children: Doctrine\ORM\PersistentCollection {#9942 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10653 +label: " 清潔アルミフィン" +value: "157" +data: Eccube\Entity\Category {#9945 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9943 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9944 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9946 …} -Children: Doctrine\ORM\PersistentCollection {#9949 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10654 +label: " 予備59" +value: "158" +data: Eccube\Entity\Category {#9952 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9950 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9951 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9953 …} -Children: Doctrine\ORM\PersistentCollection {#9956 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10655 +label: " 予備60" +value: "159" +data: Eccube\Entity\Category {#9959 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9957 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9958 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9960 …} -Children: Doctrine\ORM\PersistentCollection {#9963 …} -Parent: Eccube\Entity\Category {#9908} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10656 +label: " 東芝標準オプション" +value: "160" +data: Eccube\Entity\Category {#9966 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9920 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9921 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9967 …} -Children: Doctrine\ORM\PersistentCollection {#9970 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10657 +label: " 大清快プラズマ空清" +value: "161" +data: Eccube\Entity\Category {#9971 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9964 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9965 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9972 …} -Children: Doctrine\ORM\PersistentCollection {#9975 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10658 +label: " マジック洗浄" +value: "162" +data: Eccube\Entity\Category {#9980 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9978 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9979 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9981 …} -Children: Doctrine\ORM\PersistentCollection {#9984 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10659 +label: " 予備61" +value: "163" +data: Eccube\Entity\Category {#9987 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#9985 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9986 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9988 …} -Children: Doctrine\ORM\PersistentCollection {#9991 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10660 +label: " 予備62" +value: "164" +data: Eccube\Entity\Category {#9994 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#9992 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9993 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9995 …} -Children: Doctrine\ORM\PersistentCollection {#9998 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10661 +label: " 予備63" +value: "165" +data: Eccube\Entity\Category {#10001 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#9999 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10000 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10002 …} -Children: Doctrine\ORM\PersistentCollection {#10005 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10662 +label: " 予備64" +value: "166" +data: Eccube\Entity\Category {#10008 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10006 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10007 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10009 …} -Children: Doctrine\ORM\PersistentCollection {#10012 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10663 +label: " 予備65" +value: "167" +data: Eccube\Entity\Category {#10015 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10013 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10014 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10016 …} -Children: Doctrine\ORM\PersistentCollection {#10019 …} -Parent: Eccube\Entity\Category {#9966} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10664 +label: " 日立標準オプション" +value: "168" +data: Eccube\Entity\Category {#10022 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9976 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9977 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10023 …} -Children: Doctrine\ORM\PersistentCollection {#10026 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10665 +label: " 凍結洗浄" +value: "169" +data: Eccube\Entity\Category {#10027 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10020 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10021 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10028 …} -Children: Doctrine\ORM\PersistentCollection {#10031 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10666 +label: " 人感センサー" +value: "170" +data: Eccube\Entity\Category {#10036 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10034 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10035 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10037 …} -Children: Doctrine\ORM\PersistentCollection {#10040 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10667 +label: " ロングライフフィルター" +value: "171" +data: Eccube\Entity\Category {#10043 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10041 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10042 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10044 …} -Children: Doctrine\ORM\PersistentCollection {#10047 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10668 +label: " 予備66" +value: "172" +data: Eccube\Entity\Category {#10050 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10048 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10049 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10051 …} -Children: Doctrine\ORM\PersistentCollection {#10054 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10669 +label: " 予備67" +value: "173" +data: Eccube\Entity\Category {#10057 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10055 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10056 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10058 …} -Children: Doctrine\ORM\PersistentCollection {#10061 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10670 +label: " 予備68" +value: "174" +data: Eccube\Entity\Category {#10064 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10062 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10063 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10065 …} -Children: Doctrine\ORM\PersistentCollection {#10068 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10671 +label: " 予備69" +value: "175" +data: Eccube\Entity\Category {#10071 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10069 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10070 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10072 …} -Children: Doctrine\ORM\PersistentCollection {#10075 …} -Parent: Eccube\Entity\Category {#10022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10672 +label: " 三菱電機標準オプション" +value: "176" +data: Eccube\Entity\Category {#10078 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10032 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10033 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10079 …} -Children: Doctrine\ORM\PersistentCollection {#10082 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10673 +label: " 人感ムーブアイ" +value: "177" +data: Eccube\Entity\Category {#10083 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10076 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10077 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10084 …} -Children: Doctrine\ORM\PersistentCollection {#10087 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10674 +label: " ムーブアイ" +value: "178" +data: Eccube\Entity\Category {#10092 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10090 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10091 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10093 …} -Children: Doctrine\ORM\PersistentCollection {#10096 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10675 +label: " ぐるっとスマート気流" +value: "179" +data: Eccube\Entity\Category {#10099 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10097 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10098 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10100 …} -Children: Doctrine\ORM\PersistentCollection {#10103 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10676 +label: " 無線通信キット" +value: "180" +data: Eccube\Entity\Category {#10106 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10104 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10105 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10107 …} -Children: Doctrine\ORM\PersistentCollection {#10110 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10677 +label: " 予備70" +value: "181" +data: Eccube\Entity\Category {#10113 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10111 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10112 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10114 …} -Children: Doctrine\ORM\PersistentCollection {#10117 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10678 +label: " 予備71" +value: "182" +data: Eccube\Entity\Category {#10120 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10118 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10119 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10121 …} -Children: Doctrine\ORM\PersistentCollection {#10124 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10679 +label: " 予備72" +value: "183" +data: Eccube\Entity\Category {#10127 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10125 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10126 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10128 …} -Children: Doctrine\ORM\PersistentCollection {#10131 …} -Parent: Eccube\Entity\Category {#10078} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10680 +label: " パナソニック標準オプション" +value: "184" +data: Eccube\Entity\Category {#10134 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10088 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10089 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10135 …} -Children: Doctrine\ORM\PersistentCollection {#10138 …} -Parent: Eccube\Entity\Category {#9903} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10681 +label: " nanoeX" +value: "185" +data: Eccube\Entity\Category {#10139 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10132 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10133 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10140 …} -Children: Doctrine\ORM\PersistentCollection {#10143 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10682 +label: " ECONAVI" +value: "186" +data: Eccube\Entity\Category {#10148 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10146 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10147 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10149 …} -Children: Doctrine\ORM\PersistentCollection {#10152 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10683 +label: " 予備73" +value: "187" +data: Eccube\Entity\Category {#10155 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10153 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10154 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10156 …} -Children: Doctrine\ORM\PersistentCollection {#10159 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10684 +label: " 予備74" +value: "188" +data: Eccube\Entity\Category {#10162 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10160 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10161 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10163 …} -Children: Doctrine\ORM\PersistentCollection {#10166 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10685 +label: " 予備75" +value: "189" +data: Eccube\Entity\Category {#10169 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10167 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10168 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10170 …} -Children: Doctrine\ORM\PersistentCollection {#10173 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10686 +label: " 予備76" +value: "190" +data: Eccube\Entity\Category {#10176 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10174 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10175 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10177 …} -Children: Doctrine\ORM\PersistentCollection {#10180 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10687 +label: " 予備77" +value: "191" +data: Eccube\Entity\Category {#10183 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10181 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10182 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10184 …} -Children: Doctrine\ORM\PersistentCollection {#10187 …} -Parent: Eccube\Entity\Category {#10134} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8649 …} -free_area: null -category_image: null -hidden_flag: false } +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 {#10474 -form: Symfony\Component\Form\Form {#10355 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10473 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#10482 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7857 …} } |
| 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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8909 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7557 …} } |
| 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() {#9919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8908 …} } } |
| 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 {#10688 -form: Symfony\Component\Form\Form {#10358 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10481 …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 | "" |
tag
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "Eccube\Entity\Tag" |
same as passed value |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| multiple | false |
false
|
| placeholder | false |
null
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10228 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10196 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10227 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10226 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10197 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#10198 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Tag" |
| 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 {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10197 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#10198 …} -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 | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#10195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10194 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_tag" ] |
| cache_key | "_tag_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10239 +label: "三相200V" +value: "1" +data: Eccube\Entity\Tag {#10273 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10269 +label: "単相200V" +value: "2" +data: Eccube\Entity\Tag {#10323 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10263 +label: "同時運転" +value: "3" +data: Eccube\Entity\Tag {#10318 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10278 +label: "個別運転" +value: "4" +data: Eccube\Entity\Tag {#10315 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10261 +label: "ワイヤードリモコン" +value: "5" +data: Eccube\Entity\Tag {#10289 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10276 +label: "ワイヤレスリモコン" +value: "6" +data: Eccube\Entity\Tag {#10286 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10268 +label: "リモコン内蔵" +value: "7" +data: Eccube\Entity\Tag {#10349 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10689 -form: Symfony\Component\Form\Form {#10443 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#10690 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag" |
| is_selected | Closure($choice, $value) {#10691 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7857 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "tag" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tag" |
| valid | true |
| value | "" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "三相200V" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#10368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10362 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#10370 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "三相200V" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#10374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10371 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tag_entry" ] |
| cache_key | "_tag_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10695 -form: Symfony\Component\Form\Form {#10446 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10694 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_1" |
| label | "三相200V" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "単相200V" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#10368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10362 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#10370 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "単相200V" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#10385 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10384 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tag_entry" ] |
| cache_key | "_tag_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10696 -form: Symfony\Component\Form\Form {#10449 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10697 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_2" |
| label | "単相200V" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "2" |
3
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "同時運転" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#10368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10362 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#10370 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "同時運転" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#10395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10394 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tag_entry" ] |
| cache_key | "_tag_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10698 -form: Symfony\Component\Form\Form {#10452 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10699 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_3" |
| label | "同時運転" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "3" |
4
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "個別運転" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#10368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10362 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#10370 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "個別運転" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#10405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10404 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tag_entry" ] |
| cache_key | "_tag_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10700 -form: Symfony\Component\Form\Form {#10455 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10701 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_4" |
| label | "個別運転" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "4" |
5
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ワイヤードリモコン" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "5" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#10368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10362 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#10370 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ワイヤードリモコン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#10415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10414 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tag_entry" ] |
| cache_key | "_tag_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10702 -form: Symfony\Component\Form\Form {#10458 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10703 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_5" |
| label | "ワイヤードリモコン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "5" |
6
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ワイヤレスリモコン" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "6" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#10368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10362 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#10370 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ワイヤレスリモコン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#10425 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10424 …} } } |
| validation_groups | null |
| value | "6" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tag_entry" ] |
| cache_key | "_tag_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10704 -form: Symfony\Component\Form\Form {#10461 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10705 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_6" |
| label | "ワイヤレスリモコン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "6" |
7
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "リモコン内蔵" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "7" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#537 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#536 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#535 …} -namespace: Closure() {#533 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#10368 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10362 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#10370 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "リモコン内蔵" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#10435 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7599 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10434 …} } } |
| validation_groups | null |
| value | "7" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tag_entry" ] |
| cache_key | "_tag_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10706 -form: Symfony\Component\Form\Form {#10464 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10707 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_7" |
| label | "リモコン内蔵" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "7" |