- 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) {#7636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7637 …} } } |
| 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 {#7978 -form: Symfony\Component\Form\Form {#7806 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7977 …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) {#7671 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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 {#7668 +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 {#7669 +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 {#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 {#7667 +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() {#7673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} 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" "_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 {#7982 -form: Symfony\Component\Form\Form {#7831 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#7981 …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 {#7680 +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 {#7667 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7680 +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 {#7667 +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 {#7680 +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 {#7667 +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) {#7810 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7811 …} } } |
| 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 {#8008 -form: Symfony\Component\Form\Form {#7834 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8007 …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 {#7681 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7668 +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 {#7669 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7681 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7668 +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 {#7669 +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 {#7681 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7668 +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 {#7669 +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) {#7821 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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 {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7822 …} } } |
| 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 {#8009 -form: Symfony\Component\Form\Form {#7837 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8010 …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) {#7691 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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 {#7688 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7689 +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 {#7686 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7687 +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() {#7693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7692 …} } } |
| 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 {#8005 -form: Symfony\Component\Form\Form {#7862 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#8006 …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 {#7700 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7686 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7687 +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 {#7700 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7686 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7687 +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 {#7700 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7686 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7687 +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) {#7841 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7843 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7842 …} } } |
| 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 {#8014 -form: Symfony\Component\Form\Form {#7865 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8013 …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 {#7701 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7688 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7689 +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 {#7701 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7688 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7689 +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 {#7701 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#7688 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7689 +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) {#7852 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7853 …} } } |
| 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 {#8015 -form: Symfony\Component\Form\Form {#7868 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8016 …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 {#7727 +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 {#7728 +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) {#7724 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7725 …} } } |
| 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 {#8012 -form: Symfony\Component\Form\Form {#7871 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8011 …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 {#7742 +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 {#7743 +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) {#7745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7746 …} } } |
| 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 {#8018 -form: Symfony\Component\Form\Form {#7954 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8017 …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 {#7903 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#7934 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#7917 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7916 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7918 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7922 -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 {#7922 -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 {#7911 -_em: Doctrine\ORM\EntityManager {#444 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#7913 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#7914 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#7915 #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 {#7912 …} -_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() {#7909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7906 …} } } |
| 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 {#8023 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#8040 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8025 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#8041 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8027 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#8042 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8030 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#8043 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8029 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#8044 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8024 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#8045 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8036 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#8046 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8034 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#8047 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8033 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#8048 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8026 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#8049 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8037 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#8050 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8086 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#8051 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8087 +label: "東京都" +value: "13" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#7185 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8088 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#8052 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8089 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#8053 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8090 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#8054 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8091 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#8055 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8092 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#8056 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8093 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#8057 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8094 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#8058 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8095 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#8059 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8096 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#8060 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8097 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#8061 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8098 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#8062 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8099 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#8063 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8100 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#8064 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8101 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#8065 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8102 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#8066 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8103 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#8067 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8104 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#8068 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8105 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#8069 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8106 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#8070 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8107 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#8071 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8108 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#8072 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8109 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#8073 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8110 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#8074 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8111 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#8075 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8112 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#8076 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8113 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#8077 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8114 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#8078 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8115 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#8079 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8116 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#8080 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8117 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#8081 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8118 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#8082 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8119 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#8083 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8120 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#8084 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8121 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#8085 …} +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 {#8022 -form: Symfony\Component\Form\Form {#7957 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#8021 …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) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7877 …} } |
| 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 {#7742 +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 {#7742 +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 {#7742 +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) {#7927 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7926 …} } } |
| 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 {#8124 -form: Symfony\Component\Form\Form {#7960 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8125 …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 {#7743 +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 {#7743 +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 {#7743 +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) {#7944 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7945 …} } } |
| 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 {#8126 -form: Symfony\Component\Form\Form {#7963 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8127 …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 {#7763 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7764 +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 {#7765 +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) {#7760 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7761 …} } } |
| 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 {#8019 -form: Symfony\Component\Form\Form {#7966 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8020 …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 {#7645 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#7646 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7645 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#7646 +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 {#7645 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#7646 +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) {#7776 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} 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" "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 {#8129 -form: Symfony\Component\Form\Form {#7969 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8128 …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 {#7647 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7661 +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 {#7647 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7661 +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 {#7647 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7661 +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) {#7793 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#7798 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#7792 …} } } |
| 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 {#8130 -form: Symfony\Component\Form\Form {#7972 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8131 …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 | "c45d651.Bjn5NHEJoIA5-QcKgVSTRp8je9ntxW2db4C3Yr1MUlU.aXK8eSdNwt9gimlAuGWlLMZtE6zU_Dn5LbTxLtYGPyN8X7F3M0basFGtYA" |
| 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 | "c45d651.Bjn5NHEJoIA5-QcKgVSTRp8je9ntxW2db4C3Yr1MUlU.aXK8eSdNwt9gimlAuGWlLMZtE6zU_Dn5LbTxLtYGPyN8X7F3M0basFGtYA" |
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 | "c45d651.Bjn5NHEJoIA5-QcKgVSTRp8je9ntxW2db4C3Yr1MUlU.aXK8eSdNwt9gimlAuGWlLMZtE6zU_Dn5LbTxLtYGPyN8X7F3M0basFGtYA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#8138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8135 …} } } |
| 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 | "c45d651.Bjn5NHEJoIA5-QcKgVSTRp8je9ntxW2db4C3Yr1MUlU.aXK8eSdNwt9gimlAuGWlLMZtE6zU_Dn5LbTxLtYGPyN8X7F3M0basFGtYA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8150 -form: Symfony\Component\Form\Form {#8145 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8139 …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 | "c45d651.Bjn5NHEJoIA5-QcKgVSTRp8je9ntxW2db4C3Yr1MUlU.aXK8eSdNwt9gimlAuGWlLMZtE6zU_Dn5LbTxLtYGPyN8X7F3M0basFGtYA" |
(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) {#8903 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#8905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8904 …} } } |
| 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 {#10489 -form: Symfony\Component\Form\Form {#10295 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10490 …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 {#8971 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8967 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8965 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8970 …} -Children: Doctrine\ORM\PersistentCollection {#8964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8962 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8963 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8961 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8957 …} -Children: Doctrine\ORM\PersistentCollection {#8956 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } Eccube\Entity\Category {#8955 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8959 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8935 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8954 …} -Children: Doctrine\ORM\PersistentCollection {#8951 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } Eccube\Entity\Category {#8944 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8946 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8945 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8943 …} -Children: Doctrine\ORM\PersistentCollection {#8974 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } Eccube\Entity\Category {#8977 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8975 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8976 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8978 …} -Children: Doctrine\ORM\PersistentCollection {#8981 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } Eccube\Entity\Category {#8984 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8982 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8983 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8985 …} -Children: Doctrine\ORM\PersistentCollection {#8988 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8991 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8989 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8990 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8992 …} -Children: Doctrine\ORM\PersistentCollection {#8995 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8998 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8996 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8997 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8999 …} -Children: Doctrine\ORM\PersistentCollection {#9002 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9005 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#9003 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9004 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9006 …} -Children: Doctrine\ORM\PersistentCollection {#9009 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9012 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#9010 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9011 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9013 …} -Children: Doctrine\ORM\PersistentCollection {#9016 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9019 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8949 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8950 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9020 …} -Children: Doctrine\ORM\PersistentCollection {#9023 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } Eccube\Entity\Category {#9024 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#9017 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#9018 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9025 …} -Children: Doctrine\ORM\PersistentCollection {#9028 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } Eccube\Entity\Category {#9033 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9031 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9032 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9034 …} -Children: Doctrine\ORM\PersistentCollection {#9037 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } Eccube\Entity\Category {#9040 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9038 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9039 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9041 …} -Children: Doctrine\ORM\PersistentCollection {#9044 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } Eccube\Entity\Category {#9047 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9045 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9046 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9048 …} -Children: Doctrine\ORM\PersistentCollection {#9051 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } Eccube\Entity\Category {#9054 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9052 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9055 …} -Children: Doctrine\ORM\PersistentCollection {#9058 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9061 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9059 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9062 …} -Children: Doctrine\ORM\PersistentCollection {#9065 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9068 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9066 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9067 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9069 …} -Children: Doctrine\ORM\PersistentCollection {#9072 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9075 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9073 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9074 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9079 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9082 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9080 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9081 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9083 …} -Children: Doctrine\ORM\PersistentCollection {#9086 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9089 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9029 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9030 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9090 …} -Children: Doctrine\ORM\PersistentCollection {#9093 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } Eccube\Entity\Category {#9094 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9087 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9088 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9095 …} -Children: Doctrine\ORM\PersistentCollection {#9098 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } Eccube\Entity\Category {#9103 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9101 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9102 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9104 …} -Children: Doctrine\ORM\PersistentCollection {#9107 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } Eccube\Entity\Category {#9110 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9108 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9109 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9111 …} -Children: Doctrine\ORM\PersistentCollection {#9114 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } Eccube\Entity\Category {#9117 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9115 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9118 …} -Children: Doctrine\ORM\PersistentCollection {#9121 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9124 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9122 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9125 …} -Children: Doctrine\ORM\PersistentCollection {#9128 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9131 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9129 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9132 …} -Children: Doctrine\ORM\PersistentCollection {#9135 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9138 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9136 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9137 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9139 …} -Children: Doctrine\ORM\PersistentCollection {#9142 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9145 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9143 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9144 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9146 …} -Children: Doctrine\ORM\PersistentCollection {#9149 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9152 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9150 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9151 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9153 …} -Children: Doctrine\ORM\PersistentCollection {#9156 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9159 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9099 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9100 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9160 …} -Children: Doctrine\ORM\PersistentCollection {#9163 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } Eccube\Entity\Category {#9164 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9157 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9158 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9165 …} -Children: Doctrine\ORM\PersistentCollection {#9168 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } Eccube\Entity\Category {#9173 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9171 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9172 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9174 …} -Children: Doctrine\ORM\PersistentCollection {#9177 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } Eccube\Entity\Category {#9180 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9178 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9179 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9181 …} -Children: Doctrine\ORM\PersistentCollection {#9184 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } Eccube\Entity\Category {#9187 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9185 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9188 …} -Children: Doctrine\ORM\PersistentCollection {#9191 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9194 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9192 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9195 …} -Children: Doctrine\ORM\PersistentCollection {#9198 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9201 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9199 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9202 …} -Children: Doctrine\ORM\PersistentCollection {#9205 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9208 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9206 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9207 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9209 …} -Children: Doctrine\ORM\PersistentCollection {#9212 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9215 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9213 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9214 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9216 …} -Children: Doctrine\ORM\PersistentCollection {#9219 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9222 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9220 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9221 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9223 …} -Children: Doctrine\ORM\PersistentCollection {#9226 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9229 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9169 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9170 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9230 …} -Children: Doctrine\ORM\PersistentCollection {#9233 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } Eccube\Entity\Category {#9234 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9227 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9228 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9235 …} -Children: Doctrine\ORM\PersistentCollection {#9238 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } Eccube\Entity\Category {#9243 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9241 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9242 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9244 …} -Children: Doctrine\ORM\PersistentCollection {#9247 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } Eccube\Entity\Category {#9250 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9248 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9249 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9251 …} -Children: Doctrine\ORM\PersistentCollection {#9254 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } Eccube\Entity\Category {#9257 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9255 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9258 …} -Children: Doctrine\ORM\PersistentCollection {#9261 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9264 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9262 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9265 …} -Children: Doctrine\ORM\PersistentCollection {#9268 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9271 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9269 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9272 …} -Children: Doctrine\ORM\PersistentCollection {#9275 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9278 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9276 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9277 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9279 …} -Children: Doctrine\ORM\PersistentCollection {#9282 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9285 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9283 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9284 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9286 …} -Children: Doctrine\ORM\PersistentCollection {#9289 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9292 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9290 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9291 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9296 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9297 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8947 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8948 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9298 …} -Children: Doctrine\ORM\PersistentCollection {#9301 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9302 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9239 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9240 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9303 …} -Children: Doctrine\ORM\PersistentCollection {#9306 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } Eccube\Entity\Category {#9311 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9309 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9310 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9312 …} -Children: Doctrine\ORM\PersistentCollection {#9315 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } Eccube\Entity\Category {#9318 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9316 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9317 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9319 …} -Children: Doctrine\ORM\PersistentCollection {#9322 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } Eccube\Entity\Category {#9325 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9323 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9324 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9326 …} -Children: Doctrine\ORM\PersistentCollection {#9329 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } Eccube\Entity\Category {#9332 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9330 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9331 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9333 …} -Children: Doctrine\ORM\PersistentCollection {#9336 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } Eccube\Entity\Category {#9339 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9337 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9338 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9340 …} -Children: Doctrine\ORM\PersistentCollection {#9343 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } Eccube\Entity\Category {#9346 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9344 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9345 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9347 …} -Children: Doctrine\ORM\PersistentCollection {#9350 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } Eccube\Entity\Category {#9353 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9351 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9352 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9354 …} -Children: Doctrine\ORM\PersistentCollection {#9357 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } Eccube\Entity\Category {#9360 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9358 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9359 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9361 …} -Children: Doctrine\ORM\PersistentCollection {#9364 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } Eccube\Entity\Category {#9367 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9365 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9366 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9368 …} -Children: Doctrine\ORM\PersistentCollection {#9371 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } Eccube\Entity\Category {#9374 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9372 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9373 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9375 …} -Children: Doctrine\ORM\PersistentCollection {#9378 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } Eccube\Entity\Category {#9381 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9307 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9308 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9382 …} -Children: Doctrine\ORM\PersistentCollection {#9385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9386 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9379 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9395 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9393 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9396 …} -Children: Doctrine\ORM\PersistentCollection {#9399 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9402 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9400 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9403 …} -Children: Doctrine\ORM\PersistentCollection {#9406 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9409 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9407 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9410 …} -Children: Doctrine\ORM\PersistentCollection {#9413 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9416 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9414 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9417 …} -Children: Doctrine\ORM\PersistentCollection {#9420 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9423 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9421 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9424 …} -Children: Doctrine\ORM\PersistentCollection {#9427 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9430 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9428 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9431 …} -Children: Doctrine\ORM\PersistentCollection {#9434 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9437 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9435 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9438 …} -Children: Doctrine\ORM\PersistentCollection {#9441 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9444 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9442 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9445 …} -Children: Doctrine\ORM\PersistentCollection {#9448 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9451 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9449 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9452 …} -Children: Doctrine\ORM\PersistentCollection {#9455 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9458 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9456 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9459 …} -Children: Doctrine\ORM\PersistentCollection {#9462 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9465 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9463 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9466 …} -Children: Doctrine\ORM\PersistentCollection {#9469 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9472 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9470 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9473 …} -Children: Doctrine\ORM\PersistentCollection {#9476 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9479 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9477 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9480 …} -Children: Doctrine\ORM\PersistentCollection {#9483 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9486 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9484 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9487 …} -Children: Doctrine\ORM\PersistentCollection {#9490 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9493 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9491 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9494 …} -Children: Doctrine\ORM\PersistentCollection {#9497 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9500 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9498 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9499 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9501 …} -Children: Doctrine\ORM\PersistentCollection {#9504 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9507 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9505 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9506 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9508 …} -Children: Doctrine\ORM\PersistentCollection {#9511 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9514 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9512 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9513 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9515 …} -Children: Doctrine\ORM\PersistentCollection {#9518 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9521 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9391 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9392 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9522 …} -Children: Doctrine\ORM\PersistentCollection {#9525 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9526 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9519 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9535 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9533 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9536 …} -Children: Doctrine\ORM\PersistentCollection {#9539 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9542 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9540 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9543 …} -Children: Doctrine\ORM\PersistentCollection {#9546 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9549 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9547 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9550 …} -Children: Doctrine\ORM\PersistentCollection {#9553 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9556 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9554 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9557 …} -Children: Doctrine\ORM\PersistentCollection {#9560 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9563 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9561 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9564 …} -Children: Doctrine\ORM\PersistentCollection {#9567 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9570 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9568 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9569 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9571 …} -Children: Doctrine\ORM\PersistentCollection {#9574 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9577 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9575 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9576 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9578 …} -Children: Doctrine\ORM\PersistentCollection {#9581 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9584 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9582 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9583 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9585 …} -Children: Doctrine\ORM\PersistentCollection {#9588 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9591 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9531 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9532 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9592 …} -Children: Doctrine\ORM\PersistentCollection {#9595 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9596 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9589 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9597 …} -Children: Doctrine\ORM\PersistentCollection {#9600 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9605 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9603 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9606 …} -Children: Doctrine\ORM\PersistentCollection {#9609 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9612 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9610 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9611 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9613 …} -Children: Doctrine\ORM\PersistentCollection {#9616 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9619 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9617 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9620 …} -Children: Doctrine\ORM\PersistentCollection {#9623 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9626 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9624 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9627 …} -Children: Doctrine\ORM\PersistentCollection {#9630 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9633 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9631 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9634 …} -Children: Doctrine\ORM\PersistentCollection {#9637 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9640 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9638 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9639 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9641 …} -Children: Doctrine\ORM\PersistentCollection {#9644 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9647 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9645 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9646 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9648 …} -Children: Doctrine\ORM\PersistentCollection {#9651 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9654 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9652 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9653 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9655 …} -Children: Doctrine\ORM\PersistentCollection {#9658 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8478 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8483 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8486 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8602 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8666 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8665 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8668 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8660 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8654 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8656 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8655 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8653 …} -Children: Doctrine\ORM\PersistentCollection {#8651 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } Eccube\Entity\Category {#8647 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8649 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8648 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8646 …} -Children: Doctrine\ORM\PersistentCollection {#8644 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } Eccube\Entity\Category {#8640 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8642 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8641 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8639 …} -Children: Doctrine\ORM\PersistentCollection {#8414 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } Eccube\Entity\Category {#8628 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8625 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8627 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8635 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8633 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8634 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8675 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8672 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8673 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8678 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } Eccube\Entity\Category {#8682 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8680 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8681 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8683 …} -Children: Doctrine\ORM\PersistentCollection {#8685 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8689 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8687 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8688 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8690 …} -Children: Doctrine\ORM\PersistentCollection {#8692 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } Eccube\Entity\Category {#9661 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9660 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9659 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9662 …} -Children: Doctrine\ORM\PersistentCollection {#9665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9666 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9602 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9601 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9675 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9673 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9674 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9676 …} -Children: Doctrine\ORM\PersistentCollection {#9679 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9682 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9680 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9681 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9683 …} -Children: Doctrine\ORM\PersistentCollection {#9686 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9689 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9687 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9688 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9690 …} -Children: Doctrine\ORM\PersistentCollection {#9693 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9696 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9694 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9695 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9697 …} -Children: Doctrine\ORM\PersistentCollection {#9700 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9703 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9701 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9702 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9704 …} -Children: Doctrine\ORM\PersistentCollection {#9707 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9710 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9708 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9709 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9711 …} -Children: Doctrine\ORM\PersistentCollection {#9714 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9717 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9715 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9716 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9718 …} -Children: Doctrine\ORM\PersistentCollection {#9721 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9724 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9722 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9723 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9725 …} -Children: Doctrine\ORM\PersistentCollection {#9728 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9731 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9729 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9730 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9732 …} -Children: Doctrine\ORM\PersistentCollection {#9735 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9738 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9736 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9737 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9739 …} -Children: Doctrine\ORM\PersistentCollection {#9742 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9745 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9743 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9744 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9746 …} -Children: Doctrine\ORM\PersistentCollection {#9749 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9752 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9750 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9751 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9753 …} -Children: Doctrine\ORM\PersistentCollection {#9756 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9759 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9757 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9758 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9760 …} -Children: Doctrine\ORM\PersistentCollection {#9763 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9766 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9764 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9765 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9767 …} -Children: Doctrine\ORM\PersistentCollection {#9770 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9773 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9771 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9772 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9774 …} -Children: Doctrine\ORM\PersistentCollection {#9777 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9780 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9778 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9779 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9781 …} -Children: Doctrine\ORM\PersistentCollection {#9784 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9787 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9785 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9786 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9794 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9792 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9793 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9795 …} -Children: Doctrine\ORM\PersistentCollection {#9799 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9797 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9802 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9671 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9672 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9803 …} -Children: Doctrine\ORM\PersistentCollection {#9806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9807 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9800 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9801 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9808 …} -Children: Doctrine\ORM\PersistentCollection {#9811 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9816 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9814 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9815 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9817 …} -Children: Doctrine\ORM\PersistentCollection {#9820 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9823 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9821 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9822 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9824 …} -Children: Doctrine\ORM\PersistentCollection {#9827 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9830 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9828 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9829 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9831 …} -Children: Doctrine\ORM\PersistentCollection {#9834 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9837 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9835 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9836 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9838 …} -Children: Doctrine\ORM\PersistentCollection {#9841 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9844 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9842 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9843 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9845 …} -Children: Doctrine\ORM\PersistentCollection {#9848 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9851 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9849 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9850 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9852 …} -Children: Doctrine\ORM\PersistentCollection {#9855 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9858 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9856 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9857 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9859 …} -Children: Doctrine\ORM\PersistentCollection {#9862 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9865 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9863 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9864 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9866 …} -Children: Doctrine\ORM\PersistentCollection {#9869 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9872 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9870 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9871 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9873 …} -Children: Doctrine\ORM\PersistentCollection {#9876 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9879 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9877 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9878 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9880 …} -Children: Doctrine\ORM\PersistentCollection {#9883 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9886 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9884 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9885 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9887 …} -Children: Doctrine\ORM\PersistentCollection {#9890 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9893 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9891 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9892 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9894 …} -Children: Doctrine\ORM\PersistentCollection {#9897 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9900 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9898 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9899 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9901 …} -Children: Doctrine\ORM\PersistentCollection {#9904 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9907 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9905 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9906 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9908 …} -Children: Doctrine\ORM\PersistentCollection {#9911 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9914 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9912 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9913 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9915 …} -Children: Doctrine\ORM\PersistentCollection {#9918 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9923 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9813 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9812 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9924 …} -Children: Doctrine\ORM\PersistentCollection {#9927 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9928 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9919 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9920 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9929 …} -Children: Doctrine\ORM\PersistentCollection {#9932 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9933 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9921 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9922 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9944 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9942 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9943 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9945 …} -Children: Doctrine\ORM\PersistentCollection {#9948 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9951 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9949 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9950 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9952 …} -Children: Doctrine\ORM\PersistentCollection {#9955 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9958 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9956 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9957 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9959 …} -Children: Doctrine\ORM\PersistentCollection {#9962 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9965 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9963 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9964 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9966 …} -Children: Doctrine\ORM\PersistentCollection {#9969 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9972 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9970 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9971 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9973 …} -Children: Doctrine\ORM\PersistentCollection {#9976 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9979 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9977 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9978 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9980 …} -Children: Doctrine\ORM\PersistentCollection {#9983 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9986 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9940 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9941 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9987 …} -Children: Doctrine\ORM\PersistentCollection {#9990 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9991 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9984 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9985 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9992 …} -Children: Doctrine\ORM\PersistentCollection {#9995 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10000 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9998 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9999 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10001 …} -Children: Doctrine\ORM\PersistentCollection {#10004 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10007 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#10005 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10006 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10008 …} -Children: Doctrine\ORM\PersistentCollection {#10011 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10014 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#10012 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10013 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10015 …} -Children: Doctrine\ORM\PersistentCollection {#10018 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10021 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#10019 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10020 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10022 …} -Children: Doctrine\ORM\PersistentCollection {#10025 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10028 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10026 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10027 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10029 …} -Children: Doctrine\ORM\PersistentCollection {#10032 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10035 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10033 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10034 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10036 …} -Children: Doctrine\ORM\PersistentCollection {#10039 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10042 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9996 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9997 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10043 …} -Children: Doctrine\ORM\PersistentCollection {#10046 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10047 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10040 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10041 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10048 …} -Children: Doctrine\ORM\PersistentCollection {#10051 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10056 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10054 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10055 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10057 …} -Children: Doctrine\ORM\PersistentCollection {#10060 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10063 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10061 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10062 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10064 …} -Children: Doctrine\ORM\PersistentCollection {#10067 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10070 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10068 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10069 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10071 …} -Children: Doctrine\ORM\PersistentCollection {#10074 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10077 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10075 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10076 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10078 …} -Children: Doctrine\ORM\PersistentCollection {#10081 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10084 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10082 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10083 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10085 …} -Children: Doctrine\ORM\PersistentCollection {#10088 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10091 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10089 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10090 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10092 …} -Children: Doctrine\ORM\PersistentCollection {#10095 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10098 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10052 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10053 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10099 …} -Children: Doctrine\ORM\PersistentCollection {#10102 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10103 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10096 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10097 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10104 …} -Children: Doctrine\ORM\PersistentCollection {#10107 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10112 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10110 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10111 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10113 …} -Children: Doctrine\ORM\PersistentCollection {#10116 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10119 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10117 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10118 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10120 …} -Children: Doctrine\ORM\PersistentCollection {#10123 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10126 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10124 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10125 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10127 …} -Children: Doctrine\ORM\PersistentCollection {#10130 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10133 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10131 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10132 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10134 …} -Children: Doctrine\ORM\PersistentCollection {#10137 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10140 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10138 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10139 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10141 …} -Children: Doctrine\ORM\PersistentCollection {#10144 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10147 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10145 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10146 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10148 …} -Children: Doctrine\ORM\PersistentCollection {#10151 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10154 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10108 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10109 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10155 …} -Children: Doctrine\ORM\PersistentCollection {#10158 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10159 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10152 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10153 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10160 …} -Children: Doctrine\ORM\PersistentCollection {#10163 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10168 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10166 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10167 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10169 …} -Children: Doctrine\ORM\PersistentCollection {#10172 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10175 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10173 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10174 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10176 …} -Children: Doctrine\ORM\PersistentCollection {#10179 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10182 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10180 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10181 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10183 …} -Children: Doctrine\ORM\PersistentCollection {#10186 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10189 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10187 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10188 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10190 …} -Children: Doctrine\ORM\PersistentCollection {#10193 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10196 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10194 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10195 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10197 …} -Children: Doctrine\ORM\PersistentCollection {#10200 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10203 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10201 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10202 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10204 …} -Children: Doctrine\ORM\PersistentCollection {#10207 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } ] |
[ Eccube\Entity\Category {#8971 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8967 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8965 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8970 …} -Children: Doctrine\ORM\PersistentCollection {#8964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8962 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8963 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8961 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8957 …} -Children: Doctrine\ORM\PersistentCollection {#8956 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } Eccube\Entity\Category {#8955 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8959 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8935 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8954 …} -Children: Doctrine\ORM\PersistentCollection {#8951 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } Eccube\Entity\Category {#8944 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8946 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8945 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8943 …} -Children: Doctrine\ORM\PersistentCollection {#8974 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } Eccube\Entity\Category {#8977 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8975 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8976 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8978 …} -Children: Doctrine\ORM\PersistentCollection {#8981 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } Eccube\Entity\Category {#8984 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8982 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8983 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8985 …} -Children: Doctrine\ORM\PersistentCollection {#8988 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8991 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8989 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8990 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8992 …} -Children: Doctrine\ORM\PersistentCollection {#8995 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8998 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8996 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8997 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8999 …} -Children: Doctrine\ORM\PersistentCollection {#9002 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9005 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#9003 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9004 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9006 …} -Children: Doctrine\ORM\PersistentCollection {#9009 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9012 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#9010 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9011 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9013 …} -Children: Doctrine\ORM\PersistentCollection {#9016 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9019 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8949 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8950 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9020 …} -Children: Doctrine\ORM\PersistentCollection {#9023 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } Eccube\Entity\Category {#9024 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#9017 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#9018 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9025 …} -Children: Doctrine\ORM\PersistentCollection {#9028 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } Eccube\Entity\Category {#9033 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9031 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9032 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9034 …} -Children: Doctrine\ORM\PersistentCollection {#9037 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } Eccube\Entity\Category {#9040 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9038 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9039 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9041 …} -Children: Doctrine\ORM\PersistentCollection {#9044 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } Eccube\Entity\Category {#9047 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9045 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9046 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9048 …} -Children: Doctrine\ORM\PersistentCollection {#9051 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } Eccube\Entity\Category {#9054 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9052 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9055 …} -Children: Doctrine\ORM\PersistentCollection {#9058 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9061 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9059 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9062 …} -Children: Doctrine\ORM\PersistentCollection {#9065 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9068 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9066 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9067 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9069 …} -Children: Doctrine\ORM\PersistentCollection {#9072 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9075 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9073 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9074 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9079 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9082 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9080 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9081 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9083 …} -Children: Doctrine\ORM\PersistentCollection {#9086 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9089 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9029 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9030 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9090 …} -Children: Doctrine\ORM\PersistentCollection {#9093 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } Eccube\Entity\Category {#9094 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9087 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9088 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9095 …} -Children: Doctrine\ORM\PersistentCollection {#9098 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } Eccube\Entity\Category {#9103 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9101 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9102 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9104 …} -Children: Doctrine\ORM\PersistentCollection {#9107 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } Eccube\Entity\Category {#9110 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9108 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9109 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9111 …} -Children: Doctrine\ORM\PersistentCollection {#9114 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } Eccube\Entity\Category {#9117 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9115 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9118 …} -Children: Doctrine\ORM\PersistentCollection {#9121 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9124 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9122 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9125 …} -Children: Doctrine\ORM\PersistentCollection {#9128 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9131 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9129 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9132 …} -Children: Doctrine\ORM\PersistentCollection {#9135 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9138 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9136 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9137 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9139 …} -Children: Doctrine\ORM\PersistentCollection {#9142 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9145 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9143 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9144 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9146 …} -Children: Doctrine\ORM\PersistentCollection {#9149 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9152 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9150 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9151 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9153 …} -Children: Doctrine\ORM\PersistentCollection {#9156 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9159 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9099 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9100 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9160 …} -Children: Doctrine\ORM\PersistentCollection {#9163 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } Eccube\Entity\Category {#9164 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9157 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9158 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9165 …} -Children: Doctrine\ORM\PersistentCollection {#9168 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } Eccube\Entity\Category {#9173 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9171 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9172 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9174 …} -Children: Doctrine\ORM\PersistentCollection {#9177 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } Eccube\Entity\Category {#9180 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9178 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9179 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9181 …} -Children: Doctrine\ORM\PersistentCollection {#9184 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } Eccube\Entity\Category {#9187 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9185 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9188 …} -Children: Doctrine\ORM\PersistentCollection {#9191 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9194 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9192 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9195 …} -Children: Doctrine\ORM\PersistentCollection {#9198 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9201 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9199 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9202 …} -Children: Doctrine\ORM\PersistentCollection {#9205 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9208 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9206 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9207 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9209 …} -Children: Doctrine\ORM\PersistentCollection {#9212 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9215 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9213 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9214 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9216 …} -Children: Doctrine\ORM\PersistentCollection {#9219 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9222 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9220 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9221 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9223 …} -Children: Doctrine\ORM\PersistentCollection {#9226 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9229 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9169 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9170 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9230 …} -Children: Doctrine\ORM\PersistentCollection {#9233 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } Eccube\Entity\Category {#9234 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9227 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9228 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9235 …} -Children: Doctrine\ORM\PersistentCollection {#9238 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } Eccube\Entity\Category {#9243 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9241 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9242 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9244 …} -Children: Doctrine\ORM\PersistentCollection {#9247 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } Eccube\Entity\Category {#9250 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9248 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9249 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9251 …} -Children: Doctrine\ORM\PersistentCollection {#9254 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } Eccube\Entity\Category {#9257 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9255 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9258 …} -Children: Doctrine\ORM\PersistentCollection {#9261 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9264 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9262 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9265 …} -Children: Doctrine\ORM\PersistentCollection {#9268 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9271 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9269 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9272 …} -Children: Doctrine\ORM\PersistentCollection {#9275 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9278 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9276 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9277 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9279 …} -Children: Doctrine\ORM\PersistentCollection {#9282 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9285 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9283 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9284 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9286 …} -Children: Doctrine\ORM\PersistentCollection {#9289 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9292 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9290 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9291 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9296 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9297 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8947 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8948 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9298 …} -Children: Doctrine\ORM\PersistentCollection {#9301 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9302 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9239 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9240 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9303 …} -Children: Doctrine\ORM\PersistentCollection {#9306 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } Eccube\Entity\Category {#9311 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9309 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9310 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9312 …} -Children: Doctrine\ORM\PersistentCollection {#9315 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } Eccube\Entity\Category {#9318 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9316 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9317 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9319 …} -Children: Doctrine\ORM\PersistentCollection {#9322 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } Eccube\Entity\Category {#9325 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9323 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9324 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9326 …} -Children: Doctrine\ORM\PersistentCollection {#9329 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } Eccube\Entity\Category {#9332 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9330 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9331 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9333 …} -Children: Doctrine\ORM\PersistentCollection {#9336 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } Eccube\Entity\Category {#9339 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9337 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9338 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9340 …} -Children: Doctrine\ORM\PersistentCollection {#9343 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } Eccube\Entity\Category {#9346 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9344 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9345 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9347 …} -Children: Doctrine\ORM\PersistentCollection {#9350 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } Eccube\Entity\Category {#9353 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9351 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9352 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9354 …} -Children: Doctrine\ORM\PersistentCollection {#9357 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } Eccube\Entity\Category {#9360 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9358 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9359 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9361 …} -Children: Doctrine\ORM\PersistentCollection {#9364 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } Eccube\Entity\Category {#9367 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9365 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9366 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9368 …} -Children: Doctrine\ORM\PersistentCollection {#9371 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } Eccube\Entity\Category {#9374 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9372 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9373 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9375 …} -Children: Doctrine\ORM\PersistentCollection {#9378 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } Eccube\Entity\Category {#9381 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9307 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9308 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9382 …} -Children: Doctrine\ORM\PersistentCollection {#9385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9386 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9379 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9395 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9393 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9396 …} -Children: Doctrine\ORM\PersistentCollection {#9399 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9402 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9400 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9403 …} -Children: Doctrine\ORM\PersistentCollection {#9406 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9409 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9407 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9410 …} -Children: Doctrine\ORM\PersistentCollection {#9413 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9416 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9414 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9417 …} -Children: Doctrine\ORM\PersistentCollection {#9420 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9423 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9421 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9424 …} -Children: Doctrine\ORM\PersistentCollection {#9427 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9430 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9428 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9431 …} -Children: Doctrine\ORM\PersistentCollection {#9434 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9437 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9435 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9438 …} -Children: Doctrine\ORM\PersistentCollection {#9441 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9444 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9442 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9445 …} -Children: Doctrine\ORM\PersistentCollection {#9448 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9451 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9449 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9452 …} -Children: Doctrine\ORM\PersistentCollection {#9455 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9458 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9456 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9459 …} -Children: Doctrine\ORM\PersistentCollection {#9462 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9465 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9463 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9466 …} -Children: Doctrine\ORM\PersistentCollection {#9469 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9472 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9470 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9473 …} -Children: Doctrine\ORM\PersistentCollection {#9476 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9479 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9477 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9480 …} -Children: Doctrine\ORM\PersistentCollection {#9483 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9486 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9484 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9487 …} -Children: Doctrine\ORM\PersistentCollection {#9490 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9493 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9491 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9494 …} -Children: Doctrine\ORM\PersistentCollection {#9497 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9500 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9498 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9499 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9501 …} -Children: Doctrine\ORM\PersistentCollection {#9504 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9507 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9505 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9506 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9508 …} -Children: Doctrine\ORM\PersistentCollection {#9511 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9514 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9512 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9513 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9515 …} -Children: Doctrine\ORM\PersistentCollection {#9518 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9521 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9391 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9392 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9522 …} -Children: Doctrine\ORM\PersistentCollection {#9525 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9526 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9519 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9535 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9533 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9536 …} -Children: Doctrine\ORM\PersistentCollection {#9539 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9542 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9540 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9543 …} -Children: Doctrine\ORM\PersistentCollection {#9546 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9549 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9547 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9550 …} -Children: Doctrine\ORM\PersistentCollection {#9553 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9556 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9554 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9557 …} -Children: Doctrine\ORM\PersistentCollection {#9560 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9563 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9561 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9564 …} -Children: Doctrine\ORM\PersistentCollection {#9567 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9570 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9568 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9569 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9571 …} -Children: Doctrine\ORM\PersistentCollection {#9574 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9577 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9575 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9576 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9578 …} -Children: Doctrine\ORM\PersistentCollection {#9581 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9584 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9582 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9583 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9585 …} -Children: Doctrine\ORM\PersistentCollection {#9588 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9591 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9531 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9532 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9592 …} -Children: Doctrine\ORM\PersistentCollection {#9595 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9596 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9589 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9597 …} -Children: Doctrine\ORM\PersistentCollection {#9600 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9605 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9603 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9606 …} -Children: Doctrine\ORM\PersistentCollection {#9609 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9612 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9610 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9611 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9613 …} -Children: Doctrine\ORM\PersistentCollection {#9616 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9619 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9617 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9620 …} -Children: Doctrine\ORM\PersistentCollection {#9623 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9626 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9624 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9627 …} -Children: Doctrine\ORM\PersistentCollection {#9630 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9633 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9631 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9634 …} -Children: Doctrine\ORM\PersistentCollection {#9637 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9640 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9638 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9639 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9641 …} -Children: Doctrine\ORM\PersistentCollection {#9644 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9647 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9645 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9646 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9648 …} -Children: Doctrine\ORM\PersistentCollection {#9651 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9654 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9652 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9653 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9655 …} -Children: Doctrine\ORM\PersistentCollection {#9658 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8478 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8483 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8486 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8602 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8666 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8665 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8668 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8660 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8654 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8656 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8655 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8653 …} -Children: Doctrine\ORM\PersistentCollection {#8651 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } Eccube\Entity\Category {#8647 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8649 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8648 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8646 …} -Children: Doctrine\ORM\PersistentCollection {#8644 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } Eccube\Entity\Category {#8640 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8642 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8641 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8639 …} -Children: Doctrine\ORM\PersistentCollection {#8414 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } Eccube\Entity\Category {#8628 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8625 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8627 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8635 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8633 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8634 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8675 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8672 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8673 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8678 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } Eccube\Entity\Category {#8682 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8680 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8681 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8683 …} -Children: Doctrine\ORM\PersistentCollection {#8685 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8689 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8687 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8688 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8690 …} -Children: Doctrine\ORM\PersistentCollection {#8692 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } Eccube\Entity\Category {#9661 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9660 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9659 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9662 …} -Children: Doctrine\ORM\PersistentCollection {#9665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9666 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9602 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9601 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9675 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9673 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9674 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9676 …} -Children: Doctrine\ORM\PersistentCollection {#9679 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9682 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9680 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9681 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9683 …} -Children: Doctrine\ORM\PersistentCollection {#9686 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9689 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9687 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9688 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9690 …} -Children: Doctrine\ORM\PersistentCollection {#9693 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9696 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9694 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9695 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9697 …} -Children: Doctrine\ORM\PersistentCollection {#9700 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9703 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9701 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9702 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9704 …} -Children: Doctrine\ORM\PersistentCollection {#9707 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9710 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9708 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9709 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9711 …} -Children: Doctrine\ORM\PersistentCollection {#9714 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9717 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9715 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9716 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9718 …} -Children: Doctrine\ORM\PersistentCollection {#9721 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9724 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9722 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9723 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9725 …} -Children: Doctrine\ORM\PersistentCollection {#9728 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9731 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9729 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9730 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9732 …} -Children: Doctrine\ORM\PersistentCollection {#9735 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9738 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9736 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9737 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9739 …} -Children: Doctrine\ORM\PersistentCollection {#9742 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9745 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9743 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9744 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9746 …} -Children: Doctrine\ORM\PersistentCollection {#9749 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9752 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9750 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9751 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9753 …} -Children: Doctrine\ORM\PersistentCollection {#9756 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9759 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9757 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9758 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9760 …} -Children: Doctrine\ORM\PersistentCollection {#9763 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9766 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9764 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9765 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9767 …} -Children: Doctrine\ORM\PersistentCollection {#9770 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9773 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9771 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9772 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9774 …} -Children: Doctrine\ORM\PersistentCollection {#9777 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9780 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9778 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9779 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9781 …} -Children: Doctrine\ORM\PersistentCollection {#9784 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9787 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9785 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9786 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9794 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9792 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9793 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9795 …} -Children: Doctrine\ORM\PersistentCollection {#9799 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9797 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9802 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9671 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9672 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9803 …} -Children: Doctrine\ORM\PersistentCollection {#9806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9807 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9800 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9801 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9808 …} -Children: Doctrine\ORM\PersistentCollection {#9811 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9816 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9814 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9815 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9817 …} -Children: Doctrine\ORM\PersistentCollection {#9820 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9823 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9821 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9822 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9824 …} -Children: Doctrine\ORM\PersistentCollection {#9827 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9830 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9828 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9829 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9831 …} -Children: Doctrine\ORM\PersistentCollection {#9834 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9837 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9835 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9836 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9838 …} -Children: Doctrine\ORM\PersistentCollection {#9841 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9844 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9842 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9843 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9845 …} -Children: Doctrine\ORM\PersistentCollection {#9848 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9851 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9849 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9850 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9852 …} -Children: Doctrine\ORM\PersistentCollection {#9855 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9858 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9856 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9857 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9859 …} -Children: Doctrine\ORM\PersistentCollection {#9862 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9865 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9863 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9864 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9866 …} -Children: Doctrine\ORM\PersistentCollection {#9869 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9872 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9870 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9871 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9873 …} -Children: Doctrine\ORM\PersistentCollection {#9876 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9879 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9877 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9878 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9880 …} -Children: Doctrine\ORM\PersistentCollection {#9883 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9886 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9884 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9885 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9887 …} -Children: Doctrine\ORM\PersistentCollection {#9890 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9893 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9891 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9892 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9894 …} -Children: Doctrine\ORM\PersistentCollection {#9897 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9900 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9898 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9899 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9901 …} -Children: Doctrine\ORM\PersistentCollection {#9904 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9907 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9905 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9906 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9908 …} -Children: Doctrine\ORM\PersistentCollection {#9911 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9914 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9912 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9913 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9915 …} -Children: Doctrine\ORM\PersistentCollection {#9918 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9923 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9813 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9812 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9924 …} -Children: Doctrine\ORM\PersistentCollection {#9927 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9928 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9919 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9920 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9929 …} -Children: Doctrine\ORM\PersistentCollection {#9932 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9933 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9921 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9922 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9944 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9942 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9943 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9945 …} -Children: Doctrine\ORM\PersistentCollection {#9948 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9951 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9949 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9950 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9952 …} -Children: Doctrine\ORM\PersistentCollection {#9955 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9958 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9956 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9957 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9959 …} -Children: Doctrine\ORM\PersistentCollection {#9962 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9965 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9963 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9964 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9966 …} -Children: Doctrine\ORM\PersistentCollection {#9969 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9972 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9970 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9971 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9973 …} -Children: Doctrine\ORM\PersistentCollection {#9976 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9979 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9977 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9978 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9980 …} -Children: Doctrine\ORM\PersistentCollection {#9983 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9986 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9940 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9941 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9987 …} -Children: Doctrine\ORM\PersistentCollection {#9990 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9991 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9984 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9985 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9992 …} -Children: Doctrine\ORM\PersistentCollection {#9995 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10000 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9998 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9999 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10001 …} -Children: Doctrine\ORM\PersistentCollection {#10004 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10007 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#10005 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10006 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10008 …} -Children: Doctrine\ORM\PersistentCollection {#10011 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10014 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#10012 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10013 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10015 …} -Children: Doctrine\ORM\PersistentCollection {#10018 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10021 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#10019 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10020 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10022 …} -Children: Doctrine\ORM\PersistentCollection {#10025 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10028 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10026 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10027 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10029 …} -Children: Doctrine\ORM\PersistentCollection {#10032 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10035 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10033 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10034 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10036 …} -Children: Doctrine\ORM\PersistentCollection {#10039 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10042 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9996 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9997 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10043 …} -Children: Doctrine\ORM\PersistentCollection {#10046 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10047 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10040 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10041 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10048 …} -Children: Doctrine\ORM\PersistentCollection {#10051 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10056 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10054 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10055 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10057 …} -Children: Doctrine\ORM\PersistentCollection {#10060 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10063 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10061 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10062 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10064 …} -Children: Doctrine\ORM\PersistentCollection {#10067 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10070 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10068 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10069 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10071 …} -Children: Doctrine\ORM\PersistentCollection {#10074 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10077 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10075 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10076 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10078 …} -Children: Doctrine\ORM\PersistentCollection {#10081 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10084 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10082 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10083 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10085 …} -Children: Doctrine\ORM\PersistentCollection {#10088 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10091 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10089 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10090 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10092 …} -Children: Doctrine\ORM\PersistentCollection {#10095 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10098 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10052 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10053 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10099 …} -Children: Doctrine\ORM\PersistentCollection {#10102 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10103 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10096 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10097 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10104 …} -Children: Doctrine\ORM\PersistentCollection {#10107 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10112 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10110 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10111 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10113 …} -Children: Doctrine\ORM\PersistentCollection {#10116 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10119 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10117 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10118 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10120 …} -Children: Doctrine\ORM\PersistentCollection {#10123 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10126 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10124 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10125 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10127 …} -Children: Doctrine\ORM\PersistentCollection {#10130 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10133 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10131 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10132 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10134 …} -Children: Doctrine\ORM\PersistentCollection {#10137 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10140 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10138 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10139 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10141 …} -Children: Doctrine\ORM\PersistentCollection {#10144 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10147 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10145 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10146 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10148 …} -Children: Doctrine\ORM\PersistentCollection {#10151 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10154 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10108 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10109 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10155 …} -Children: Doctrine\ORM\PersistentCollection {#10158 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10159 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10152 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10153 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10160 …} -Children: Doctrine\ORM\PersistentCollection {#10163 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10168 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10166 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10167 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10169 …} -Children: Doctrine\ORM\PersistentCollection {#10172 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10175 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10173 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10174 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10176 …} -Children: Doctrine\ORM\PersistentCollection {#10179 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10182 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10180 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10181 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10183 …} -Children: Doctrine\ORM\PersistentCollection {#10186 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10189 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10187 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10188 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10190 …} -Children: Doctrine\ORM\PersistentCollection {#10193 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10196 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10194 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10195 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10197 …} -Children: Doctrine\ORM\PersistentCollection {#10200 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10203 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10201 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10202 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10204 …} -Children: Doctrine\ORM\PersistentCollection {#10207 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -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 {#8924 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8918 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8919 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#8409 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#8971 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8967 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8965 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8970 …} -Children: Doctrine\ORM\PersistentCollection {#8964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8962 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8963 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8961 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8957 …} -Children: Doctrine\ORM\PersistentCollection {#8956 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } Eccube\Entity\Category {#8955 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8959 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8935 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8954 …} -Children: Doctrine\ORM\PersistentCollection {#8951 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } Eccube\Entity\Category {#8944 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8946 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8945 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8943 …} -Children: Doctrine\ORM\PersistentCollection {#8974 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } Eccube\Entity\Category {#8977 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8975 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8976 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8978 …} -Children: Doctrine\ORM\PersistentCollection {#8981 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } Eccube\Entity\Category {#8984 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8982 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8983 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8985 …} -Children: Doctrine\ORM\PersistentCollection {#8988 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8991 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8989 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8990 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8992 …} -Children: Doctrine\ORM\PersistentCollection {#8995 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8998 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8996 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8997 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8999 …} -Children: Doctrine\ORM\PersistentCollection {#9002 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9005 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#9003 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9004 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9006 …} -Children: Doctrine\ORM\PersistentCollection {#9009 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9012 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#9010 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9011 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9013 …} -Children: Doctrine\ORM\PersistentCollection {#9016 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9019 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8949 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8950 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9020 …} -Children: Doctrine\ORM\PersistentCollection {#9023 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } Eccube\Entity\Category {#9024 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#9017 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#9018 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9025 …} -Children: Doctrine\ORM\PersistentCollection {#9028 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } Eccube\Entity\Category {#9033 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9031 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9032 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9034 …} -Children: Doctrine\ORM\PersistentCollection {#9037 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } Eccube\Entity\Category {#9040 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9038 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9039 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9041 …} -Children: Doctrine\ORM\PersistentCollection {#9044 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } Eccube\Entity\Category {#9047 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9045 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9046 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9048 …} -Children: Doctrine\ORM\PersistentCollection {#9051 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } Eccube\Entity\Category {#9054 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9052 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9055 …} -Children: Doctrine\ORM\PersistentCollection {#9058 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9061 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9059 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9062 …} -Children: Doctrine\ORM\PersistentCollection {#9065 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9068 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9066 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9067 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9069 …} -Children: Doctrine\ORM\PersistentCollection {#9072 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9075 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9073 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9074 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9079 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9082 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9080 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9081 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9083 …} -Children: Doctrine\ORM\PersistentCollection {#9086 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9089 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9029 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9030 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9090 …} -Children: Doctrine\ORM\PersistentCollection {#9093 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } Eccube\Entity\Category {#9094 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9087 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9088 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9095 …} -Children: Doctrine\ORM\PersistentCollection {#9098 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } Eccube\Entity\Category {#9103 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9101 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9102 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9104 …} -Children: Doctrine\ORM\PersistentCollection {#9107 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } Eccube\Entity\Category {#9110 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9108 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9109 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9111 …} -Children: Doctrine\ORM\PersistentCollection {#9114 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } Eccube\Entity\Category {#9117 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9115 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9118 …} -Children: Doctrine\ORM\PersistentCollection {#9121 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9124 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9122 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9125 …} -Children: Doctrine\ORM\PersistentCollection {#9128 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9131 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9129 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9132 …} -Children: Doctrine\ORM\PersistentCollection {#9135 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9138 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9136 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9137 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9139 …} -Children: Doctrine\ORM\PersistentCollection {#9142 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9145 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9143 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9144 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9146 …} -Children: Doctrine\ORM\PersistentCollection {#9149 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9152 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9150 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9151 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9153 …} -Children: Doctrine\ORM\PersistentCollection {#9156 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9159 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9099 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9100 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9160 …} -Children: Doctrine\ORM\PersistentCollection {#9163 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } Eccube\Entity\Category {#9164 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9157 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9158 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9165 …} -Children: Doctrine\ORM\PersistentCollection {#9168 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } Eccube\Entity\Category {#9173 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9171 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9172 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9174 …} -Children: Doctrine\ORM\PersistentCollection {#9177 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } Eccube\Entity\Category {#9180 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9178 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9179 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9181 …} -Children: Doctrine\ORM\PersistentCollection {#9184 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } Eccube\Entity\Category {#9187 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9185 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9188 …} -Children: Doctrine\ORM\PersistentCollection {#9191 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9194 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9192 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9195 …} -Children: Doctrine\ORM\PersistentCollection {#9198 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9201 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9199 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9202 …} -Children: Doctrine\ORM\PersistentCollection {#9205 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9208 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9206 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9207 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9209 …} -Children: Doctrine\ORM\PersistentCollection {#9212 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9215 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9213 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9214 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9216 …} -Children: Doctrine\ORM\PersistentCollection {#9219 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9222 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9220 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9221 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9223 …} -Children: Doctrine\ORM\PersistentCollection {#9226 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9229 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9169 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9170 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9230 …} -Children: Doctrine\ORM\PersistentCollection {#9233 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } Eccube\Entity\Category {#9234 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9227 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9228 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9235 …} -Children: Doctrine\ORM\PersistentCollection {#9238 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } Eccube\Entity\Category {#9243 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9241 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9242 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9244 …} -Children: Doctrine\ORM\PersistentCollection {#9247 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } Eccube\Entity\Category {#9250 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9248 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9249 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9251 …} -Children: Doctrine\ORM\PersistentCollection {#9254 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } Eccube\Entity\Category {#9257 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9255 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9258 …} -Children: Doctrine\ORM\PersistentCollection {#9261 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9264 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9262 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9265 …} -Children: Doctrine\ORM\PersistentCollection {#9268 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9271 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9269 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9272 …} -Children: Doctrine\ORM\PersistentCollection {#9275 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9278 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9276 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9277 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9279 …} -Children: Doctrine\ORM\PersistentCollection {#9282 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9285 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9283 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9284 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9286 …} -Children: Doctrine\ORM\PersistentCollection {#9289 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9292 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9290 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9291 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9296 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9297 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8947 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8948 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9298 …} -Children: Doctrine\ORM\PersistentCollection {#9301 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9302 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9239 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9240 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9303 …} -Children: Doctrine\ORM\PersistentCollection {#9306 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } Eccube\Entity\Category {#9311 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9309 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9310 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9312 …} -Children: Doctrine\ORM\PersistentCollection {#9315 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } Eccube\Entity\Category {#9318 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9316 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9317 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9319 …} -Children: Doctrine\ORM\PersistentCollection {#9322 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } Eccube\Entity\Category {#9325 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9323 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9324 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9326 …} -Children: Doctrine\ORM\PersistentCollection {#9329 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } Eccube\Entity\Category {#9332 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9330 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9331 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9333 …} -Children: Doctrine\ORM\PersistentCollection {#9336 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } Eccube\Entity\Category {#9339 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9337 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9338 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9340 …} -Children: Doctrine\ORM\PersistentCollection {#9343 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } Eccube\Entity\Category {#9346 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9344 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9345 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9347 …} -Children: Doctrine\ORM\PersistentCollection {#9350 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } Eccube\Entity\Category {#9353 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9351 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9352 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9354 …} -Children: Doctrine\ORM\PersistentCollection {#9357 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } Eccube\Entity\Category {#9360 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9358 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9359 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9361 …} -Children: Doctrine\ORM\PersistentCollection {#9364 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } Eccube\Entity\Category {#9367 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9365 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9366 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9368 …} -Children: Doctrine\ORM\PersistentCollection {#9371 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } Eccube\Entity\Category {#9374 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9372 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9373 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9375 …} -Children: Doctrine\ORM\PersistentCollection {#9378 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } Eccube\Entity\Category {#9381 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9307 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9308 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9382 …} -Children: Doctrine\ORM\PersistentCollection {#9385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9386 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9379 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9395 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9393 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9396 …} -Children: Doctrine\ORM\PersistentCollection {#9399 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9402 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9400 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9403 …} -Children: Doctrine\ORM\PersistentCollection {#9406 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9409 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9407 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9410 …} -Children: Doctrine\ORM\PersistentCollection {#9413 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9416 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9414 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9417 …} -Children: Doctrine\ORM\PersistentCollection {#9420 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9423 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9421 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9424 …} -Children: Doctrine\ORM\PersistentCollection {#9427 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9430 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9428 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9431 …} -Children: Doctrine\ORM\PersistentCollection {#9434 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9437 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9435 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9438 …} -Children: Doctrine\ORM\PersistentCollection {#9441 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9444 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9442 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9445 …} -Children: Doctrine\ORM\PersistentCollection {#9448 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9451 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9449 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9452 …} -Children: Doctrine\ORM\PersistentCollection {#9455 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9458 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9456 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9459 …} -Children: Doctrine\ORM\PersistentCollection {#9462 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9465 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9463 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9466 …} -Children: Doctrine\ORM\PersistentCollection {#9469 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9472 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9470 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9473 …} -Children: Doctrine\ORM\PersistentCollection {#9476 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9479 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9477 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9480 …} -Children: Doctrine\ORM\PersistentCollection {#9483 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9486 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9484 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9487 …} -Children: Doctrine\ORM\PersistentCollection {#9490 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9493 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9491 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9494 …} -Children: Doctrine\ORM\PersistentCollection {#9497 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9500 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9498 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9499 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9501 …} -Children: Doctrine\ORM\PersistentCollection {#9504 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9507 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9505 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9506 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9508 …} -Children: Doctrine\ORM\PersistentCollection {#9511 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9514 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9512 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9513 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9515 …} -Children: Doctrine\ORM\PersistentCollection {#9518 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9521 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9391 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9392 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9522 …} -Children: Doctrine\ORM\PersistentCollection {#9525 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9526 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9519 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9535 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9533 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9536 …} -Children: Doctrine\ORM\PersistentCollection {#9539 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9542 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9540 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9543 …} -Children: Doctrine\ORM\PersistentCollection {#9546 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9549 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9547 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9550 …} -Children: Doctrine\ORM\PersistentCollection {#9553 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9556 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9554 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9557 …} -Children: Doctrine\ORM\PersistentCollection {#9560 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9563 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9561 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9564 …} -Children: Doctrine\ORM\PersistentCollection {#9567 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9570 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9568 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9569 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9571 …} -Children: Doctrine\ORM\PersistentCollection {#9574 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9577 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9575 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9576 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9578 …} -Children: Doctrine\ORM\PersistentCollection {#9581 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9584 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9582 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9583 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9585 …} -Children: Doctrine\ORM\PersistentCollection {#9588 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9591 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9531 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9532 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9592 …} -Children: Doctrine\ORM\PersistentCollection {#9595 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9596 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9589 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9597 …} -Children: Doctrine\ORM\PersistentCollection {#9600 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9605 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9603 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9606 …} -Children: Doctrine\ORM\PersistentCollection {#9609 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9612 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9610 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9611 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9613 …} -Children: Doctrine\ORM\PersistentCollection {#9616 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9619 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9617 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9620 …} -Children: Doctrine\ORM\PersistentCollection {#9623 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9626 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9624 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9627 …} -Children: Doctrine\ORM\PersistentCollection {#9630 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9633 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9631 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9634 …} -Children: Doctrine\ORM\PersistentCollection {#9637 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9640 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9638 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9639 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9641 …} -Children: Doctrine\ORM\PersistentCollection {#9644 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9647 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9645 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9646 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9648 …} -Children: Doctrine\ORM\PersistentCollection {#9651 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9654 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9652 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9653 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9655 …} -Children: Doctrine\ORM\PersistentCollection {#9658 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#8478 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8483 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8486 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8602 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#8666 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8665 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8668 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8660 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8654 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8656 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8655 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8653 …} -Children: Doctrine\ORM\PersistentCollection {#8651 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } Eccube\Entity\Category {#8647 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8649 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8648 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8646 …} -Children: Doctrine\ORM\PersistentCollection {#8644 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } Eccube\Entity\Category {#8640 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8642 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8641 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8639 …} -Children: Doctrine\ORM\PersistentCollection {#8414 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } Eccube\Entity\Category {#8628 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8625 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8627 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } Eccube\Entity\Category {#8635 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8633 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8634 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8675 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8672 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8673 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8678 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } Eccube\Entity\Category {#8682 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8680 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8681 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8683 …} -Children: Doctrine\ORM\PersistentCollection {#8685 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } Eccube\Entity\Category {#8689 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8687 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8688 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8690 …} -Children: Doctrine\ORM\PersistentCollection {#8692 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } Eccube\Entity\Category {#9661 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9660 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9659 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9662 …} -Children: Doctrine\ORM\PersistentCollection {#9665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9666 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9602 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9601 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9675 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9673 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9674 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9676 …} -Children: Doctrine\ORM\PersistentCollection {#9679 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9682 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9680 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9681 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9683 …} -Children: Doctrine\ORM\PersistentCollection {#9686 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9689 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9687 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9688 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9690 …} -Children: Doctrine\ORM\PersistentCollection {#9693 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9696 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9694 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9695 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9697 …} -Children: Doctrine\ORM\PersistentCollection {#9700 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9703 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9701 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9702 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9704 …} -Children: Doctrine\ORM\PersistentCollection {#9707 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9710 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9708 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9709 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9711 …} -Children: Doctrine\ORM\PersistentCollection {#9714 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9717 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9715 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9716 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9718 …} -Children: Doctrine\ORM\PersistentCollection {#9721 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9724 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9722 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9723 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9725 …} -Children: Doctrine\ORM\PersistentCollection {#9728 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9731 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9729 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9730 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9732 …} -Children: Doctrine\ORM\PersistentCollection {#9735 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9738 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9736 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9737 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9739 …} -Children: Doctrine\ORM\PersistentCollection {#9742 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9745 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9743 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9744 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9746 …} -Children: Doctrine\ORM\PersistentCollection {#9749 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9752 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9750 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9751 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9753 …} -Children: Doctrine\ORM\PersistentCollection {#9756 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9759 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9757 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9758 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9760 …} -Children: Doctrine\ORM\PersistentCollection {#9763 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9766 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9764 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9765 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9767 …} -Children: Doctrine\ORM\PersistentCollection {#9770 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9773 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9771 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9772 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9774 …} -Children: Doctrine\ORM\PersistentCollection {#9777 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9780 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9778 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9779 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9781 …} -Children: Doctrine\ORM\PersistentCollection {#9784 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9787 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9785 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9786 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9794 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9792 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9793 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9795 …} -Children: Doctrine\ORM\PersistentCollection {#9799 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9797 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9802 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9671 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9672 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9803 …} -Children: Doctrine\ORM\PersistentCollection {#9806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9807 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9800 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9801 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9808 …} -Children: Doctrine\ORM\PersistentCollection {#9811 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9816 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9814 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9815 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9817 …} -Children: Doctrine\ORM\PersistentCollection {#9820 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9823 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9821 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9822 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9824 …} -Children: Doctrine\ORM\PersistentCollection {#9827 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9830 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9828 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9829 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9831 …} -Children: Doctrine\ORM\PersistentCollection {#9834 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9837 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9835 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9836 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9838 …} -Children: Doctrine\ORM\PersistentCollection {#9841 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9844 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9842 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9843 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9845 …} -Children: Doctrine\ORM\PersistentCollection {#9848 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9851 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9849 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9850 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9852 …} -Children: Doctrine\ORM\PersistentCollection {#9855 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9858 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9856 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9857 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9859 …} -Children: Doctrine\ORM\PersistentCollection {#9862 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9865 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9863 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9864 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9866 …} -Children: Doctrine\ORM\PersistentCollection {#9869 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } Eccube\Entity\Category {#9872 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9870 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9871 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9873 …} -Children: Doctrine\ORM\PersistentCollection {#9876 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9879 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9877 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9878 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9880 …} -Children: Doctrine\ORM\PersistentCollection {#9883 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9886 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9884 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9885 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9887 …} -Children: Doctrine\ORM\PersistentCollection {#9890 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9893 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9891 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9892 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9894 …} -Children: Doctrine\ORM\PersistentCollection {#9897 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9900 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9898 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9899 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9901 …} -Children: Doctrine\ORM\PersistentCollection {#9904 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9907 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9905 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9906 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9908 …} -Children: Doctrine\ORM\PersistentCollection {#9911 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9914 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9912 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9913 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9915 …} -Children: Doctrine\ORM\PersistentCollection {#9918 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9923 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9813 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9812 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9924 …} -Children: Doctrine\ORM\PersistentCollection {#9927 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9928 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9919 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9920 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9929 …} -Children: Doctrine\ORM\PersistentCollection {#9932 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9933 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9921 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9922 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9944 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9942 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9943 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9945 …} -Children: Doctrine\ORM\PersistentCollection {#9948 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9951 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9949 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9950 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9952 …} -Children: Doctrine\ORM\PersistentCollection {#9955 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9958 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9956 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9957 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9959 …} -Children: Doctrine\ORM\PersistentCollection {#9962 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9965 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9963 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9964 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9966 …} -Children: Doctrine\ORM\PersistentCollection {#9969 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9972 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9970 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9971 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9973 …} -Children: Doctrine\ORM\PersistentCollection {#9976 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9979 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9977 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9978 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9980 …} -Children: Doctrine\ORM\PersistentCollection {#9983 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9986 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9940 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9941 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9987 …} -Children: Doctrine\ORM\PersistentCollection {#9990 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#9991 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9984 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9985 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9992 …} -Children: Doctrine\ORM\PersistentCollection {#9995 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10000 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9998 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9999 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10001 …} -Children: Doctrine\ORM\PersistentCollection {#10004 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10007 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#10005 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10006 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10008 …} -Children: Doctrine\ORM\PersistentCollection {#10011 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10014 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#10012 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10013 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10015 …} -Children: Doctrine\ORM\PersistentCollection {#10018 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10021 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#10019 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10020 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10022 …} -Children: Doctrine\ORM\PersistentCollection {#10025 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10028 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10026 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10027 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10029 …} -Children: Doctrine\ORM\PersistentCollection {#10032 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10035 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10033 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10034 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10036 …} -Children: Doctrine\ORM\PersistentCollection {#10039 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10042 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9996 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9997 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10043 …} -Children: Doctrine\ORM\PersistentCollection {#10046 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10047 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10040 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10041 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10048 …} -Children: Doctrine\ORM\PersistentCollection {#10051 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10056 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10054 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10055 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10057 …} -Children: Doctrine\ORM\PersistentCollection {#10060 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10063 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10061 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10062 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10064 …} -Children: Doctrine\ORM\PersistentCollection {#10067 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10070 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10068 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10069 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10071 …} -Children: Doctrine\ORM\PersistentCollection {#10074 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10077 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10075 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10076 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10078 …} -Children: Doctrine\ORM\PersistentCollection {#10081 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10084 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10082 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10083 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10085 …} -Children: Doctrine\ORM\PersistentCollection {#10088 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10091 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10089 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10090 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10092 …} -Children: Doctrine\ORM\PersistentCollection {#10095 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10098 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10052 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10053 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10099 …} -Children: Doctrine\ORM\PersistentCollection {#10102 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10103 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10096 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10097 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10104 …} -Children: Doctrine\ORM\PersistentCollection {#10107 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10112 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10110 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10111 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10113 …} -Children: Doctrine\ORM\PersistentCollection {#10116 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10119 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10117 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10118 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10120 …} -Children: Doctrine\ORM\PersistentCollection {#10123 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10126 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10124 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10125 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10127 …} -Children: Doctrine\ORM\PersistentCollection {#10130 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10133 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10131 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10132 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10134 …} -Children: Doctrine\ORM\PersistentCollection {#10137 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10140 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10138 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10139 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10141 …} -Children: Doctrine\ORM\PersistentCollection {#10144 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10147 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10145 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10146 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10148 …} -Children: Doctrine\ORM\PersistentCollection {#10151 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10154 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10108 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10109 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10155 …} -Children: Doctrine\ORM\PersistentCollection {#10158 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10159 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10152 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10153 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10160 …} -Children: Doctrine\ORM\PersistentCollection {#10163 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10168 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10166 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10167 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10169 …} -Children: Doctrine\ORM\PersistentCollection {#10172 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10175 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10173 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10174 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10176 …} -Children: Doctrine\ORM\PersistentCollection {#10179 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10182 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10180 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10181 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10183 …} -Children: Doctrine\ORM\PersistentCollection {#10186 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10189 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10187 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10188 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10190 …} -Children: Doctrine\ORM\PersistentCollection {#10193 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10196 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10194 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10195 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10197 …} -Children: Doctrine\ORM\PersistentCollection {#10200 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } Eccube\Entity\Category {#10203 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10201 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10202 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10204 …} -Children: Doctrine\ORM\PersistentCollection {#10207 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -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 {#8919 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#8409 …} -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() {#8920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8921 …} } } |
| 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 {#10503 +label: "メーカー・シリーズ" +value: "1" +data: Eccube\Entity\Category {#8971 -id: 1 -name: "メーカー・シリーズ" -hierarchy: 1 -sort_no: 191 -create_date: DateTime @1713346380 {#8967 date: 2024-04-17 18:33:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8965 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8970 …} -Children: Doctrine\ORM\PersistentCollection {#8964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10505 +label: " ダイキン" +value: "2" +data: Eccube\Entity\Category {#8962 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8963 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8961 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8957 …} -Children: Doctrine\ORM\PersistentCollection {#8956 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10504 +label: " Eco ZEAS" +value: "4" +data: Eccube\Entity\Category {#8955 -id: 4 -name: "Eco ZEAS" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1713346500 {#8959 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366912 {#8935 date: 2024-12-05 11:48:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8954 …} -Children: Doctrine\ORM\PersistentCollection {#8951 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの標準モデルのエアコンです。風量エコ自動制御により、室温と設定温度の差に応じて室内機の風量を自動制御します。さらにエコモードで設定温度と室内温度の情報から、必要な能力を確認し、負荷が低いと判断した場合には、省エネ性を優先した運転に自動で切り替えます。" -category_image: "1205114829_6751147dcc67f.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10521 +label: " FIVE STAR ZEAS" +value: "3" +data: Eccube\Entity\Category {#8944 -id: 3 -name: "FIVE STAR ZEAS" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1713346440 {#8946 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8945 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8943 …} -Children: Doctrine\ORM\PersistentCollection {#8974 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: """ ダイキンの最新技術を満載した超省エネモデルのエアコンです。\r\n 快適性を追求し「除湿冷房」機能にダイキン独自の「温度」と「除湿レベル(弱・中・強)」を同時設定可能にしています。\r\n 夏の外気温43℃まで、通常の冷房能力を発揮します。室外機の熱交換面積を増やしたことで、省エネ性能を高めています。 """ -category_image: "0704185928_6686728055ce1.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10522 +label: " スゴ暖ZEAS" +value: "5" +data: Eccube\Entity\Category {#8977 -id: 5 -name: "スゴ暖ZEAS" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1713346500 {#8975 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366923 {#8976 date: 2024-12-05 11:48:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8978 …} -Children: Doctrine\ORM\PersistentCollection {#8981 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの寒冷地向けのエアコンです。ダイキン独自の「大流量インジェクションスクロール圧縮機」で、暖房能力を向上し、外気温ー15℃でも通常の運転が可能です。検知室温を床温度重視に設定したことで、足元からしっかり温めます。" -category_image: "1205114841_6751148932e00.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10523 +label: " 予備1" +value: "6" +data: Eccube\Entity\Category {#8984 -id: 6 -name: "予備1" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1713346500 {#8982 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8983 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8985 …} -Children: Doctrine\ORM\PersistentCollection {#8988 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10524 +label: " 予備2" +value: "7" +data: Eccube\Entity\Category {#8991 -id: 7 -name: "予備2" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1713346500 {#8989 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8990 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8992 …} -Children: Doctrine\ORM\PersistentCollection {#8995 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10525 +label: " 予備3" +value: "8" +data: Eccube\Entity\Category {#8998 -id: 8 -name: "予備3" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1713346500 {#8996 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#8997 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8999 …} -Children: Doctrine\ORM\PersistentCollection {#9002 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10526 +label: " 予備4" +value: "9" +data: Eccube\Entity\Category {#9005 -id: 9 -name: "予備4" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1713346500 {#9003 date: 2024-04-17 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9004 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9006 …} -Children: Doctrine\ORM\PersistentCollection {#9009 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10527 +label: " ホッとEcoZEAS" +value: "10" +data: Eccube\Entity\Category {#9012 -id: 10 -name: "ホッとEcoZEAS" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1713346560 {#9010 date: 2024-04-17 18:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730081808 {#9011 date: 2024-10-28 11:16:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9013 …} -Children: Doctrine\ORM\PersistentCollection {#9016 …} -Parent: Eccube\Entity\Category {#8962} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10528 +label: " 東芝" +value: "11" +data: Eccube\Entity\Category {#9019 -id: 11 -name: "東芝" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1713499402 {#8949 date: 2024-04-19 13:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366822 {#8950 date: 2024-12-05 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9020 …} -Children: Doctrine\ORM\PersistentCollection {#9023 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "世界的な空調メーカーであるCarrier(キヤリア)傘下となり、2024年5月1日から「日本キヤリア株式会社」に社名を変更。エアコン、換気システム、空気清浄機など幅広い製品を展開し、快適な居住空間や商業施設の環境をサポートしています。天井カセット4方向・天井吊形には業界初の業務用エアコンに本格電気集塵方式の空気清浄機を搭載しています。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114700_6751142441be3.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10529 +label: " ウルトラパワーエコ" +value: "12" +data: Eccube\Entity\Category {#9024 -id: 12 -name: "ウルトラパワーエコ" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1713500252 {#9017 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366957 {#9018 date: 2024-12-05 11:49:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9025 …} -Children: Doctrine\ORM\PersistentCollection {#9028 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の高効率タイプのエアコンです。外気温46℃でも通常の冷房能力を発揮します。業界№1の暖房範囲で、-7℃まで通常能力を発揮し、-27℃まで暖房運転可能です。耐摩耗性をアップした新ローラー材料を採用した新開発のコンプレッサ―を搭載しています。ハイレベルな省エネ性能で運転時のエネルギー消費を抑えます。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114906_675114a2601b1.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10530 +label: " スーパーパワーエコゴールド" +value: "13" +data: Eccube\Entity\Category {#9033 -id: 13 -name: "スーパーパワーエコゴールド" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1713500252 {#9031 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366968 {#9032 date: 2024-12-05 11:49:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9034 …} -Children: Doctrine\ORM\PersistentCollection {#9037 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の標準タイプのエアコンです。室外温度上限「50℃」と室外温度下限「-27℃」を両立させた、業界トップクラスの最もワイドな室外温度範囲での運転が可能なエアコンです。高いAPFを達成し、高い省エネ性能を実現しています。また、室内機には結露水を利用して熱交換器を掃除するマジック洗浄が搭載(一部対象外機種あり)されています。" -category_image: "1205114926_675114b63f54e.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10531 +label: " スーパーパワーエコ暖太郎" +value: "14" +data: Eccube\Entity\Category {#9040 -id: 14 -name: "スーパーパワーエコ暖太郎" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1713500252 {#9038 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366978 {#9039 date: 2024-12-05 11:49:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9041 …} -Children: Doctrine\ORM\PersistentCollection {#9044 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "東芝の寒冷地向けのエアコンです。低外気-20℃でも通常の暖房能力を発揮します。霜の付着抑制を優先する「低着霜モード」を搭載しており、着霜量を約80%減を実現しました。そのため、着霜量が多い高湿度地域にお住まいのお客様にもおすすめです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114936_675114c0e9739.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10532 +label: " スマートエコneo" +value: "15" +data: Eccube\Entity\Category {#9047 -id: 15 -name: "スマートエコneo" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1713500252 {#9045 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366988 {#9046 date: 2024-12-05 11:49:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9048 …} -Children: Doctrine\ORM\PersistentCollection {#9051 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ネーミングの「スマート」にあるように、室外機のサイズダウンを行いコンパクト化しました。内部構造を再設計し、軽量化を実現しました。省エネ法2015年基準値クリア、環境省が毎年公表するグリーン購入法の「基本方針」の判断の基準を満たした省エネ性も高いエアコンです。また、室内機には結露水を利用して熱交換器を掃除する「マジック洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114945_675114c9b7919.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10533 +label: " 予備5" +value: "16" +data: Eccube\Entity\Category {#9054 -id: 16 -name: "予備5" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1713500252 {#9052 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9053 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9055 …} -Children: Doctrine\ORM\PersistentCollection {#9058 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10534 +label: " 予備6" +value: "17" +data: Eccube\Entity\Category {#9061 -id: 17 -name: "予備6" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1713500252 {#9059 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9060 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9062 …} -Children: Doctrine\ORM\PersistentCollection {#9065 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10535 +label: " 予備7" +value: "18" +data: Eccube\Entity\Category {#9068 -id: 18 -name: "予備7" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1713500252 {#9066 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9067 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9069 …} -Children: Doctrine\ORM\PersistentCollection {#9072 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10536 +label: " スーパーパワーエコmini" +value: "19" +data: Eccube\Entity\Category {#9075 -id: 19 -name: "スーパーパワーエコmini" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1713500252 {#9073 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9074 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9076 …} -Children: Doctrine\ORM\PersistentCollection {#9079 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10537 +label: " 東芝-冷房専用" +value: "20" +data: Eccube\Entity\Category {#9082 -id: 20 -name: "東芝-冷房専用" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1713500252 {#9080 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500252 {#9081 date: 2024-04-19 13:17:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9083 …} -Children: Doctrine\ORM\PersistentCollection {#9086 …} -Parent: Eccube\Entity\Category {#9019} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10538 +label: " 日立" +value: "21" +data: Eccube\Entity\Category {#9089 -id: 21 -name: "日立" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1713500304 {#9029 date: 2024-04-19 13:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366838 {#9030 date: 2024-12-05 11:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9090 …} -Children: Doctrine\ORM\PersistentCollection {#9093 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の業務用エアコンは、業界トップクラスの省エネ性エアコンです。世界で初めて業務用エアコン向けスクロール圧縮機を量産するなど日本の冷凍・空調機器の歴史をつくってきました。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205114715_67511433f144d.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10539 +label: " 省エネの達人プレミアム" +value: "22" +data: Eccube\Entity\Category {#9094 -id: 22 -name: "省エネの達人プレミアム" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1713500325 {#9087 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367006 {#9088 date: 2024-12-05 11:50:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9095 …} -Children: Doctrine\ORM\PersistentCollection {#9098 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の空調業界トップクラスの省エネ性エアコンです。天カセ4方向では人感センサー・輻射温度センサーを標準搭載しています。室外機は高効率DCインバーターモーターや、冷凍サイクル制御適正化でAPFアップに貢献します。また、室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115005_675114dd12b14.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10540 +label: " 省エネの達人" +value: "23" +data: Eccube\Entity\Category {#9103 -id: 23 -name: "省エネの達人" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1713500325 {#9101 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367015 {#9102 date: 2024-12-05 11:50:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9104 …} -Children: Doctrine\ORM\PersistentCollection {#9107 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "省エネ性を追求した、日立の標準タイプのエアコンです。吹出空気サーミスターを搭載し、冷房時の冷えすぎを抑制します。暖房時は「暖房気流制御」により、温風を床面に向かって吹き出すため、足元の付近の温度を上昇、お部屋全体でむらなく快適に過ごせます。また、室内機・室外機ともに熱交換器には自動お掃除機能「凍結洗浄」を搭載(一部対象外機種あり)されています。" -category_image: "1205115013_675114e5eb5ee.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10541 +label: " 寒さ知らず" +value: "24" +data: Eccube\Entity\Category {#9110 -id: 24 -name: "寒さ知らず" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1713500325 {#9108 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367026 {#9109 date: 2024-12-05 11:50:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9111 …} -Children: Doctrine\ORM\PersistentCollection {#9114 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "日立の寒冷地向けのエアコンです。低外気温でも高い暖房能力を発揮します。運転開始前後約1分30秒で40℃の温風を吹出すことが可能です。着霜状態・着霜量の検出精度を高め、除霜運転に入る頻度が低減されています。室内機・室外機ともに熱交換器にも自動お掃除機能「凍結洗浄」が搭載(一部対象外機種あり)されています。" -category_image: "1205115024_675114f073137.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10542 +label: " 予備8" +value: "25" +data: Eccube\Entity\Category {#9117 -id: 25 -name: "予備8" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1713500325 {#9115 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9116 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9118 …} -Children: Doctrine\ORM\PersistentCollection {#9121 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10543 +label: " 予備9" +value: "26" +data: Eccube\Entity\Category {#9124 -id: 26 -name: "予備9" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1713500325 {#9122 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9123 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9125 …} -Children: Doctrine\ORM\PersistentCollection {#9128 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10544 +label: " 予備10" +value: "27" +data: Eccube\Entity\Category {#9131 -id: 27 -name: "予備10" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1713500325 {#9129 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9130 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9132 …} -Children: Doctrine\ORM\PersistentCollection {#9135 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10545 +label: " 予備11" +value: "28" +data: Eccube\Entity\Category {#9138 -id: 28 -name: "予備11" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1713500325 {#9136 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9137 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9139 …} -Children: Doctrine\ORM\PersistentCollection {#9142 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10546 +label: " 予備12" +value: "29" +data: Eccube\Entity\Category {#9145 -id: 29 -name: "予備12" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1713500325 {#9143 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9144 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9146 …} -Children: Doctrine\ORM\PersistentCollection {#9149 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10547 +label: " 日立-冷房専用" +value: "30" +data: Eccube\Entity\Category {#9152 -id: 30 -name: "日立-冷房専用" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1713500325 {#9150 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500325 {#9151 date: 2024-04-19 13:18:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9153 …} -Children: Doctrine\ORM\PersistentCollection {#9156 …} -Parent: Eccube\Entity\Category {#9089} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10548 +label: " 三菱電機" +value: "31" +data: Eccube\Entity\Category {#9159 -id: 31 -name: "三菱電機" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1713500343 {#9099 date: 2024-04-19 13:19:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366854 {#9100 date: 2024-12-05 11:47:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9160 …} -Children: Doctrine\ORM\PersistentCollection {#9163 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の業務用エアコンは、独自の省エネ技術により、電気代が削減されるように設計されています。人感ムーブアイで人(位置・人数)、床温を検知する三菱電機独自の輻射温度センサーが省エネ性と快適性の両方を提供いたします。三菱電機の「ロスナイ」という換気機器は、エアコンと連携して使うことができます。これにより、外の新鮮な空気を取り入れながら、室内の空調を調整することができます。" -category_image: "1205114732_675114445415d.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10549 +label: " スリムZR" +value: "32" +data: Eccube\Entity\Category {#9164 -id: 32 -name: "スリムZR" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1713500353 {#9157 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367047 {#9158 date: 2024-12-05 11:50:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9165 …} -Children: Doctrine\ORM\PersistentCollection {#9168 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の高効率タイプのエアコンです。室内機の風路全体の形状が、風速を均一に届けるよう設計され、吹き出し部分の通風面積が広くなっているため、送風中のエネルギー損失が少なくなっています。ターボファンの改良により、エアコンの動作音が低減され、静かな運転が実現されています。外気温-7℃~43℃まで、通常の能力運転をキープします。" -category_image: "1205115045_675115051bd7b.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10550 +label: " スリムER" +value: "33" +data: Eccube\Entity\Category {#9173 -id: 33 -name: "スリムER" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1713500353 {#9171 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367057 {#9172 date: 2024-12-05 11:50:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9174 …} -Children: Doctrine\ORM\PersistentCollection {#9177 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の標準タイプのエアコンです。室外機の軽量・コンパクト化で設置場所がより自由に選択できます。夏、外気温が52℃まででも冷房運転が可能です。冬の霜取り運転の軽減のため、室温が設定温度に達すると暖房運転が一時停止するサーモオフを利用し、サーモオフ中に霜取りを行うことで暖房運転停止状態を減らし、室温低下を抑えます。" -category_image: "1205115055_6751150fb7e37.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10551 +label: " ズバ暖スリム" +value: "34" +data: Eccube\Entity\Category {#9180 -id: 34 -name: "ズバ暖スリム" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1713500353 {#9178 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367067 {#9179 date: 2024-12-05 11:51:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9181 …} -Children: Doctrine\ORM\PersistentCollection {#9184 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "三菱電機の寒冷地向けのエアコンです。三菱電機独自の技術「デュアルオンデフロスト回路」を搭載で、室外機の熱交換器を上下に分け、半分は霜取りをしながら、残り半分で暖房運転を続けます。業界初の-10℃まで霜取り運転中でもあたたかさを継続します。最高60℃温風吹出しで、寒冷地の寒さから満足のあたたかさをお届けします。" -category_image: "1205115105_67511519a9729.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10552 +label: " 予備13" +value: "35" +data: Eccube\Entity\Category {#9187 -id: 35 -name: "予備13" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1713500353 {#9185 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9186 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9188 …} -Children: Doctrine\ORM\PersistentCollection {#9191 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10553 +label: " 予備14" +value: "36" +data: Eccube\Entity\Category {#9194 -id: 36 -name: "予備14" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1713500353 {#9192 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9193 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9195 …} -Children: Doctrine\ORM\PersistentCollection {#9198 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10554 +label: " 予備15" +value: "37" +data: Eccube\Entity\Category {#9201 -id: 37 -name: "予備15" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1713500353 {#9199 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9200 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9202 …} -Children: Doctrine\ORM\PersistentCollection {#9205 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10555 +label: " 予備16" +value: "38" +data: Eccube\Entity\Category {#9208 -id: 38 -name: "予備16" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1713500353 {#9206 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9207 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9209 …} -Children: Doctrine\ORM\PersistentCollection {#9212 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10556 +label: " 予備17" +value: "39" +data: Eccube\Entity\Category {#9215 -id: 39 -name: "予備17" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1713500353 {#9213 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9214 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9216 …} -Children: Doctrine\ORM\PersistentCollection {#9219 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10557 +label: " スリムK" +value: "40" +data: Eccube\Entity\Category {#9222 -id: 40 -name: "スリムK" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1713500353 {#9220 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500353 {#9221 date: 2024-04-19 13:19:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9223 …} -Children: Doctrine\ORM\PersistentCollection {#9226 …} -Parent: Eccube\Entity\Category {#9159} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10558 +label: " パナソニック" +value: "41" +data: Eccube\Entity\Category {#9229 -id: 41 -name: "パナソニック" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1713500371 {#9169 date: 2024-04-19 13:19:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366874 {#9170 date: 2024-12-05 11:47:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9230 …} -Children: Doctrine\ORM\PersistentCollection {#9233 …} -Parent: Eccube\Entity\Category {#8971} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニック独自のクリーンテクノロジー、エアコンに新ナノイーX搭載で、「菌・ウイルスの除菌、抑制」「カビ抑制」「PM2.5に含まれる有害物質を分解、抑制」「花粉の無力化」「アレル物質抑制」「生活5大臭の脱臭効果」「美肌・美紙」の7つの効果を発揮し一年中空気を清潔にし快適空間へと誘います。。" -category_image: "1205114752_675114586e08e.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10559 +label: " XEPHY Premium" +value: "42" +data: Eccube\Entity\Category {#9234 -id: 42 -name: "XEPHY Premium" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1713500379 {#9227 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367096 {#9228 date: 2024-12-05 11:51:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9235 …} -Children: Doctrine\ORM\PersistentCollection {#9238 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高省エネ性ハイグレードエアコンで省エネ性が高いグレードです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。天カセ4方向では業界最薄で空間に調和するスタイリッシュなデザインです。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115134_67511536d41dd.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10560 +label: " XEPHY Eco" +value: "43" +data: Eccube\Entity\Category {#9243 -id: 43 -name: "XEPHY Eco" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1713500379 {#9241 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367104 {#9242 date: 2024-12-05 11:51:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9244 …} -Children: Doctrine\ORM\PersistentCollection {#9247 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの高効率な標準タイプのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。コントロール基板を樹脂コーティングし、ヤモリなどの小動物が室外機の基板裏側に侵入できないよう樹脂版で囲っています。" -category_image: "1205115143_6751153f2e7e7.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10561 +label: " フル暖 XEPHY" +value: "44" +data: Eccube\Entity\Category {#9250 -id: 44 -name: "フル暖 XEPHY" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1713500379 {#9248 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367114 {#9249 date: 2024-12-05 11:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9251 …} -Children: Doctrine\ORM\PersistentCollection {#9254 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "パナソニックの寒冷地向けのエアコンです。新「ナノイーX」搭載で、室内空気の清潔性の向上が見込めます。外気温-25℃まで運転可能。着霜感知制御と外気温度センサーの最適化により業界トップクラスの暖房連続運転時間最長13時間を実現しました。除霜運転の回数を減らし、室温の温度を均一に保ちます。" -category_image: "1205115152_67511548c3819.gif" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10562 +label: " 予備18" +value: "45" +data: Eccube\Entity\Category {#9257 -id: 45 -name: "予備18" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1713500379 {#9255 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9256 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9258 …} -Children: Doctrine\ORM\PersistentCollection {#9261 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10563 +label: " 予備19" +value: "46" +data: Eccube\Entity\Category {#9264 -id: 46 -name: "予備19" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1713500379 {#9262 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9263 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9265 …} -Children: Doctrine\ORM\PersistentCollection {#9268 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10564 +label: " Gシリーズ" +value: "47" +data: Eccube\Entity\Category {#9271 -id: 47 -name: "Gシリーズ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1713500379 {#9269 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9270 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9272 …} -Children: Doctrine\ORM\PersistentCollection {#9275 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10565 +label: " Hシリーズ" +value: "48" +data: Eccube\Entity\Category {#9278 -id: 48 -name: "Hシリーズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1713500379 {#9276 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9277 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9279 …} -Children: Doctrine\ORM\PersistentCollection {#9282 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10566 +label: " Cシリーズ" +value: "49" +data: Eccube\Entity\Category {#9285 -id: 49 -name: "Cシリーズ" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1713500379 {#9283 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9284 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9286 …} -Children: Doctrine\ORM\PersistentCollection {#9289 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10567 +label: " Kシリーズ" +value: "50" +data: Eccube\Entity\Category {#9292 -id: 50 -name: "Kシリーズ" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1713500379 {#9290 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500379 {#9291 date: 2024-04-19 13:19:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9293 …} -Children: Doctrine\ORM\PersistentCollection {#9296 …} -Parent: Eccube\Entity\Category {#9229} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10568 +label: "エアコン形状" +value: "51" +data: Eccube\Entity\Category {#9297 -id: 51 -name: "エアコン形状" -hierarchy: 1 -sort_no: 190 -create_date: DateTime @1713500407 {#8947 date: 2024-04-19 13:20:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8948 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9298 …} -Children: Doctrine\ORM\PersistentCollection {#9301 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10569 +label: " 天井カセット4方向" +value: "52" +data: Eccube\Entity\Category {#9302 -id: 52 -name: "天井カセット4方向" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1713500421 {#9239 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9240 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9303 …} -Children: Doctrine\ORM\PersistentCollection {#9306 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形4方向です。エアコンを天井の中央に設置し4方向の吹き出し口から気流を届けます。風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。これにより、むらなく快適な温度環境を維持できます。そして他形状の同馬力と比べ省エネ性が高いのも特徴の一つです。" -category_image: "0704151307_66863d7303a46.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10570 +label: " 天井カセット2方向" +value: "53" +data: Eccube\Entity\Category {#9311 -id: 53 -name: "天井カセット2方向" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1713500421 {#9309 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9310 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9312 …} -Children: Doctrine\ORM\PersistentCollection {#9315 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形2方向です。部屋のデザインや配置を崩さないシンプルな見た目です。 2方向から風を送ることで、部屋全体に風を効率的に送ることができます。縦に長いスペースの部屋や小規模な部屋・廊下などの幅が狭い空間に適しています。" -category_image: "0817111058_66c006b2af3f4.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10571 +label: " 天井カセット1方向" +value: "54" +data: Eccube\Entity\Category {#9318 -id: 54 -name: "天井カセット1方向" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1713500421 {#9316 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9317 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9319 …} -Children: Doctrine\ORM\PersistentCollection {#9322 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井埋込形で、天井内のスペースを有効活用できるのが天井カセット形1方向です。天井に埋め込まれており、デザインもシンプルなため、エアコンが目立ちにくく、室内に広々とした印象を与えます。オフィスや店舗などの商業施設に最適であり、室内空間全体の内観を損なうことなく、快適な環境を提供します。" -category_image: "0817111149_66c006e508c65.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10572 +label: " 天井吊形4方向" +value: "55" +data: Eccube\Entity\Category {#9325 -id: 55 -name: "天井吊形4方向" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1713500421 {#9323 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9324 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9326 …} -Children: Doctrine\ORM\PersistentCollection {#9329 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "ダイキンの正方形の形をした天井吊形で、吹き出し口4方向タイプです。天井のふところがない場所や、エアコン用の大きな穴が開けずらい場所に設置が可能です。天カセ4方向と同様に4方向から風が部屋全体に広がるため、広い範囲を均一に冷暖房いたします。マルチフロー方式で吹き出し口を自由に選ぶことが可能のため、設置場所の自由度が上がります。" -category_image: "0817111226_66c0070abee2e.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10573 +label: " ビルトイン形" +value: "56" +data: Eccube\Entity\Category {#9332 -id: 56 -name: "ビルトイン形" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1713500421 {#9330 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9331 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9333 …} -Children: Doctrine\ORM\PersistentCollection {#9336 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。本体にダクトを接続することで、離れた場所に風を送ることができます。照明や柱が多い場所、部屋が分かれている場合でも、柔軟な空調設定が可能です。エアコンの掃除を行うための点検口が天井に必要です。" -category_image: "0817111253_66c00725807af.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10574 +label: " ダクト形" +value: "57" +data: Eccube\Entity\Category {#9339 -id: 57 -name: "ダクト形" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1713500421 {#9337 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9338 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9340 …} -Children: Doctrine\ORM\PersistentCollection {#9343 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "本体を天井内に設置するタイプのエアコンです。天井面への露出が少なく、エアコンが目立たないため、インテリアを重視する方にぴったりです。ダクト形エアコンは、吹き出し口と吸い込み口が別々の場所に設置されているため、設置する場所を自由に選べます。" -category_image: "0817111352_66c00760b57ee.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10575 +label: " 天井吊形" +value: "58" +data: Eccube\Entity\Category {#9346 -id: 58 -name: "天井吊形" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1713500421 {#9344 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9345 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9347 …} -Children: Doctrine\ORM\PersistentCollection {#9350 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "天井から室内機を吊るして取り付ける露出形エアコンです。1方向から風を吹き出します。天井の壁面に設置するため、照明などで限られた空間にも設置でき、建物のレイアウトや設計に柔軟性を持たせることができます。天井のふところが狭く埋込形が難しい部屋や、天井に大きな穴を開けることが難しい場合などに利用されます。" -category_image: "0817111435_66c0078beccae.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10576 +label: " 壁掛形" +value: "59" +data: Eccube\Entity\Category {#9353 -id: 59 -name: "壁掛形" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1713500421 {#9351 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9352 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9354 …} -Children: Doctrine\ORM\PersistentCollection {#9357 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "家庭用のルームエアコンと似た形状のエアコンです。家庭用との違いは、いくつかございますが、一番は風量の大きさです。壁掛形のエアコンは壁に取り付けるタイプで、設置場所を選びやすいという利点があります。他形状に比べ価格が安く設定されているのも魅力です。小規模なオフィススペースや店舗に適しています。" -category_image: "0817111458_66c007a286707.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10577 +label: " 床置形" +value: "60" +data: Eccube\Entity\Category {#9360 -id: 60 -name: "床置形" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1713500421 {#9358 date: 2024-04-19 13:20:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085284 {#9359 date: 2024-10-28 12:14:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9361 …} -Children: Doctrine\ORM\PersistentCollection {#9364 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "床置形のエアコンは、床に設置するため、お部屋の壁や天井の高さ、形状、設置スペースの制約に左右されず、比較的自由に設置することが可能です。床に設置してあるため、メンテナンスやフィルターの交換、清掃がしやすいという利点もあります。風が床面に届きやすく、足元から快適に過ごせます。" -category_image: "0817111524_66c007bc39346.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10578 +label: " 厨房用天吊" +value: "142" +data: Eccube\Entity\Category {#9367 -id: 142 -name: "厨房用天吊" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1723871757 {#9365 date: 2024-08-17 14:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367170 {#9366 date: 2024-12-05 11:52:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9368 …} -Children: Doctrine\ORM\PersistentCollection {#9371 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "レストランやカフェなどの商業用厨房に特化したエアコンです。通常の業務用エアコンとは異なり、厨房の過酷な環境に対応するために設計されています。厨房内では、調理に伴う高温、湿気、油煙が発生するため、それらの影響を効果的に抑制するためステンレス製となっています。通常の業務用エアコンでは能力が十分に発揮できる吸込空気温度の上限は32℃までとなっていますが、厨房用エアコンは45℃まで対応が可能です。(一部メーカーを除く)" -category_image: "1205115249_67511581117ae.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10579 +label: " 天井カセット4方向コンパクト" +value: "143" +data: Eccube\Entity\Category {#9374 -id: 143 -name: "天井カセット4方向コンパクト" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1723871880 {#9372 date: 2024-08-17 14:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733367180 {#9373 date: 2024-12-05 11:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9375 …} -Children: Doctrine\ORM\PersistentCollection {#9378 …} -Parent: Eccube\Entity\Category {#9297} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "通常の天井カセット4方向タイプよりも一回り小さく、省スペース設計が特徴です。天井スペースが限られている場所や、小さな部屋でエアコンを目立たせたくない場合に最適で、快適性を重視する空間に適しています。" -category_image: "1205115258_6751158a8e49c.png" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10580 +label: "馬力" +value: "61" +data: Eccube\Entity\Category {#9381 -id: 61 -name: "馬力" -hierarchy: 1 -sort_no: 189 -create_date: DateTime @1713500439 {#9307 date: 2024-04-19 13:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9308 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9382 …} -Children: Doctrine\ORM\PersistentCollection {#9385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10581 +label: " 1.5馬力" +value: "62" +data: Eccube\Entity\Category {#9386 -id: 62 -name: "1.5馬力" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1713500449 {#9379 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9380 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9387 …} -Children: Doctrine\ORM\PersistentCollection {#9390 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10582 +label: " 1.8馬力" +value: "63" +data: Eccube\Entity\Category {#9395 -id: 63 -name: "1.8馬力" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1713500449 {#9393 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9394 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9396 …} -Children: Doctrine\ORM\PersistentCollection {#9399 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10583 +label: " 2馬力" +value: "64" +data: Eccube\Entity\Category {#9402 -id: 64 -name: "2馬力" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1713500449 {#9400 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9401 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9403 …} -Children: Doctrine\ORM\PersistentCollection {#9406 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10584 +label: " 2.3馬力" +value: "65" +data: Eccube\Entity\Category {#9409 -id: 65 -name: "2.3馬力" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1713500449 {#9407 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9408 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9410 …} -Children: Doctrine\ORM\PersistentCollection {#9413 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10585 +label: " 2.5馬力" +value: "66" +data: Eccube\Entity\Category {#9416 -id: 66 -name: "2.5馬力" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1713500449 {#9414 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9415 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9417 …} -Children: Doctrine\ORM\PersistentCollection {#9420 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10586 +label: " 3馬力" +value: "67" +data: Eccube\Entity\Category {#9423 -id: 67 -name: "3馬力" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1713500449 {#9421 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9422 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9424 …} -Children: Doctrine\ORM\PersistentCollection {#9427 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10587 +label: " 4馬力" +value: "68" +data: Eccube\Entity\Category {#9430 -id: 68 -name: "4馬力" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1713500449 {#9428 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9429 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9431 …} -Children: Doctrine\ORM\PersistentCollection {#9434 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10588 +label: " 5馬力" +value: "69" +data: Eccube\Entity\Category {#9437 -id: 69 -name: "5馬力" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1713500449 {#9435 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9436 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9438 …} -Children: Doctrine\ORM\PersistentCollection {#9441 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10589 +label: " 6馬力" +value: "70" +data: Eccube\Entity\Category {#9444 -id: 70 -name: "6馬力" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1713500449 {#9442 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9443 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9445 …} -Children: Doctrine\ORM\PersistentCollection {#9448 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10590 +label: " 8馬力" +value: "71" +data: Eccube\Entity\Category {#9451 -id: 71 -name: "8馬力" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1713500449 {#9449 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9450 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9452 …} -Children: Doctrine\ORM\PersistentCollection {#9455 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10591 +label: " 10馬力" +value: "72" +data: Eccube\Entity\Category {#9458 -id: 72 -name: "10馬力" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1713500449 {#9456 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9457 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9459 …} -Children: Doctrine\ORM\PersistentCollection {#9462 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10592 +label: " 12馬力" +value: "73" +data: Eccube\Entity\Category {#9465 -id: 73 -name: "12馬力" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1713500449 {#9463 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9464 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9466 …} -Children: Doctrine\ORM\PersistentCollection {#9469 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10593 +label: " 予備20" +value: "74" +data: Eccube\Entity\Category {#9472 -id: 74 -name: "予備20" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1713500449 {#9470 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9471 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9473 …} -Children: Doctrine\ORM\PersistentCollection {#9476 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10594 +label: " 予備21" +value: "75" +data: Eccube\Entity\Category {#9479 -id: 75 -name: "予備21" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1713500449 {#9477 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9478 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9480 …} -Children: Doctrine\ORM\PersistentCollection {#9483 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10595 +label: " 予備22" +value: "76" +data: Eccube\Entity\Category {#9486 -id: 76 -name: "予備22" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1713500449 {#9484 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9485 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9487 …} -Children: Doctrine\ORM\PersistentCollection {#9490 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10596 +label: " 予備23" +value: "77" +data: Eccube\Entity\Category {#9493 -id: 77 -name: "予備23" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1713500449 {#9491 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9492 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9494 …} -Children: Doctrine\ORM\PersistentCollection {#9497 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10597 +label: " 予備24" +value: "78" +data: Eccube\Entity\Category {#9500 -id: 78 -name: "予備24" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1713500449 {#9498 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9499 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9501 …} -Children: Doctrine\ORM\PersistentCollection {#9504 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10598 +label: " 予備25" +value: "79" +data: Eccube\Entity\Category {#9507 -id: 79 -name: "予備25" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1713500449 {#9505 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9506 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9508 …} -Children: Doctrine\ORM\PersistentCollection {#9511 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10599 +label: " 予備26" +value: "80" +data: Eccube\Entity\Category {#9514 -id: 80 -name: "予備26" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1713500449 {#9512 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500449 {#9513 date: 2024-04-19 13:20:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9515 …} -Children: Doctrine\ORM\PersistentCollection {#9518 …} -Parent: Eccube\Entity\Category {#9381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10600 +label: "マルチエアコン" +value: "81" +data: Eccube\Entity\Category {#9521 -id: 81 -name: "マルチエアコン" -hierarchy: 1 -sort_no: 188 -create_date: DateTime @1713500466 {#9391 date: 2024-04-19 13:21:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9392 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9522 …} -Children: Doctrine\ORM\PersistentCollection {#9525 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10601 +label: " シングルエアコン" +value: "82" +data: Eccube\Entity\Category {#9526 -id: 82 -name: "シングルエアコン" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1713500471 {#9519 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9520 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9527 …} -Children: Doctrine\ORM\PersistentCollection {#9530 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10602 +label: " ツインエアコン" +value: "83" +data: Eccube\Entity\Category {#9535 -id: 83 -name: "ツインエアコン" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1713500471 {#9533 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9534 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9536 …} -Children: Doctrine\ORM\PersistentCollection {#9539 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10603 +label: " トリプルエアコン" +value: "84" +data: Eccube\Entity\Category {#9542 -id: 84 -name: "トリプルエアコン" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1713500471 {#9540 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9541 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9543 …} -Children: Doctrine\ORM\PersistentCollection {#9546 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10604 +label: " ダブルツインエアコン" +value: "85" +data: Eccube\Entity\Category {#9549 -id: 85 -name: "ダブルツインエアコン" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1713500471 {#9547 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9548 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9550 …} -Children: Doctrine\ORM\PersistentCollection {#9553 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10605 +label: " 予備27" +value: "86" +data: Eccube\Entity\Category {#9556 -id: 86 -name: "予備27" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1713500471 {#9554 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9555 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9557 …} -Children: Doctrine\ORM\PersistentCollection {#9560 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10606 +label: " 予備28" +value: "87" +data: Eccube\Entity\Category {#9563 -id: 87 -name: "予備28" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1713500471 {#9561 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9562 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9564 …} -Children: Doctrine\ORM\PersistentCollection {#9567 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10607 +label: " 予備29" +value: "88" +data: Eccube\Entity\Category {#9570 -id: 88 -name: "予備29" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1713500471 {#9568 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9569 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9571 …} -Children: Doctrine\ORM\PersistentCollection {#9574 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10608 +label: " 予備30" +value: "89" +data: Eccube\Entity\Category {#9577 -id: 89 -name: "予備30" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1713500471 {#9575 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9576 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9578 …} -Children: Doctrine\ORM\PersistentCollection {#9581 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10609 +label: " 予備31" +value: "90" +data: Eccube\Entity\Category {#9584 -id: 90 -name: "予備31" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1713500471 {#9582 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500471 {#9583 date: 2024-04-19 13:21:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9585 …} -Children: Doctrine\ORM\PersistentCollection {#9588 …} -Parent: Eccube\Entity\Category {#9521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10610 +label: "省エネ" +value: "91" +data: Eccube\Entity\Category {#9591 -id: 91 -name: "省エネ" -hierarchy: 1 -sort_no: 185 -create_date: DateTime @1713500495 {#9531 date: 2024-04-19 13:21:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9532 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9592 …} -Children: Doctrine\ORM\PersistentCollection {#9595 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10611 +label: " 超省エネ" +value: "92" +data: Eccube\Entity\Category {#9596 -id: 92 -name: "超省エネ" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1713500505 {#9589 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9590 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9597 …} -Children: Doctrine\ORM\PersistentCollection {#9600 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10612 +label: " 省エネ" +value: "93" +data: Eccube\Entity\Category {#9605 -id: 93 -name: "省エネ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1713500505 {#9603 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9604 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9606 …} -Children: Doctrine\ORM\PersistentCollection {#9609 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10613 +label: " 予備31" +value: "94" +data: Eccube\Entity\Category {#9612 -id: 94 -name: "予備31" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1713500505 {#9610 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1719561358 {#9611 date: 2024-06-28 16:55:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9613 …} -Children: Doctrine\ORM\PersistentCollection {#9616 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10614 +label: " 予備32" +value: "95" +data: Eccube\Entity\Category {#9619 -id: 95 -name: "予備32" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1713500505 {#9617 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9618 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9620 …} -Children: Doctrine\ORM\PersistentCollection {#9623 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10615 +label: " 予備33" +value: "96" +data: Eccube\Entity\Category {#9626 -id: 96 -name: "予備33" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1713500505 {#9624 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9625 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9627 …} -Children: Doctrine\ORM\PersistentCollection {#9630 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10616 +label: " 予備34" +value: "97" +data: Eccube\Entity\Category {#9633 -id: 97 -name: "予備34" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1713500505 {#9631 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9632 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9634 …} -Children: Doctrine\ORM\PersistentCollection {#9637 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10617 +label: " 予備35" +value: "98" +data: Eccube\Entity\Category {#9640 -id: 98 -name: "予備35" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1713500505 {#9638 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9639 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9641 …} -Children: Doctrine\ORM\PersistentCollection {#9644 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10618 +label: " 予備36" +value: "99" +data: Eccube\Entity\Category {#9647 -id: 99 -name: "予備36" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1713500505 {#9645 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9646 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9648 …} -Children: Doctrine\ORM\PersistentCollection {#9651 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10619 +label: " 予備37" +value: "100" +data: Eccube\Entity\Category {#9654 -id: 100 -name: "予備37" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1713500505 {#9652 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713500505 {#9653 date: 2024-04-19 13:21:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9655 …} -Children: Doctrine\ORM\PersistentCollection {#9658 …} -Parent: Eccube\Entity\Category {#9591} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10620 +label: "設置場所" +value: "101" +data: Eccube\Entity\Category {#8478 -id: 101 -name: "設置場所" -hierarchy: 1 -sort_no: 184 -create_date: DateTime @1713500522 {#8483 date: 2024-04-19 13:22:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#8486 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8602 …} -Children: Doctrine\ORM\PersistentCollection {#8604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10621 +label: " オフィス" +value: "102" +data: Eccube\Entity\Category {#8666 -id: 102 -name: "オフィス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1713500542 {#8665 date: 2024-04-19 13:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366642 {#8668 date: 2024-12-05 11:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8660 …} -Children: Doctrine\ORM\PersistentCollection {#8658 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "オフィスは、たくさんのビジネスパーソンが働く場所です。仕事を効率的に行うための快適な空調環境が必要とされます。オフィス空間を効果的に冷暖房できるエアコン選びとして、人検知センサーを搭載したエアコンがおすすめです。部屋内の人の位置を検知し、風向きや風量を調整することができるため、快適で省エネな空調環境を実現できます。" -category_image: "1205114359_6751136fe49c5.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10622 +label: " 店舗" +value: "103" +data: Eccube\Entity\Category {#8654 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8656 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8655 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8653 …} -Children: Doctrine\ORM\PersistentCollection {#8651 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10623 +label: " 飲食店" +value: "104" +data: Eccube\Entity\Category {#8647 -id: 104 -name: "飲食店" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1713500543 {#8649 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366672 {#8648 date: 2024-12-05 11:44:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8646 …} -Children: Doctrine\ORM\PersistentCollection {#8644 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "飲食店では、お客様がくつろいで食事を楽しめる空間を作ることが求められます。エアコンは風が直接あたらないような設置位置や、温度や湿度を快適なレベルに保つなど設定できるものがお勧めです。飲食店は長時間営業される店舗も多いため、より省エネ性の高いエアコンが選ばれます。また、内装やインテリアと調和するデザインのエアコンを選ぶことで、店内の雰囲気を演出します。" -category_image: "1205114430_6751138ea9714.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10624 +label: " 美容・理容室" +value: "105" +data: Eccube\Entity\Category {#8640 -id: 105 -name: "美容・理容室" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1713500543 {#8642 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366702 {#8641 date: 2024-12-05 11:45:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8639 …} -Children: Doctrine\ORM\PersistentCollection {#8414 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "美容・理容室では、常に多くの人が移動し、ドライヤーやヘアカットなどの作業が行われます。エアコンの吹き出し口の配置や風量、風の向きなどを調整したり人検知センサーなどを利用して、お客様とスタッフ様が快適に過ごせる空間が必要となります。エアコンは店内の空気の循環にも役立ちますので、室内の空気を吸い込む室内機のフィルターの清掃をこまめに行うことも重要です。" -category_image: "1205114500_675113acb9892.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10625 +label: " 教育施設" +value: "106" +data: Eccube\Entity\Category {#8628 -id: 106 -name: "教育施設" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1713500543 {#8625 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366711 {#8627 date: 2024-12-05 11:45:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8629 …} -Children: Doctrine\ORM\PersistentCollection {#8631 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "教育施設では、快適な温度を維持するのはもちろんですが、菌やウイルスの抑制機能の付いたエアコンもお勧めです。また、教育施設では動作音の静かさが求められます。授業中や試験中にエアコンの騒音が気になると、集中力や教育効果に影響を及ぼす可能性があります。静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114510_675113b6274c5.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10626 +label: " 工場" +value: "107" +data: Eccube\Entity\Category {#8635 -id: 107 -name: "工場" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1713500543 {#8633 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366721 {#8634 date: 2024-12-05 11:45:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8636 …} -Children: Doctrine\ORM\PersistentCollection {#8638 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "工場は部屋の広さや形状に合わせて、適切な台数と能力のエアコンを選ぶのがポイントです。工場内の各エリアの天井の高さ、通風や障害物の配置などを考慮し、効率的な空調を実現することが重要です。工場の生産プロセスや作業環境に合わせて、エアコンの形状からもスポット冷暖可能なエアコンなどを選ぶこともお勧めです。" -category_image: "1205114519_675113bf2f41d.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10627 +label: " 倉庫" +value: "108" +data: Eccube\Entity\Category {#8675 -id: 108 -name: "倉庫" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1713500543 {#8672 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366735 {#8673 date: 2024-12-05 11:45:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8676 …} -Children: Doctrine\ORM\PersistentCollection {#8678 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "倉庫は、多種多様な商品が保管されます。倉庫の環境は居住スペースと違い、断熱性が弱いことも比較的多いため、広さや天井高、熱のこもり具合などに合わせて、適切な能力や形状のエアコンを選ぶことが大切です。" -category_image: "1205114533_675113cdb51cb.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10628 +label: " 病院" +value: "109" +data: Eccube\Entity\Category {#8682 -id: 109 -name: "病院" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1713500543 {#8680 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366745 {#8681 date: 2024-12-05 11:45:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8683 …} -Children: Doctrine\ORM\PersistentCollection {#8685 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "病院は、医療を提供する施設です。患者様や医療スタッフ様の快適性と安全性を保つためにエアコンは必要不可欠です。また、清潔な空気環境を維持することが非常に重要なため、空気清浄機能やウイルスの抑制を搭載しているエアコンが多く選ばれています。また、静音性の高いエアコンを選ぶことで、静かな環境を維持できます。" -category_image: "1205114543_675113d7b739d.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10629 +label: " 福祉施設" +value: "110" +data: Eccube\Entity\Category {#8689 -id: 110 -name: "福祉施設" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1713500543 {#8687 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366760 {#8688 date: 2024-12-05 11:46:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8690 …} -Children: Doctrine\ORM\PersistentCollection {#8692 …} -Parent: Eccube\Entity\Category {#8478} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: "「生活保護法」「児童福祉法」「老人福祉法」 「障害者総合支援法」「社会福祉法」等の法律や法令通知・通達に基づいた福祉関係の施設です。福祉施設におけるエアコンの役割は、快適性を考えた空気清浄機能や温度・風向きが柔軟に行えるエアコンが人気です。 長期間安定した性能を提供し、メンテナンスが容易なお掃除機能を搭載したエアコンもおすすめです。" -category_image: "1205114558_675113e65830a.jpg" -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10630 +label: "広さ" +value: "111" +data: Eccube\Entity\Category {#9661 -id: 111 -name: "広さ" -hierarchy: 1 -sort_no: 183 -create_date: DateTime @1713500555 {#9660 date: 2024-04-19 13:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9659 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9662 …} -Children: Doctrine\ORM\PersistentCollection {#9665 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10631 +label: " 11~17㎡" +value: "112" +data: Eccube\Entity\Category {#9666 -id: 112 -name: "11~17㎡" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1713500563 {#9602 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9601 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9667 …} -Children: Doctrine\ORM\PersistentCollection {#9670 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10632 +label: " 12~20㎡" +value: "113" +data: Eccube\Entity\Category {#9675 -id: 113 -name: "12~20㎡" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1713500563 {#9673 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502605 {#9674 date: 2024-04-19 13:56:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9676 …} -Children: Doctrine\ORM\PersistentCollection {#9679 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10633 +label: " 14~22㎡" +value: "114" +data: Eccube\Entity\Category {#9682 -id: 114 -name: "14~22㎡" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1713500563 {#9680 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502618 {#9681 date: 2024-04-19 13:56:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9683 …} -Children: Doctrine\ORM\PersistentCollection {#9686 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10634 +label: " 15~24㎡" +value: "115" +data: Eccube\Entity\Category {#9689 -id: 115 -name: "15~24㎡" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1713500563 {#9687 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9688 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9690 …} -Children: Doctrine\ORM\PersistentCollection {#9693 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10635 +label: " 17~27㎡" +value: "116" +data: Eccube\Entity\Category {#9696 -id: 116 -name: "17~27㎡" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1713500563 {#9694 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9695 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9697 …} -Children: Doctrine\ORM\PersistentCollection {#9700 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10636 +label: " 22~35㎡" +value: "117" +data: Eccube\Entity\Category {#9703 -id: 117 -name: "22~35㎡" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1713500563 {#9701 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9702 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9704 …} -Children: Doctrine\ORM\PersistentCollection {#9707 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10637 +label: " 30~49㎡" +value: "118" +data: Eccube\Entity\Category {#9710 -id: 118 -name: "30~49㎡" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1713500563 {#9708 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9709 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9711 …} -Children: Doctrine\ORM\PersistentCollection {#9714 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10638 +label: " 38~61㎡" +value: "119" +data: Eccube\Entity\Category {#9717 -id: 119 -name: "38~61㎡" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1713500563 {#9715 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9716 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9718 …} -Children: Doctrine\ORM\PersistentCollection {#9721 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10639 +label: " 43~70㎡" +value: "120" +data: Eccube\Entity\Category {#9724 -id: 120 -name: "43~70㎡" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1713500563 {#9722 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9723 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9725 …} -Children: Doctrine\ORM\PersistentCollection {#9728 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10640 +label: " 61~97㎡" +value: "121" +data: Eccube\Entity\Category {#9731 -id: 121 -name: "61~97㎡" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1713500563 {#9729 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9730 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9732 …} -Children: Doctrine\ORM\PersistentCollection {#9735 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10641 +label: " 76~122㎡" +value: "122" +data: Eccube\Entity\Category {#9738 -id: 122 -name: "76~122㎡" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1713500563 {#9736 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9737 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9739 …} -Children: Doctrine\ORM\PersistentCollection {#9742 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10642 +label: " 91~146㎡" +value: "123" +data: Eccube\Entity\Category {#9745 -id: 123 -name: "91~146㎡" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1713500563 {#9743 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9744 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9746 …} -Children: Doctrine\ORM\PersistentCollection {#9749 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10643 +label: " 予備38" +value: "124" +data: Eccube\Entity\Category {#9752 -id: 124 -name: "予備38" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1713500563 {#9750 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9751 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9753 …} -Children: Doctrine\ORM\PersistentCollection {#9756 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10644 +label: " 予備39" +value: "125" +data: Eccube\Entity\Category {#9759 -id: 125 -name: "予備39" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1713500563 {#9757 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9758 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9760 …} -Children: Doctrine\ORM\PersistentCollection {#9763 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10645 +label: " 予備40" +value: "126" +data: Eccube\Entity\Category {#9766 -id: 126 -name: "予備40" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1713500563 {#9764 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9765 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9767 …} -Children: Doctrine\ORM\PersistentCollection {#9770 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10646 +label: " 予備41" +value: "127" +data: Eccube\Entity\Category {#9773 -id: 127 -name: "予備41" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1713500563 {#9771 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9772 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9774 …} -Children: Doctrine\ORM\PersistentCollection {#9777 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10647 +label: " 予備42" +value: "128" +data: Eccube\Entity\Category {#9780 -id: 128 -name: "予備42" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1713500563 {#9778 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9779 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9781 …} -Children: Doctrine\ORM\PersistentCollection {#9784 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10648 +label: " 予備43" +value: "129" +data: Eccube\Entity\Category {#9787 -id: 129 -name: "予備43" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1713500563 {#9785 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1713502579 {#9786 date: 2024-04-19 13:56:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9788 …} -Children: Doctrine\ORM\PersistentCollection {#9791 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10649 +label: " 予備44" +value: "130" +data: Eccube\Entity\Category {#9794 -id: 130 -name: "予備44" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1713500563 {#9792 date: 2024-04-19 13:22:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720176088 {#9793 date: 2024-07-05 19:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9795 …} -Children: Doctrine\ORM\PersistentCollection {#9799 …} -Parent: Eccube\Entity\Category {#9661} -Creator: Proxies\__CG__\Eccube\Entity\Member {#9797 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10650 +label: "その他" +value: "131" +data: Eccube\Entity\Category {#9802 -id: 131 -name: "その他" -hierarchy: 1 -sort_no: 173 -create_date: DateTime @1713500585 {#9671 date: 2024-04-19 13:23:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9672 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9803 …} -Children: Doctrine\ORM\PersistentCollection {#9806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10651 +label: " ウイルス抑制・空気清浄機能" +value: "132" +data: Eccube\Entity\Category {#9807 -id: 132 -name: "ウイルス抑制・空気清浄機能" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1713500594 {#9800 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9801 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9808 …} -Children: Doctrine\ORM\PersistentCollection {#9811 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10652 +label: " 寒冷地用" +value: "133" +data: Eccube\Entity\Category {#9816 -id: 133 -name: "寒冷地用" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1713500594 {#9814 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9815 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9817 …} -Children: Doctrine\ORM\PersistentCollection {#9820 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10653 +label: " 予備45" +value: "134" +data: Eccube\Entity\Category {#9823 -id: 134 -name: "予備45" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1713500594 {#9821 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9822 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9824 …} -Children: Doctrine\ORM\PersistentCollection {#9827 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10654 +label: " 予備46" +value: "135" +data: Eccube\Entity\Category {#9830 -id: 135 -name: "予備46" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1713500594 {#9828 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9829 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9831 …} -Children: Doctrine\ORM\PersistentCollection {#9834 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10655 +label: " 予備47" +value: "136" +data: Eccube\Entity\Category {#9837 -id: 136 -name: "予備47" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1713500594 {#9835 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9836 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9838 …} -Children: Doctrine\ORM\PersistentCollection {#9841 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10656 +label: " 予備48" +value: "137" +data: Eccube\Entity\Category {#9844 -id: 137 -name: "予備48" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1713500594 {#9842 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9843 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9845 …} -Children: Doctrine\ORM\PersistentCollection {#9848 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10657 +label: " 予備49" +value: "138" +data: Eccube\Entity\Category {#9851 -id: 138 -name: "予備49" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1713500594 {#9849 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9850 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9852 …} -Children: Doctrine\ORM\PersistentCollection {#9855 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10658 +label: " 予備50" +value: "139" +data: Eccube\Entity\Category {#9858 -id: 139 -name: "予備50" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1713500594 {#9856 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9857 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9859 …} -Children: Doctrine\ORM\PersistentCollection {#9862 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10659 +label: " 予備51" +value: "140" +data: Eccube\Entity\Category {#9865 -id: 140 -name: "予備51" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1713500594 {#9863 date: 2024-04-19 13:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9864 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9866 …} -Children: Doctrine\ORM\PersistentCollection {#9869 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: true } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10660 +label: " 予備52" +value: "144" +data: Eccube\Entity\Category {#9872 -id: 144 -name: "予備52" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1730085422 {#9870 date: 2024-10-28 12:17:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9871 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9873 …} -Children: Doctrine\ORM\PersistentCollection {#9876 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10661 +label: " 予備53" +value: "145" +data: Eccube\Entity\Category {#9879 -id: 145 -name: "予備53" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1730085441 {#9877 date: 2024-10-28 12:17:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9878 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9880 …} -Children: Doctrine\ORM\PersistentCollection {#9883 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10662 +label: " 予備54" +value: "146" +data: Eccube\Entity\Category {#9886 -id: 146 -name: "予備54" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1730085452 {#9884 date: 2024-10-28 12:17:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9885 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9887 …} -Children: Doctrine\ORM\PersistentCollection {#9890 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10663 +label: " 予備55" +value: "147" +data: Eccube\Entity\Category {#9893 -id: 147 -name: "予備55" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1730085466 {#9891 date: 2024-10-28 12:17:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9892 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9894 …} -Children: Doctrine\ORM\PersistentCollection {#9897 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10664 +label: " 予備56" +value: "148" +data: Eccube\Entity\Category {#9900 -id: 148 -name: "予備56" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1730085475 {#9898 date: 2024-10-28 12:17:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9899 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9901 …} -Children: Doctrine\ORM\PersistentCollection {#9904 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10665 +label: " 予備57" +value: "149" +data: Eccube\Entity\Category {#9907 -id: 149 -name: "予備57" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1730085492 {#9905 date: 2024-10-28 12:18:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9906 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9908 …} -Children: Doctrine\ORM\PersistentCollection {#9911 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10666 +label: " 予備58" +value: "150" +data: Eccube\Entity\Category {#9914 -id: 150 -name: "予備58" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1730085504 {#9912 date: 2024-10-28 12:18:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085543 {#9913 date: 2024-10-28 12:19:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9915 …} -Children: Doctrine\ORM\PersistentCollection {#9918 …} -Parent: Eccube\Entity\Category {#9802} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10667 +label: "標準オプション" +value: "151" +data: Eccube\Entity\Category {#9923 -id: 151 -name: "標準オプション" -hierarchy: 1 -sort_no: 172 -create_date: DateTime @1730085582 {#9813 date: 2024-10-28 12:19:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730085615 {#9812 date: 2024-10-28 12:20:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9924 …} -Children: Doctrine\ORM\PersistentCollection {#9927 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10668 +label: " ダイキン標準オプション" +value: "152" +data: Eccube\Entity\Category {#9928 -id: 152 -name: "ダイキン標準オプション" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1730085689 {#9919 date: 2024-10-28 12:21:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9920 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9929 …} -Children: Doctrine\ORM\PersistentCollection {#9932 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10669 +label: " UVストリーマー" +value: "153" +data: Eccube\Entity\Category {#9933 -id: 153 -name: "UVストリーマー" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1730085721 {#9921 date: 2024-10-28 12:22:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9922 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9934 …} -Children: Doctrine\ORM\PersistentCollection {#9937 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10670 +label: " ストリーマー" +value: "154" +data: Eccube\Entity\Category {#9944 -id: 154 -name: "ストリーマー" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1730085746 {#9942 date: 2024-10-28 12:22:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9943 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9945 …} -Children: Doctrine\ORM\PersistentCollection {#9948 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10671 +label: " センシング" +value: "155" +data: Eccube\Entity\Category {#9951 -id: 155 -name: "センシング" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1730085828 {#9949 date: 2024-10-28 12:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9950 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9952 …} -Children: Doctrine\ORM\PersistentCollection {#9955 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10672 +label: " 抗菌・防カビフィルター" +value: "156" +data: Eccube\Entity\Category {#9958 -id: 156 -name: "抗菌・防カビフィルター" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1730086055 {#9956 date: 2024-10-28 12:27:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9957 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9959 …} -Children: Doctrine\ORM\PersistentCollection {#9962 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10673 +label: " 清潔アルミフィン" +value: "157" +data: Eccube\Entity\Category {#9965 -id: 157 -name: "清潔アルミフィン" -hierarchy: 3 -sort_no: 134 -create_date: DateTime @1730086999 {#9963 date: 2024-10-28 12:43:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9964 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9966 …} -Children: Doctrine\ORM\PersistentCollection {#9969 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10674 +label: " 予備59" +value: "158" +data: Eccube\Entity\Category {#9972 -id: 158 -name: "予備59" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1730087080 {#9970 date: 2024-10-28 12:44:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9971 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9973 …} -Children: Doctrine\ORM\PersistentCollection {#9976 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10675 +label: " 予備60" +value: "159" +data: Eccube\Entity\Category {#9979 -id: 159 -name: "予備60" -hierarchy: 3 -sort_no: 132 -create_date: DateTime @1730087089 {#9977 date: 2024-10-28 12:44:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087101 {#9978 date: 2024-10-28 12:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9980 …} -Children: Doctrine\ORM\PersistentCollection {#9983 …} -Parent: Eccube\Entity\Category {#9928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10676 +label: " 東芝標準オプション" +value: "160" +data: Eccube\Entity\Category {#9986 -id: 160 -name: "東芝標準オプション" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1730087168 {#9940 date: 2024-10-28 12:46:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9941 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9987 …} -Children: Doctrine\ORM\PersistentCollection {#9990 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10677 +label: " 大清快プラズマ空清" +value: "161" +data: Eccube\Entity\Category {#9991 -id: 161 -name: "大清快プラズマ空清" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1730087251 {#9984 date: 2024-10-28 12:47:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9985 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#9992 …} -Children: Doctrine\ORM\PersistentCollection {#9995 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10678 +label: " マジック洗浄" +value: "162" +data: Eccube\Entity\Category {#10000 -id: 162 -name: "マジック洗浄" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1730087290 {#9998 date: 2024-10-28 12:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#9999 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10001 …} -Children: Doctrine\ORM\PersistentCollection {#10004 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10679 +label: " 予備61" +value: "163" +data: Eccube\Entity\Category {#10007 -id: 163 -name: "予備61" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1730087533 {#10005 date: 2024-10-28 12:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10006 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10008 …} -Children: Doctrine\ORM\PersistentCollection {#10011 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10680 +label: " 予備62" +value: "164" +data: Eccube\Entity\Category {#10014 -id: 164 -name: "予備62" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1730087540 {#10012 date: 2024-10-28 12:52:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10013 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10015 …} -Children: Doctrine\ORM\PersistentCollection {#10018 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10681 +label: " 予備63" +value: "165" +data: Eccube\Entity\Category {#10021 -id: 165 -name: "予備63" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1730087547 {#10019 date: 2024-10-28 12:52:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10020 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10022 …} -Children: Doctrine\ORM\PersistentCollection {#10025 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10682 +label: " 予備64" +value: "166" +data: Eccube\Entity\Category {#10028 -id: 166 -name: "予備64" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1730087555 {#10026 date: 2024-10-28 12:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10027 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10029 …} -Children: Doctrine\ORM\PersistentCollection {#10032 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10683 +label: " 予備65" +value: "167" +data: Eccube\Entity\Category {#10035 -id: 167 -name: "予備65" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1730087568 {#10033 date: 2024-10-28 12:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730087580 {#10034 date: 2024-10-28 12:53:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10036 …} -Children: Doctrine\ORM\PersistentCollection {#10039 …} -Parent: Eccube\Entity\Category {#9986} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10684 +label: " 日立標準オプション" +value: "168" +data: Eccube\Entity\Category {#10042 -id: 168 -name: "日立標準オプション" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1730087612 {#9996 date: 2024-10-28 12:53:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#9997 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10043 …} -Children: Doctrine\ORM\PersistentCollection {#10046 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10685 +label: " 凍結洗浄" +value: "169" +data: Eccube\Entity\Category {#10047 -id: 169 -name: "凍結洗浄" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1730087677 {#10040 date: 2024-10-28 12:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10041 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10048 …} -Children: Doctrine\ORM\PersistentCollection {#10051 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10686 +label: " 人感センサー" +value: "170" +data: Eccube\Entity\Category {#10056 -id: 170 -name: "人感センサー" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1730088029 {#10054 date: 2024-10-28 13:00:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10055 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10057 …} -Children: Doctrine\ORM\PersistentCollection {#10060 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10687 +label: " ロングライフフィルター" +value: "171" +data: Eccube\Entity\Category {#10063 -id: 171 -name: "ロングライフフィルター" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1730088037 {#10061 date: 2024-10-28 13:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10062 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10064 …} -Children: Doctrine\ORM\PersistentCollection {#10067 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10688 +label: " 予備66" +value: "172" +data: Eccube\Entity\Category {#10070 -id: 172 -name: "予備66" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1730088096 {#10068 date: 2024-10-28 13:01:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10069 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10071 …} -Children: Doctrine\ORM\PersistentCollection {#10074 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10689 +label: " 予備67" +value: "173" +data: Eccube\Entity\Category {#10077 -id: 173 -name: "予備67" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1730088103 {#10075 date: 2024-10-28 13:01:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10076 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10078 …} -Children: Doctrine\ORM\PersistentCollection {#10081 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10690 +label: " 予備68" +value: "174" +data: Eccube\Entity\Category {#10084 -id: 174 -name: "予備68" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1730088111 {#10082 date: 2024-10-28 13:01:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10083 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10085 …} -Children: Doctrine\ORM\PersistentCollection {#10088 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10691 +label: " 予備69" +value: "175" +data: Eccube\Entity\Category {#10091 -id: 175 -name: "予備69" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1730088118 {#10089 date: 2024-10-28 13:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730088130 {#10090 date: 2024-10-28 13:02:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10092 …} -Children: Doctrine\ORM\PersistentCollection {#10095 …} -Parent: Eccube\Entity\Category {#10042} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10692 +label: " 三菱電機標準オプション" +value: "176" +data: Eccube\Entity\Category {#10098 -id: 176 -name: "三菱電機標準オプション" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1730088165 {#10052 date: 2024-10-28 13:02:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10053 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10099 …} -Children: Doctrine\ORM\PersistentCollection {#10102 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10693 +label: " 人感ムーブアイ" +value: "177" +data: Eccube\Entity\Category {#10103 -id: 177 -name: "人感ムーブアイ" -hierarchy: 3 -sort_no: 159 -create_date: DateTime @1730088545 {#10096 date: 2024-10-28 13:09:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10097 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10104 …} -Children: Doctrine\ORM\PersistentCollection {#10107 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10694 +label: " ムーブアイ" +value: "178" +data: Eccube\Entity\Category {#10112 -id: 178 -name: "ムーブアイ" -hierarchy: 3 -sort_no: 158 -create_date: DateTime @1730088548 {#10110 date: 2024-10-28 13:09:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10111 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10113 …} -Children: Doctrine\ORM\PersistentCollection {#10116 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10695 +label: " ぐるっとスマート気流" +value: "179" +data: Eccube\Entity\Category {#10119 -id: 179 -name: "ぐるっとスマート気流" -hierarchy: 3 -sort_no: 157 -create_date: DateTime @1730088597 {#10117 date: 2024-10-28 13:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10118 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10120 …} -Children: Doctrine\ORM\PersistentCollection {#10123 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10696 +label: " 無線通信キット" +value: "180" +data: Eccube\Entity\Category {#10126 -id: 180 -name: "無線通信キット" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1730088620 {#10124 date: 2024-10-28 13:10:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10125 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10127 …} -Children: Doctrine\ORM\PersistentCollection {#10130 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10697 +label: " 予備70" +value: "181" +data: Eccube\Entity\Category {#10133 -id: 181 -name: "予備70" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1730089302 {#10131 date: 2024-10-28 13:21:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10132 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10134 …} -Children: Doctrine\ORM\PersistentCollection {#10137 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10698 +label: " 予備71" +value: "182" +data: Eccube\Entity\Category {#10140 -id: 182 -name: "予備71" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1730089307 {#10138 date: 2024-10-28 13:21:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10139 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10141 …} -Children: Doctrine\ORM\PersistentCollection {#10144 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10699 +label: " 予備72" +value: "183" +data: Eccube\Entity\Category {#10147 -id: 183 -name: "予備72" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1730089314 {#10145 date: 2024-10-28 13:21:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089327 {#10146 date: 2024-10-28 13:22:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10148 …} -Children: Doctrine\ORM\PersistentCollection {#10151 …} -Parent: Eccube\Entity\Category {#10098} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10700 +label: " パナソニック標準オプション" +value: "184" +data: Eccube\Entity\Category {#10154 -id: 184 -name: "パナソニック標準オプション" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1730089360 {#10108 date: 2024-10-28 13:22:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730089437 {#10109 date: 2024-10-28 13:23:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10155 …} -Children: Doctrine\ORM\PersistentCollection {#10158 …} -Parent: Eccube\Entity\Category {#9923} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10701 +label: " nanoeX" +value: "185" +data: Eccube\Entity\Category {#10159 -id: 185 -name: "nanoeX" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1730089410 {#10152 date: 2024-10-28 13:23:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10153 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10160 …} -Children: Doctrine\ORM\PersistentCollection {#10163 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10702 +label: " ECONAVI" +value: "186" +data: Eccube\Entity\Category {#10168 -id: 186 -name: "ECONAVI" -hierarchy: 3 -sort_no: 165 -create_date: DateTime @1730089475 {#10166 date: 2024-10-28 13:24:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10167 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10169 …} -Children: Doctrine\ORM\PersistentCollection {#10172 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10703 +label: " 予備73" +value: "187" +data: Eccube\Entity\Category {#10175 -id: 187 -name: "予備73" -hierarchy: 3 -sort_no: 164 -create_date: DateTime @1730090278 {#10173 date: 2024-10-28 13:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10174 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10176 …} -Children: Doctrine\ORM\PersistentCollection {#10179 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10704 +label: " 予備74" +value: "188" +data: Eccube\Entity\Category {#10182 -id: 188 -name: "予備74" -hierarchy: 3 -sort_no: 163 -create_date: DateTime @1730090285 {#10180 date: 2024-10-28 13:38:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10181 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10183 …} -Children: Doctrine\ORM\PersistentCollection {#10186 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10705 +label: " 予備75" +value: "189" +data: Eccube\Entity\Category {#10189 -id: 189 -name: "予備75" -hierarchy: 3 -sort_no: 162 -create_date: DateTime @1730090292 {#10187 date: 2024-10-28 13:38:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10188 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10190 …} -Children: Doctrine\ORM\PersistentCollection {#10193 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10706 +label: " 予備76" +value: "190" +data: Eccube\Entity\Category {#10196 -id: 190 -name: "予備76" -hierarchy: 3 -sort_no: 161 -create_date: DateTime @1730090327 {#10194 date: 2024-10-28 13:38:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10195 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10197 …} -Children: Doctrine\ORM\PersistentCollection {#10200 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -free_area: null -category_image: null -hidden_flag: false } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10707 +label: " 予備77" +value: "191" +data: Eccube\Entity\Category {#10203 -id: 191 -name: "予備77" -hierarchy: 3 -sort_no: 160 -create_date: DateTime @1730090346 {#10201 date: 2024-10-28 13:39:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730090353 {#10202 date: 2024-10-28 13:39:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#10204 …} -Children: Doctrine\ORM\PersistentCollection {#10207 …} -Parent: Eccube\Entity\Category {#10154} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8669 …} -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 {#10494 -form: Symfony\Component\Form\Form {#10375 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10493 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#10502 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7877 …} } |
| 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) {#8929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7577 …} } |
| 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() {#9939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#8928 …} } } |
| 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 {#10708 -form: Symfony\Component\Form\Form {#10378 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10501 …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 {#10248 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10216 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10247 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10246 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10217 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#10218 …} -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 {#10217 -om: ContainerIBbOxnS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#478 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#10218 …} -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() {#10215 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10214 …} } } |
| 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 {#10259 +label: "三相200V" +value: "1" +data: Eccube\Entity\Tag {#10293 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10289 +label: "単相200V" +value: "2" +data: Eccube\Entity\Tag {#10343 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10283 +label: "同時運転" +value: "3" +data: Eccube\Entity\Tag {#10338 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10298 +label: "個別運転" +value: "4" +data: Eccube\Entity\Tag {#10335 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10281 +label: "ワイヤードリモコン" +value: "5" +data: Eccube\Entity\Tag {#10309 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10296 +label: "ワイヤレスリモコン" +value: "6" +data: Eccube\Entity\Tag {#10306 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10288 +label: "リモコン内蔵" +value: "7" +data: Eccube\Entity\Tag {#10369 …} +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 {#10709 -form: Symfony\Component\Form\Form {#10463 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#10710 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag" |
| is_selected | Closure($choice, $value) {#10711 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7877 …} } |
| 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) {#10388 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10382 …} } |
| 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 {#10390 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() {#10394 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10391 …} } } |
| 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 {#10715 -form: Symfony\Component\Form\Form {#10466 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10714 …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) {#10388 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10382 …} } |
| 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 {#10390 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() {#10405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10404 …} } } |
| 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 {#10716 -form: Symfony\Component\Form\Form {#10469 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10717 …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) {#10388 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10382 …} } |
| 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 {#10390 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 {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10414 …} } } |
| 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 {#10718 -form: Symfony\Component\Form\Form {#10472 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10719 …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) {#10388 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10382 …} } |
| 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 {#10390 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 {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10424 …} } } |
| 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 {#10720 -form: Symfony\Component\Form\Form {#10475 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10721 …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) {#10388 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10382 …} } |
| 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 {#10390 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 {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10434 …} } } |
| 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 {#10722 -form: Symfony\Component\Form\Form {#10478 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10723 …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) {#10388 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10382 …} } |
| 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 {#10390 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() {#10445 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10444 …} } } |
| 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 {#10724 -form: Symfony\Component\Form\Form {#10481 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10725 …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) {#10388 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10382 …} } |
| 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 {#10390 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() {#10455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#787 …} $translationDomain: "validators" $message: Closure() {#10454 …} } } |
| 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 {#10726 -form: Symfony\Component\Form\Form {#10484 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10727 …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" |