- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 526
- Events
- Routing
- Cache
- Translation 27
- Security
- Twig
- Doctrine 1
- 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
-
price_id
-
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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4050 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4051 …} } } |
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 {#4389 -form: Symfony\Component\Form\Form {#4217 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4388 …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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4085 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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 {#4082 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4083 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | true |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
lastname_name | "" |
lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4074 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4081 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] ] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4086 …} } } |
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 {#4393 -form: Symfony\Component\Form\Form {#4242 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#4392 …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 {#4094 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4074 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4081 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4094 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4074 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4081 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
error_bubbling | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.last_name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4094 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4074 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4081 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4221 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4222 …} } } |
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 {#4419 -form: Symfony\Component\Form\Form {#4245 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4418 …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 {#4095 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4082 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4083 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4095 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4082 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4083 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
error_bubbling | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.first_name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4095 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4082 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4083 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4232 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4234 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4233 …} } } |
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 {#4420 -form: Symfony\Component\Form\Form {#4248 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4421 …5} |
full_name | "contact[name][name02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name_name02" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name02" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name_name02" |
valid | true |
value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4105 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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 {#4102 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4103 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | true |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
lastname_name | "" |
lastname_options | [ "attr" => [ "placeholder" => "common.last_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#4100 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4101 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] ] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4106 …} } } |
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 {#4416 -form: Symfony\Component\Form\Form {#4273 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#4417 …5} |
full_name | "contact[kana]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_kana" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
lastname_name | "kana01" |
method | "POST" |
multipart | false |
name | "kana" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_kana" |
valid | true |
value | null |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "common.last_name_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#4100 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4101 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4100 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4101 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.last_name_kana" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#4100 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4101 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4252 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4253 …} } } |
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 {#4425 -form: Symfony\Component\Form\Form {#4276 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4424 …5} |
full_name | "contact[kana][kana01]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_kana_kana01" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "kana01" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_kana_kana01" |
valid | true |
value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "common.first_name_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#4102 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4103 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4102 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4103 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.first_name_kana" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#4102 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4103 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4263 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4265 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4264 …} } } |
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 {#4426 -form: Symfony\Component\Form\Form {#4279 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4427 …5} |
full_name | "contact[kana][kana02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_kana_kana02" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "kana02" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_kana_kana02" |
valid | true |
value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#4139 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Type {#4140 +message: "form_error.numeric_only" +type: "digit" +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4137 …} } } |
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 {#4423 -form: Symfony\Component\Form\Form {#4282 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4422 …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 {#4154 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
addr02_name | "addr02" |
addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4155 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4158 …} } } |
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 {#4429 -form: Symfony\Component\Form\Form {#4365 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4428 …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 {#4314 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4345 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4328 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4327 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4329 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4333 -om: ContainerXNM9NrK\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#586 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3467 …} -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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerXNM9NrK\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#586 …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 {#4333 -om: ContainerXNM9NrK\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#586 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3467 …} -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 {#4322 -_em: Doctrine\ORM\EntityManager {#552 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4324 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4325 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4326 #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 {#4323 …} -_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() {#4320 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4317 …} } } |
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 {#4434 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#4451 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4452 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4453 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4454 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4455 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4456 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4457 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4458 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4459 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4460 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4461 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4462 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4498 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4463 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4499 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4464 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4500 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4465 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4501 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4466 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4502 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4467 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4503 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4468 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4504 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4469 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4505 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4470 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4471 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4472 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4508 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4473 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4509 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4474 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4510 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4475 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4511 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4476 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4512 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4477 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4513 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4478 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4479 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4515 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4480 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4481 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4482 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4518 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4483 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4484 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4520 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4485 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4521 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4486 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4522 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4487 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4523 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4488 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4524 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4489 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4525 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4490 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4491 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4527 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4492 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4528 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4493 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +label: "大分県" +value: "44" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3504 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4530 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4494 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4531 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4495 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4532 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4496 …} +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 {#4433 -form: Symfony\Component\Form\Form {#4368 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4432 …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) {#4534 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4288 …} } |
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 {#4154 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#4154 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#4154 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4338 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4346 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4337 …} } } |
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 {#4535 -form: Symfony\Component\Form\Form {#4371 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4536 …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 {#4155 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#4155 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
error_bubbling | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#4155 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4355 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4356 …} } } |
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 {#4537 -form: Symfony\Component\Form\Form {#4374 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4538 …5} |
full_name | "contact[address][addr02]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_address_addr02" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addr02" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_address_addr02" |
valid | true |
value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "common.phone_number_sample" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#4175 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Type {#4176 +message: "form_error.numeric_only" +type: "digit" +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4172 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4173 …} } } |
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 {#4430 -form: Symfony\Component\Form\Form {#4377 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4431 …5} |
full_name | "contact[phone_number]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_phone_number" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone_number" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_phone_number" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4059 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4060 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4059 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4060 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4059 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4060 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4192 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4191 …} } } |
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 {#4540 -form: Symfony\Component\Form\Form {#4380 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4539 …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 {#4061 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4062 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4061 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4062 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4061 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4062 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4207 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4203 …} } } |
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 {#4541 -form: Symfony\Component\Form\Form {#4383 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4542 …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 | "29fb55fca5b27129536b02d287a79e.HdUeglXPe8ltW7cicQ1PjGrBu1WWaOWT8P1h7EhY3aM.dpMvthf9Fq8CGd1QMlg13T2ejzLxA4HGortQnhkUrO5vrFawO7g1uApshw" |
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 | "29fb55fca5b27129536b02d287a79e.HdUeglXPe8ltW7cicQ1PjGrBu1WWaOWT8P1h7EhY3aM.dpMvthf9Fq8CGd1QMlg13T2ejzLxA4HGortQnhkUrO5vrFawO7g1uApshw" |
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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data | "29fb55fca5b27129536b02d287a79e.HdUeglXPe8ltW7cicQ1PjGrBu1WWaOWT8P1h7EhY3aM.dpMvthf9Fq8CGd1QMlg13T2ejzLxA4HGortQnhkUrO5vrFawO7g1uApshw" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4547 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4549 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4546 …} } } |
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 | "29fb55fca5b27129536b02d287a79e.HdUeglXPe8ltW7cicQ1PjGrBu1WWaOWT8P1h7EhY3aM.dpMvthf9Fq8CGd1QMlg13T2ejzLxA4HGortQnhkUrO5vrFawO7g1uApshw" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#4561 -form: Symfony\Component\Form\Form {#4556 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4550 …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 | "29fb55fca5b27129536b02d287a79e.HdUeglXPe8ltW7cicQ1PjGrBu1WWaOWT8P1h7EhY3aM.dpMvthf9Fq8CGd1QMlg13T2ejzLxA4HGortQnhkUrO5vrFawO7g1uApshw" |
(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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4854 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4852 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4853 …} } } |
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 {#7431 -form: Symfony\Component\Form\Form {#7417 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7432 …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 {#4970 -id: 21 -name: "国" -hierarchy: 1 -sort_no: 320 -create_date: DateTime @1719463670 {#4967 date: 2024-06-27 13:47:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#4965 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#5213 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5212 -id: 91 -name: "フランス" -hierarchy: 2 -sort_no: 319 -create_date: DateTime @1719464935 {#4963 date: 2024-06-27 14:08:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#4961 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5207 -id: 12 -name: "アルザス" -hierarchy: 3 -sort_no: 301 -create_date: DateTime @1700808645 {#4959 date: 2023-11-24 15:50:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#4935 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5196 -id: 28 -name: "サヴォワ" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1719463757 {#5198 date: 2024-06-27 13:49:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5197 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5195 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5189 -id: 59 -name: "シャンパーニュ" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1719464094 {#5191 date: 2024-06-27 13:54:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5190 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5185 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#4954 -id: 52 -name: "ジュラ" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1719463979 {#5184 date: 2024-06-27 13:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5183 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4958 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5174 -id: 60 -name: "ノルマンディー" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1719464102 {#5171 date: 2024-06-27 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5173 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5181 -id: 31 -name: "ブルゴーニュ" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1719463776 {#5179 date: 2024-06-27 13:49:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5180 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5182 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5221 -id: 370 -name: "ブルターニュ" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1720739466 {#5219 date: 2024-07-12 08:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5220 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5228 -id: 34 -name: "プロヴァンス" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1719463800 {#5226 date: 2024-06-27 13:50:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5227 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5235 -id: 81 -name: "ペイドック" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1719464483 {#5233 date: 2024-06-27 14:01:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5234 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5242 -id: 26 -name: "ボジョレー" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1719463739 {#5240 date: 2024-06-27 13:48:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5241 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5249 -id: 54 -name: "ボルドー" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1719463991 {#5247 date: 2024-06-27 13:53:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5248 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5256 -id: 39 -name: "ラングドック" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1719463838 {#5254 date: 2024-06-27 13:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5255 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5263 -id: 27 -name: "ルーション" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1719463751 {#5261 date: 2024-06-27 13:49:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5262 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5270 -id: 29 -name: "ローヌ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1719463764 {#5268 date: 2024-06-27 13:49:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5269 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5277 -id: 32 -name: "ロワール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1719463784 {#5275 date: 2024-06-27 13:49:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5276 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5284 -id: 30 -name: "南ローヌ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1719463770 {#5282 date: 2024-06-27 13:49:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5283 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5291 -id: 98 -name: "イタリア" -hierarchy: 2 -sort_no: 318 -create_date: DateTime @1719464987 {#5201 date: 2024-06-27 14:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5202 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5296 -id: 43 -name: "アブルッツォ" -hierarchy: 3 -sort_no: 303 -create_date: DateTime @1719463887 {#5289 date: 2024-06-27 13:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5290 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5305 -id: 25 -name: "ヴァッレダオスタ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1719463731 {#5303 date: 2024-06-27 13:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5304 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5312 -id: 44 -name: "ヴェネト" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1719463897 {#5310 date: 2024-06-27 13:51:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5311 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5319 -id: 42 -name: "エミリア・ロマーニャ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1719463873 {#5317 date: 2024-06-27 13:51:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5318 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5326 -id: 82 -name: "カンパーニア" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1719464518 {#5324 date: 2024-06-27 14:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5325 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5333 -id: 35 -name: "シチリア" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1719463807 {#5331 date: 2024-06-27 13:50:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5332 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5340 -id: 50 -name: "トスカーナ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1719463957 {#5338 date: 2024-06-27 13:52:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5339 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5347 -id: 45 -name: "ピエモンテ" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1719463902 {#5345 date: 2024-06-27 13:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5346 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5354 -id: 57 -name: "プーリア" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1719464039 {#5352 date: 2024-06-27 13:53:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5353 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5361 -id: 379 -name: "フリウリ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1721097341 {#5359 date: 2024-07-16 11:35:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5360 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5368 -id: 41 -name: "マルケ" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1719463866 {#5366 date: 2024-06-27 13:51:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5367 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5375 -id: 70 -name: "ラツィオ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1719464309 {#5373 date: 2024-06-27 13:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5374 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5382 -id: 67 -name: "ラティオ" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1719464203 {#5380 date: 2024-06-27 13:56:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5381 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5389 -id: 80 -name: "リグーリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1719464442 {#5387 date: 2024-06-27 14:00:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5388 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5396 -id: 62 -name: "ロンバルディア" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1719464139 {#5394 date: 2024-06-27 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5395 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5403 -id: 99 -name: "スペイン" -hierarchy: 2 -sort_no: 317 -create_date: DateTime @1719464997 {#5301 date: 2024-06-27 14:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5302 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5408 -id: 376 -name: "カタルーニャ" -hierarchy: 3 -sort_no: 302 -create_date: DateTime @1720751693 {#5401 date: 2024-07-12 11:34:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5402 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5417 -id: 63 -name: "タラゴナ" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1719464144 {#5415 date: 2024-06-27 13:55:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5416 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5424 -id: 90 -name: "トウロ" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1719464835 {#5422 date: 2024-06-27 14:07:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5423 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5431 -id: 40 -name: "ペネデス" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1719463858 {#5429 date: 2024-06-27 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5430 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5438 -id: 94 -name: "ドイツ" -hierarchy: 2 -sort_no: 316 -create_date: DateTime @1719464956 {#5200 date: 2024-06-27 14:09:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5199 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5443 -id: 38 -name: "バーデン" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1719463824 {#5436 date: 2024-06-27 13:50:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5437 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5452 -id: 37 -name: "フランケン" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1719463818 {#5450 date: 2024-06-27 13:50:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5451 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5459 -id: 36 -name: "モーゼル" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1719463812 {#5457 date: 2024-06-27 13:50:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5458 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5466 -id: 24 -name: "ラインヘッセン" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1719463721 {#5464 date: 2024-06-27 13:48:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5465 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5473 -id: 92 -name: "ポルトガル" -hierarchy: 2 -sort_no: 315 -create_date: DateTime @1719464946 {#5414 date: 2024-06-27 14:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5413 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5478 -id: 365 -name: "ドウロ" -hierarchy: 3 -sort_no: 299 -create_date: DateTime @1720584707 {#5471 date: 2024-07-10 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5472 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5487 -id: 22 -name: "ミーニョ" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1719463708 {#5485 date: 2024-06-27 13:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5486 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5494 -id: 96 -name: "オーストリア" -hierarchy: 2 -sort_no: 314 -create_date: DateTime @1719464969 {#5449 date: 2024-06-27 14:09:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5448 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5499 -id: 49 -name: "イーヅードラーゼー" -hierarchy: 3 -sort_no: 300 -create_date: DateTime @1719463948 {#5492 date: 2024-06-27 13:52:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5493 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5508 -id: 23 -name: "カンプタール" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1719463715 {#5506 date: 2024-06-27 13:48:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5507 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5515 -id: 58 -name: "ズュートシュタイヤーマルク" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1719464055 {#5513 date: 2024-06-27 13:54:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5514 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5522 -id: 64 -name: "ノイジードラーゼ" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1719464149 {#5520 date: 2024-06-27 13:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5521 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5529 -id: 72 -name: "ブルゲンラント" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1719464341 {#5527 date: 2024-06-27 13:59:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5528 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5536 -id: 366 -name: "南オーストリア" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1720585471 {#5534 date: 2024-07-10 13:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5535 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5543 -id: 368 -name: "チェコ" -hierarchy: 2 -sort_no: 313 -create_date: DateTime @1720587315 {#5484 date: 2024-07-10 13:55:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5483 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5548 -id: 48 -name: "モラヴィア" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1719463931 {#5541 date: 2024-06-27 13:52:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5542 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5557 -id: 367 -name: "ハンガリー" -hierarchy: 2 -sort_no: 312 -create_date: DateTime @1720587144 {#5553 date: 2024-07-10 13:52:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5554 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5562 -id: 47 -name: "バラトン" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1719463923 {#5555 date: 2024-06-27 13:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5556 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5557} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5571 -id: 100 -name: "スロバキア" -hierarchy: 2 -sort_no: 311 -create_date: DateTime @1719465012 {#5567 date: 2024-06-27 14:10:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5568 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5576 -id: 61 -name: "南スロバキア" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1719464110 {#5569 date: 2024-06-27 13:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5570 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5585 -id: 369 -name: "チリ" -hierarchy: 2 -sort_no: 310 -create_date: DateTime @1720662758 {#5581 date: 2024-07-11 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5582 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5590 -id: 56 -name: "クリコ・ヴァレー" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1719464019 {#5583 date: 2024-06-27 13:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5584 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5591 …} -Children: Doctrine\ORM\PersistentCollection {#5594 …} -Parent: Eccube\Entity\Category {#5585} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5597 -id: 374 -name: "ウルグアイ" -hierarchy: 2 -sort_no: 309 -create_date: DateTime @1720743507 {#5595 date: 2024-07-12 09:18:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5596 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5604 -id: 93 -name: "オーストリア" -hierarchy: 2 -sort_no: 308 -create_date: DateTime @1719464952 {#5602 date: 2024-06-27 14:09:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5603 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5611 -id: 95 -name: "ニュージーランド" -hierarchy: 2 -sort_no: 307 -create_date: DateTime @1719464961 {#5609 date: 2024-06-27 14:09:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5610 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5620 -id: 101 -name: "南アフリカ" -hierarchy: 2 -sort_no: 306 -create_date: DateTime @1719465021 {#5616 date: 2024-06-27 14:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5617 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5625 -id: 46 -name: "スワートランド" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1719463914 {#5618 date: 2024-06-27 13:51:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5619 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5634 -id: 102 -name: "日本" -hierarchy: 2 -sort_no: 305 -create_date: DateTime @1719542019 {#5630 date: 2024-06-28 11:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5631 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5639 -id: 105 -name: "北海道" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1719542189 {#5632 date: 2024-06-28 11:36:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5633 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5648 -id: 112 -name: "岩手県" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1719542278 {#5646 date: 2024-06-28 11:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5647 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5655 -id: 103 -name: "山形県" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1719542160 {#5653 date: 2024-06-28 11:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5654 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5662 -id: 110 -name: "宮城県" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1719542246 {#5660 date: 2024-06-28 11:37:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5661 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5669 -id: 104 -name: "新潟県" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1719542176 {#5667 date: 2024-06-28 11:36:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5668 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5676 -id: 106 -name: "長野県" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1719542204 {#5674 date: 2024-06-28 11:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5675 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5677 …} -Children: Doctrine\ORM\PersistentCollection {#5680 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5683 -id: 109 -name: "栃木県" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1719542224 {#5681 date: 2024-06-28 11:37:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5682 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5690 -id: 111 -name: "滋賀県" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1719542261 {#5688 date: 2024-06-28 11:37:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5689 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5697 -id: 107 -name: "徳島県" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1719542208 {#5695 date: 2024-06-28 11:36:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5696 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5704 -id: 108 -name: "福岡県" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1719542214 {#5702 date: 2024-06-28 11:36:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5703 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5505 -id: 11 -name: "産地" -hierarchy: 1 -sort_no: 304 -create_date: DateTime @1700808638 {#5645 date: 2023-11-24 15:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5644 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5504 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5716 -id: 18 -name: "品種" -hierarchy: 1 -sort_no: 298 -create_date: DateTime @1719370839 {#5712 date: 2024-06-26 12:00:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5713 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5721 -id: 282 -name: "カベルネ・ソーヴィニヨン" -hierarchy: 2 -sort_no: 297 -create_date: DateTime @1719973941 {#5714 date: 2024-07-03 11:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5715 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5730 -id: 180 -name: "メルロー" -hierarchy: 2 -sort_no: 296 -create_date: DateTime @1719883271 {#5728 date: 2024-07-02 10:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5729 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5737 -id: 117 -name: "ピノ・ノワール" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1719546380 {#5735 date: 2024-06-28 12:46:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5736 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5744 -id: 145 -name: "シラー" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1719876715 {#5742 date: 2024-07-02 08:31:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5743 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5751 -id: 163 -name: "シャルドネ" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1719877913 {#5749 date: 2024-07-02 08:51:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5750 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5758 -id: 139 -name: "ソーヴィニヨン・ブラン" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1719876242 {#5756 date: 2024-07-02 08:24:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5757 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5765 -id: 114 -name: "リースリング" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1719546314 {#5763 date: 2024-06-28 12:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5764 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5772 -id: 118 -name: "ピノ・グリ" -hierarchy: 2 -sort_no: 290 -create_date: DateTime @1719546393 {#5770 date: 2024-06-28 12:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5771 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5779 -id: 212 -name: "カベルネ・フラン" -hierarchy: 2 -sort_no: 289 -create_date: DateTime @1719887215 {#5777 date: 2024-07-02 11:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5778 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5786 -id: 242 -name: "セミヨン" -hierarchy: 2 -sort_no: 288 -create_date: DateTime @1719889951 {#5784 date: 2024-07-02 12:12:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5785 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5793 -id: 389 -name: "カベルネ" -hierarchy: 2 -sort_no: 287 -create_date: DateTime @1745500616 {#5791 date: 2025-04-24 22:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5792 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5800 -id: 359 -name: "アザル" -hierarchy: 2 -sort_no: 286 -create_date: DateTime @1720148966 {#5798 date: 2024-07-05 12:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5799 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5807 -id: 211 -name: "アラモン" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1719887184 {#5805 date: 2024-07-02 11:26:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5806 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5814 -id: 303 -name: "アリアーニコ" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1719977302 {#5812 date: 2024-07-03 12:28:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5813 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5821 -id: 358 -name: "アリント" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1720148953 {#5819 date: 2024-07-05 12:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5820 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5828 -id: 361 -name: "アルヴァリーニョ" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1720149002 {#5826 date: 2024-07-05 12:10:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5827 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5835 -id: 253 -name: "アルジル・グリーズ" -hierarchy: 2 -sort_no: 277 -create_date: DateTime @1719969329 {#5833 date: 2024-07-03 10:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5834 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5842 -id: 187 -name: "アルネイズ" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1719884699 {#5840 date: 2024-07-02 10:44:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5841 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5849 -id: 333 -name: "アルバーナ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1720060058 {#5847 date: 2024-07-04 11:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5848 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5856 -id: 271 -name: "アレアーティコ" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1719973415 {#5854 date: 2024-07-03 11:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5855 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5863 -id: 264 -name: "アロマティーナ" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1719972465 {#5861 date: 2024-07-03 11:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5862 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5870 -id: 352 -name: "アンソニカ" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1720063443 {#5868 date: 2024-07-04 12:24:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5869 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5877 -id: 215 -name: "ヴァイスブルグンダー" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1719887383 {#5875 date: 2024-07-02 11:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5876 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5884 -id: 217 -name: "ヴアイスブルグンダー" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1719887425 {#5882 date: 2024-07-02 11:30:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5883 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5891 -id: 251 -name: "ヴィエイユ・マルゲリータ" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1719968411 {#5889 date: 2024-07-03 10:00:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5890 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5898 -id: 204 -name: "ヴィオニエ" -hierarchy: 2 -sort_no: 268 -create_date: DateTime @1719885968 {#5896 date: 2024-07-02 11:06:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5897 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5905 -id: 328 -name: "ヴィナッチャ" -hierarchy: 2 -sort_no: 267 -create_date: DateTime @1720059613 {#5903 date: 2024-07-04 11:20:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5904 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5912 -id: 186 -name: "ヴェイスパイオーラ" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1719884430 {#5910 date: 2024-07-02 10:40:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5911 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5919 -id: 298 -name: "ヴェオニエ" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1719975286 {#5917 date: 2024-07-03 11:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5918 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5926 -id: 119 -name: "ヴェルシュリースリング" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1719546432 {#5924 date: 2024-06-28 12:47:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5925 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5933 -id: 351 -name: "ヴェルデア" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1720063398 {#5931 date: 2024-07-04 12:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5932 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5940 -id: 198 -name: "ヴェルナッチャ" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1719885448 {#5938 date: 2024-07-02 10:57:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5939 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5947 -id: 266 -name: "ヴェルディッキオ" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1719972482 {#5945 date: 2024-07-03 11:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5946 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5954 -id: 320 -name: "ヴェルデレー" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1720058169 {#5952 date: 2024-07-04 10:56:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5953 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5961 -id: 227 -name: "ヴェルメンティーノ" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1719888008 {#5959 date: 2024-07-02 11:40:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5960 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5968 -id: 220 -name: "ヴレラ" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1719887581 {#5966 date: 2024-07-02 11:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5967 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5975 -id: 243 -name: "エジオドラ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1719890093 {#5973 date: 2024-07-02 12:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5974 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5982 -id: 278 -name: "オーガニックアップル" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1719973644 {#5980 date: 2024-07-03 11:27:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5981 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5983 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5989 -id: 131 -name: "オーセロワ" -hierarchy: 2 -sort_no: 255 -create_date: DateTime @1719876111 {#5987 date: 2024-07-02 08:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5988 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5996 -id: 286 -name: "オルボワ" -hierarchy: 2 -sort_no: 254 -create_date: DateTime @1719974206 {#5994 date: 2024-07-03 11:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5995 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6003 -id: 306 -name: "カイナオーロ" -hierarchy: 2 -sort_no: 253 -create_date: DateTime @1719978492 {#6001 date: 2024-07-03 12:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6002 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6010 -id: 310 -name: "カタラット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1719978751 {#6008 date: 2024-07-03 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6009 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6017 -id: 324 -name: "カナイオーロ" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1720058316 {#6015 date: 2024-07-04 10:58:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6016 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6024 -id: 133 -name: "ガメイ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1719876152 {#6022 date: 2024-07-02 08:22:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6023 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6031 -id: 206 -name: "ガメイ・ヴィアラ" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1719886071 {#6029 date: 2024-07-02 11:07:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6030 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6038 -id: 378 -name: "ガメイ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1721095071 {#6036 date: 2024-07-16 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6037 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6045 -id: 317 -name: "ガメィ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1720057511 {#6043 date: 2024-07-04 10:45:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6044 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6052 -id: 136 -name: "ガメイ・ド・サヴォワ" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1719876196 {#6050 date: 2024-07-02 08:23:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6051 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6059 -id: 137 -name: "ガメイ・ド・ボジョレー" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1719876203 {#6057 date: 2024-07-02 08:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6058 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6066 -id: 143 -name: "カリニャン" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1719876699 {#6064 date: 2024-07-02 08:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6065 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6073 -id: 183 -name: "ガルガーネガ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1719884108 {#6071 date: 2024-07-02 10:35:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6072 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6080 -id: 304 -name: "ガルナッチャ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1719978051 {#6078 date: 2024-07-03 12:40:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6079 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6087 -id: 249 -name: "ギルビック" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1719968388 {#6085 date: 2024-07-03 09:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6086 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6094 -id: 250 -name: "キャクス" -hierarchy: 2 -sort_no: 240 -create_date: DateTime @1719968401 {#6092 date: 2024-07-03 10:00:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6093 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6101 -id: 313 -name: "キャリソン" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1720056723 {#6099 date: 2024-07-04 10:32:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6100 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6108 -id: 258 -name: "グラスパロッサ" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1719971167 {#6106 date: 2024-07-03 10:46:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6107 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6115 -id: 342 -name: "クラフトミードサワー" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1720060914 {#6113 date: 2024-07-04 11:41:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6114 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6122 -id: 214 -name: "グリューナー・ヴェルトリーナー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1719887374 {#6120 date: 2024-07-02 11:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6121 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6129 -id: 146 -name: "グルナッシュ" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1719876722 {#6127 date: 2024-07-02 08:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6128 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6136 -id: 135 -name: "グルナッシュ・グリ" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1719876180 {#6134 date: 2024-07-02 08:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6135 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6143 -id: 140 -name: "グルナッシュ・ノワール" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1719876269 {#6141 date: 2024-07-02 08:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6142 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6150 -id: 168 -name: "グルナッシュ・ブラン" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1719880604 {#6148 date: 2024-07-02 09:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6149 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6157 -id: 318 -name: "グレケット" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1720057837 {#6155 date: 2024-07-04 10:50:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6156 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6164 -id: 232 -name: "グレラ" -hierarchy: 2 -sort_no: 230 -create_date: DateTime @1719888218 {#6162 date: 2024-07-02 11:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6163 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6171 -id: 151 -name: "クレレット" -hierarchy: 2 -sort_no: 229 -create_date: DateTime @1719877159 {#6169 date: 2024-07-02 08:39:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6170 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6178 -id: 297 -name: "グロマンサン" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1719975267 {#6176 date: 2024-07-03 11:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6177 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6185 -id: 142 -name: "グロロー" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1719876356 {#6183 date: 2024-07-02 08:25:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6184 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6192 -id: 167 -name: "グロローグリ" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1719877979 {#6190 date: 2024-07-02 08:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6191 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6199 -id: 113 -name: "ゲヴュルツトラミネール" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1719546304 {#6197 date: 2024-06-28 12:45:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6198 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6206 -id: 126 -name: "ゲルバー・ムスカテラー" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1719875994 {#6204 date: 2024-07-02 08:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6205 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6213 -id: 141 -name: "コー" -hierarchy: 2 -sort_no: 223 -create_date: DateTime @1719876350 {#6211 date: 2024-07-02 08:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6212 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6220 -id: 285 -name: "コット" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1719974062 {#6218 date: 2024-07-03 11:34:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6219 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6227 -id: 196 -name: "コルテーゼ" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1719885390 {#6225 date: 2024-07-02 10:56:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6226 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6234 -id: 325 -name: "コロリーノ" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1720058327 {#6232 date: 2024-07-04 10:58:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6233 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6241 -id: 287 -name: "コルヴィーナ" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1719974331 {#6239 date: 2024-07-03 11:38:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6240 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6248 -id: 288 -name: "コルヴィノーネ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1719974388 {#6246 date: 2024-07-03 11:39:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6247 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6255 -id: 327 -name: "コロンバール" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1720058568 {#6253 date: 2024-07-04 11:02:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6254 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6262 -id: 201 -name: "サヴァニャン" -hierarchy: 2 -sort_no: 216 -create_date: DateTime @1719885905 {#6260 date: 2024-07-02 11:05:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6261 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6269 -id: 375 -name: "サラミーノ" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1720743889 {#6267 date: 2024-07-12 09:24:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6268 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6276 -id: 263 -name: "ザンクト・ラウレント" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1719972077 {#6274 date: 2024-07-03 11:01:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6275 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6283 -id: 172 -name: "サンジョヴェーゼ" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1719882052 {#6281 date: 2024-07-02 10:00:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6282 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6290 -id: 144 -name: "サンソー" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1719876707 {#6288 date: 2024-07-02 08:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6289 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6297 -id: 229 -name: "サンソー・グルナッシュ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1719888048 {#6295 date: 2024-07-02 11:40:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6296 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6304 -id: 311 -name: "サンふじ" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1719978819 {#6302 date: 2024-07-03 12:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6303 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6311 -id: 323 -name: "シナノゴールド" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1720058257 {#6309 date: 2024-07-04 10:57:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6310 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6318 -id: 276 -name: "シナノスイート" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1719973560 {#6316 date: 2024-07-03 11:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6317 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6325 -id: 334 -name: "シャインマスカット" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1720060417 {#6323 date: 2024-07-04 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6324 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6332 -id: 127 -name: "シャスラ" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1719876037 {#6330 date: 2024-07-02 08:20:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6331 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6339 -id: 150 -name: "シュナン" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1719877153 {#6337 date: 2024-07-02 08:39:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6338 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6346 -id: 166 -name: "シュナンブラン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1719877973 {#6344 date: 2024-07-02 08:52:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6345 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6353 -id: 262 -name: "ショイレーベ" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1719971892 {#6351 date: 2024-07-03 10:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6352 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6360 -id: 120 -name: "シルヴァーナー" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1719875880 {#6358 date: 2024-07-02 08:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6359 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6367 -id: 128 -name: "シルヴァネール" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1719876056 {#6365 date: 2024-07-02 08:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6366 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6374 -id: 273 -name: "スチューベン" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1719973473 {#6372 date: 2024-07-03 11:24:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6373 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6381 -id: 176 -name: "スペルゴラ" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719882382 {#6379 date: 2024-07-02 10:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6380 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6388 -id: 302 -name: "セルヴァン" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719977234 {#6386 date: 2024-07-03 12:27:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6387 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6395 -id: 182 -name: "タイロッソ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719884095 {#6393 date: 2024-07-02 10:34:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6394 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6402 -id: 341 -name: "チェリー" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1720060908 {#6400 date: 2024-07-04 11:41:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6401 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6409 -id: 222 -name: "チャレロ" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719887602 {#6407 date: 2024-07-02 11:33:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6408 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6416 -id: 270 -name: "チリエジョーロ" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719973408 {#6414 date: 2024-07-03 11:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6415 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6423 -id: 123 -name: "ツヴァイゲルト" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719875939 {#6421 date: 2024-07-02 08:18:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6422 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6430 -id: 197 -name: "ティモラッソ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719885399 {#6428 date: 2024-07-02 10:56:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6429 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6437 -id: 203 -name: "デュレーザ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719885953 {#6435 date: 2024-07-02 11:05:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6436 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6444 -id: 272 -name: "デラウェア" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1719973467 {#6442 date: 2024-07-03 11:24:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6443 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6451 -id: 346 -name: "テンプラニーリョ" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1720061728 {#6449 date: 2024-07-04 11:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6450 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6458 -id: 192 -name: "トウリガ・ナショナル" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719885118 {#6456 date: 2024-07-02 10:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6457 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6465 -id: 239 -name: "ドゥレッラ" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1719889882 {#6463 date: 2024-07-02 12:11:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6464 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6472 -id: 157 -name: "ドミナ" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719877462 {#6470 date: 2024-07-02 08:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6471 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6479 -id: 194 -name: "トラミーナー" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719885364 {#6477 date: 2024-07-02 10:56:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6478 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6486 -id: 350 -name: "トラミネール・ アロマティコ" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1720063194 {#6484 date: 2024-07-04 12:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6485 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6493 -id: 188 -name: "ドルチェット" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719884714 {#6491 date: 2024-07-02 10:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6492 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6500 -id: 216 -name: "ドルンフェルダー" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719887414 {#6498 date: 2024-07-02 11:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6499 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6507 -id: 314 -name: "トレサール" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1720056732 {#6505 date: 2024-07-04 10:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6506 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6514 -id: 360 -name: "トレイシャドゥラ" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1720148973 {#6512 date: 2024-07-05 12:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6513 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6521 -id: 326 -name: "トレッビアーノ・トスカーノ" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1720058379 {#6519 date: 2024-07-04 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6520 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6528 -id: 307 -name: "トレッビアーノ" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719978546 {#6526 date: 2024-07-03 12:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6527 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6535 -id: 308 -name: "トレッビアーノ・モデネーゼ" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719978562 {#6533 date: 2024-07-03 12:49:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6534 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6542 -id: 330 -name: "ナイアガラ" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1720059921 {#6540 date: 2024-07-04 11:25:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6541 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6549 -id: 280 -name: "ネオマスカット" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719973661 {#6547 date: 2024-07-03 11:27:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6548 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6556 -id: 283 -name: "ネグレット" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719973987 {#6554 date: 2024-07-03 11:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6555 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6563 -id: 190 -name: "ネグロアマーロ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719884928 {#6561 date: 2024-07-02 10:48:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6562 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6570 -id: 154 -name: "ネレッロカプリッチョノチェーラ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719877196 {#6568 date: 2024-07-02 08:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6569 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6577 -id: 185 -name: "ネレッロ・マスカレーゼ" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719884420 {#6575 date: 2024-07-02 10:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6576 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6584 -id: 225 -name: "ネロ・ダーヴォラ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719887801 {#6582 date: 2024-07-02 11:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6583 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6591 -id: 309 -name: "パイス" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719978721 {#6589 date: 2024-07-03 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6590 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6598 -id: 339 -name: "パイナップル" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1720060899 {#6596 date: 2024-07-04 11:41:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6597 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6605 -id: 218 -name: "バッカス" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719887461 {#6603 date: 2024-07-02 11:31:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6604 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6612 -id: 184 -name: "バルベーラ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719884172 {#6610 date: 2024-07-02 10:36:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6611 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6619 -id: 223 -name: "パレリャーダ" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719887613 {#6617 date: 2024-07-02 11:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6618 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6626 -id: 335 -name: "パンパヌト" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1720060799 {#6624 date: 2024-07-04 11:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6625 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6633 -id: 200 -name: "ピノ・オーセロワ" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719885842 {#6631 date: 2024-07-02 11:04:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6632 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6640 -id: 191 -name: "ピノタージュ" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719884937 {#6638 date: 2024-07-02 10:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6639 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6647 -id: 208 -name: "ピノ・ドニス" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719886129 {#6645 date: 2024-07-02 11:08:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6646 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6654 -id: 233 -name: "ピノ・ネロ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719888251 {#6652 date: 2024-07-02 11:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6653 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6661 -id: 129 -name: "ピノ・ブラン" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719876065 {#6659 date: 2024-07-02 08:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6660 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6668 -id: 305 -name: "ピノ・ムニエ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719978105 {#6666 date: 2024-07-03 12:41:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6667 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6675 -id: 267 -name: "ピノ・マドレーヌ" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719972554 {#6673 date: 2024-07-03 11:09:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6674 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6682 -id: 347 -name: "プティヴェルド" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1720061737 {#6680 date: 2024-07-04 11:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6681 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6689 -id: 254 -name: "プティ・ジョーヌ" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719969352 {#6687 date: 2024-07-03 10:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6688 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6696 -id: 292 -name: "ブドウ" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719975056 {#6694 date: 2024-07-03 11:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6695 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6703 -id: 315 -name: "ブドン" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1720056737 {#6701 date: 2024-07-04 10:32:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6702 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6710 -id: 124 -name: "ブラウアー・ポルトギーザー" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719875952 {#6708 date: 2024-07-02 08:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6709 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6717 -id: 256 -name: "ブラウフレンキッシュ" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719969679 {#6715 date: 2024-07-03 10:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6716 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6724 -id: 293 -name: "フラン" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719975075 {#6722 date: 2024-07-03 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6723 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6731 -id: 181 -name: "フリウラーノ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719884077 {#6729 date: 2024-07-02 10:34:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6730 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6738 -id: 224 -name: "プリミティーヴォ" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719887790 {#6736 date: 2024-07-02 11:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6737 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6745 -id: 316 -name: "プリニョーロ・ジェンティーレ" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1720057441 {#6743 date: 2024-07-04 10:44:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6744 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6752 -id: 372 -name: "フレキャン・ラエ" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1720740248 {#6750 date: 2024-07-12 08:24:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6751 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6759 -id: 371 -name: "フレキャン・ルージュ" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1720740228 {#6757 date: 2024-07-12 08:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6758 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6766 -id: 301 -name: "プロカニコ" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719975761 {#6764 date: 2024-07-03 12:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6765 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6773 -id: 294 -name: "プティマンサン" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719975104 {#6771 date: 2024-07-03 11:51:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6772 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6780 -id: 132 -name: "プリェビラン" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719876142 {#6778 date: 2024-07-02 08:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6779 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6787 -id: 237 -name: "フレカン" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719888723 {#6785 date: 2024-07-02 11:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6786 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6794 -id: 179 -name: "ペコリーノ" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719883162 {#6792 date: 2024-07-02 10:19:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6793 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6801 -id: 255 -name: "ベダン" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719969395 {#6799 date: 2024-07-03 10:16:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6800 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6808 -id: 343 -name: "ペセツカ・レアンカ" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1720061486 {#6806 date: 2024-07-04 11:51:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6807 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6815 -id: 202 -name: "ベルジュロン" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719885915 {#6813 date: 2024-07-02 11:05:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6814 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6822 -id: 336 -name: "ボンビーノ・ビアンコ" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1720060843 {#6820 date: 2024-07-04 11:40:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6821 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6829 -id: 134 -name: "マカブー" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719876168 {#6827 date: 2024-07-02 08:22:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6828 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6830 …} -Children: Doctrine\ORM\PersistentCollection {#6833 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6836 -id: 221 -name: "マカベオ" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719887595 {#6834 date: 2024-07-02 11:33:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6835 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6843 -id: 268 -name: "マスカット" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719972748 {#6841 date: 2024-07-03 11:12:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6842 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6850 -id: 122 -name: "マスカット・オットネル" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719875915 {#6848 date: 2024-07-02 08:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6849 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6857 -id: 295 -name: "マスカットベリーA" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719975202 {#6855 date: 2024-07-03 11:53:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6856 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6864 -id: 236 -name: "マリー・メナール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719888712 {#6862 date: 2024-07-02 11:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6863 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6871 -id: 332 -name: "マルヴァジーア トスカーナ" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1720060031 {#6869 date: 2024-07-04 11:27:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6870 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6878 -id: 331 -name: "マルヴァジーア ディ カンディア" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1720060022 {#6876 date: 2024-07-04 11:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6877 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6885 -id: 291 -name: "マルヴァジーア" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719974662 {#6883 date: 2024-07-03 11:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6884 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6892 -id: 205 -name: "マルサンヌ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719885978 {#6890 date: 2024-07-02 11:06:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6891 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6899 -id: 173 -name: "マルツェミーノ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719882080 {#6897 date: 2024-07-02 10:01:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6898 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6906 -id: 284 -name: "マルベック" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1719974017 {#6904 date: 2024-07-03 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6905 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6913 -id: 174 -name: "マルボ・ジェンティーレ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1719882093 {#6911 date: 2024-07-02 10:01:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6912 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6914 …} -Children: Doctrine\ORM\PersistentCollection {#6917 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6920 -id: 152 -name: "ミュスカ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719877167 {#6918 date: 2024-07-02 08:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6919 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6927 -id: 247 -name: "ミュスカ・オットネル" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719890290 {#6925 date: 2024-07-02 12:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6926 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6934 -id: 207 -name: "ミュスカブルー" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719886092 {#6932 date: 2024-07-02 11:08:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6933 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6941 -id: 377 -name: "ミュスカデ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1721001824 {#6939 date: 2024-07-15 09:03:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6940 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6948 -id: 115 -name: "ミュスカデティグランブラン" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719546324 {#6946 date: 2024-06-28 12:45:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6947 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6955 -id: 241 -name: "ミュスカデル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719889941 {#6953 date: 2024-07-02 12:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6954 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6962 -id: 281 -name: "ミュスカ・プティ・グラン" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719973782 {#6960 date: 2024-07-03 11:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6961 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6969 -id: 116 -name: "ミュスカロゼ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719546329 {#6967 date: 2024-06-28 12:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6968 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6976 -id: 155 -name: "ミュラー・トゥルガウ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719877430 {#6974 date: 2024-07-02 08:43:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6975 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6983 -id: 210 -name: "ムールヴェードル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719886207 {#6981 date: 2024-07-02 11:10:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6982 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6990 -id: 159 -name: "ムスカテラー" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719877605 {#6988 date: 2024-07-02 08:46:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6989 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6997 -id: 312 -name: "ムニエ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719979363 {#6995 date: 2024-07-03 13:02:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6996 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7004 -id: 344 -name: "モスカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1720061518 {#7002 date: 2024-07-04 11:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7003 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7011 -id: 195 -name: "モスカート・ジャッロ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719885376 {#7009 date: 2024-07-02 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7010 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7012 …} -Children: Doctrine\ORM\PersistentCollection {#7015 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7018 -id: 260 -name: "モスカート・セッコ" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719971568 {#7016 date: 2024-07-03 10:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7017 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7025 -id: 337 -name: "モスカート・レアレ" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1720060853 {#7023 date: 2024-07-04 11:40:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7024 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7032 -id: 219 -name: "モスカテル" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719887528 {#7030 date: 2024-07-02 11:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7031 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7039 -id: 353 -name: "モスカテル・ガレゴ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1720063500 {#7037 date: 2024-07-04 12:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7038 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7046 -id: 189 -name: "モステカル・ガレゴ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1719884727 {#7044 date: 2024-07-02 10:45:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7045 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7053 -id: 230 -name: "モリヨン(シャルドネ)" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719888102 {#7051 date: 2024-07-02 11:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7052 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7060 -id: 138 -name: "モンドゥーズ" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719876214 {#7058 date: 2024-07-02 08:23:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7059 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7067 -id: 209 -name: "ユニブラン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719886147 {#7065 date: 2024-07-02 11:09:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7066 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7074 -id: 231 -name: "ユニ・ブラン" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719888191 {#7072 date: 2024-07-02 11:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7073 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7081 -id: 329 -name: "ラ・フランス" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1720059758 {#7079 date: 2024-07-04 11:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7080 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7088 -id: 348 -name: "ラポーゾ" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1720061783 {#7086 date: 2024-07-04 11:56:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7087 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7095 -id: 257 -name: "ランブルスコ・マエストリ" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719970855 {#7093 date: 2024-07-03 10:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7094 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7102 -id: 246 -name: "ランブルスコ・マラーニ" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719890237 {#7100 date: 2024-07-02 12:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7101 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7109 -id: 248 -name: "ランブルスコ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719890501 {#7107 date: 2024-07-02 12:21:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7108 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7116 -id: 175 -name: "ランブルスコ・サラミーノ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719882112 {#7114 date: 2024-07-02 10:01:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7115 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7123 -id: 274 -name: "リンゴ秋陽" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719973543 {#7121 date: 2024-07-03 11:25:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7122 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7130 -id: 252 -name: "リンゴ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1719969306 {#7128 date: 2024-07-03 10:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7129 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7137 -id: 149 -name: "ルーサンヌ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719877141 {#7135 date: 2024-07-02 08:39:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7136 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7144 -id: 234 -name: "ルジェ・ド・ドール" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719888687 {#7142 date: 2024-07-02 11:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7143 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7151 -id: 147 -name: "ルドネールプリュ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719876732 {#7149 date: 2024-07-02 08:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7150 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7158 -id: 121 -name: "レースラー等ブレンド" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719875897 {#7156 date: 2024-07-02 08:18:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7157 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7165 -id: 228 -name: "ロアンドゥルイユ(ガイヤック)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719888020 {#7163 date: 2024-07-02 11:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7164 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7172 -id: 362 -name: "ロウレイロ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1720149014 {#7170 date: 2024-07-05 12:10:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7171 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7179 -id: 235 -name: "ロカール・ヴェール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719888701 {#7177 date: 2024-07-02 11:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7178 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7186 -id: 148 -name: "ロール" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719877132 {#7184 date: 2024-07-02 08:38:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7185 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7193 -id: 193 -name: "ローロット" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719885353 {#7191 date: 2024-07-02 10:55:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7192 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7200 -id: 289 -name: "ロンディネッラ" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1719974400 {#7198 date: 2024-07-03 11:40:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7199 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7207 -id: 349 -name: "天城の滴" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1720063016 {#7205 date: 2024-07-04 12:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7206 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7214 -id: 275 -name: "王林" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719973552 {#7212 date: 2024-07-03 11:25:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7213 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7221 -id: 322 -name: "紅玉" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1720058242 {#7219 date: 2024-07-04 10:57:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7220 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7228 -id: 279 -name: "巨峰" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1719973651 {#7226 date: 2024-07-03 11:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7227 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7235 -id: 277 -name: "甲州" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719973578 {#7233 date: 2024-07-03 11:26:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7234 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7242 -id: 340 -name: "蜂蜜" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1720060904 {#7240 date: 2024-07-04 11:41:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7241 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7249 -id: 296 -name: "山幸" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719975221 {#7247 date: 2024-07-03 11:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7248 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7256 -id: 363 -name: "その他" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1720151719 {#7254 date: 2024-07-05 12:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7255 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7263 -id: 8 -name: "ワイン" -hierarchy: 1 -sort_no: 282 -create_date: DateTime @1700801589 {#5727 date: 2023-11-24 13:53:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5726 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7268 -id: 10 -name: "赤ワイン" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1700801678 {#7261 date: 2023-11-24 13:54:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7262 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7269 …} -Children: Doctrine\ORM\PersistentCollection {#7272 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7277 -id: 13 -name: "白ワイン" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1700812377 {#7275 date: 2023-11-24 16:52:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7276 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7284 -id: 14 -name: "スパークリングワイン" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1708318141 {#7282 date: 2024-02-19 13:49:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7283 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7291 -id: 15 -name: "ロゼワイン" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1708318145 {#7289 date: 2024-02-19 13:49:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7290 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7298 -id: 16 -name: "オレンジワイン" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1708318149 {#7296 date: 2024-02-19 13:49:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7297 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7305 -id: 356 -name: "シードル" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1720065046 {#7303 date: 2024-07-04 12:50:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7304 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7312 -id: 355 -name: "泡" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1720064649 {#7310 date: 2024-07-04 12:44:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7311 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7319 -id: 17 -name: "微発泡" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1708318153 {#7317 date: 2024-02-19 13:49:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7318 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7326 -id: 357 -name: "その他" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1720065083 {#7324 date: 2024-07-04 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7325 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7331 -id: 19 -name: "シーン別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1719370847 {#7273 date: 2024-06-26 12:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7274 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7332 …} -Children: Doctrine\ORM\PersistentCollection {#7335 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7340 -id: 20 -name: "値段" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1719370854 {#7336 date: 2024-06-26 12:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7337 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7345 -id: 382 -name: "¥1,000 - ¥2,000" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1745113183 {#7338 date: 2025-04-20 10:39:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7339 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7346 …} -Children: Doctrine\ORM\PersistentCollection {#7349 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7354 -id: 383 -name: "¥2,000 - ¥3,000" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1745113187 {#7352 date: 2025-04-20 10:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7353 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7361 -id: 384 -name: "¥3,000 - ¥4,000" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1745113192 {#7359 date: 2025-04-20 10:39:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7360 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7368 -id: 385 -name: "¥4,000 - ¥5,000" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1745113196 {#7366 date: 2025-04-20 10:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7367 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7375 -id: 386 -name: "¥5,000 - ¥6,000" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1745113199 {#7373 date: 2025-04-20 10:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7374 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7382 -id: 387 -name: "¥6,000 - ¥7,000" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1745113202 {#7380 date: 2025-04-20 10:40:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7381 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7389 -id: 388 -name: "¥7,000 -" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1745113214 {#7387 date: 2025-04-20 10:40:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7388 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7394 -id: 7 -name: "サブスク" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1694649056 {#7350 date: 2023-09-14 08:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7351 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7395 …} -Children: Doctrine\ORM\PersistentCollection {#7398 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } ] |
[ Eccube\Entity\Category {#4970 -id: 21 -name: "国" -hierarchy: 1 -sort_no: 320 -create_date: DateTime @1719463670 {#4967 date: 2024-06-27 13:47:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#4965 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#5213 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5212 -id: 91 -name: "フランス" -hierarchy: 2 -sort_no: 319 -create_date: DateTime @1719464935 {#4963 date: 2024-06-27 14:08:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#4961 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5207 -id: 12 -name: "アルザス" -hierarchy: 3 -sort_no: 301 -create_date: DateTime @1700808645 {#4959 date: 2023-11-24 15:50:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#4935 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5196 -id: 28 -name: "サヴォワ" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1719463757 {#5198 date: 2024-06-27 13:49:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5197 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5195 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5189 -id: 59 -name: "シャンパーニュ" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1719464094 {#5191 date: 2024-06-27 13:54:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5190 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5185 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#4954 -id: 52 -name: "ジュラ" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1719463979 {#5184 date: 2024-06-27 13:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5183 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4958 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5174 -id: 60 -name: "ノルマンディー" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1719464102 {#5171 date: 2024-06-27 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5173 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5181 -id: 31 -name: "ブルゴーニュ" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1719463776 {#5179 date: 2024-06-27 13:49:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5180 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5182 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5221 -id: 370 -name: "ブルターニュ" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1720739466 {#5219 date: 2024-07-12 08:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5220 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5228 -id: 34 -name: "プロヴァンス" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1719463800 {#5226 date: 2024-06-27 13:50:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5227 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5235 -id: 81 -name: "ペイドック" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1719464483 {#5233 date: 2024-06-27 14:01:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5234 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5242 -id: 26 -name: "ボジョレー" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1719463739 {#5240 date: 2024-06-27 13:48:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5241 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5249 -id: 54 -name: "ボルドー" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1719463991 {#5247 date: 2024-06-27 13:53:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5248 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5256 -id: 39 -name: "ラングドック" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1719463838 {#5254 date: 2024-06-27 13:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5255 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5263 -id: 27 -name: "ルーション" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1719463751 {#5261 date: 2024-06-27 13:49:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5262 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5270 -id: 29 -name: "ローヌ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1719463764 {#5268 date: 2024-06-27 13:49:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5269 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5277 -id: 32 -name: "ロワール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1719463784 {#5275 date: 2024-06-27 13:49:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5276 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5284 -id: 30 -name: "南ローヌ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1719463770 {#5282 date: 2024-06-27 13:49:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5283 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5291 -id: 98 -name: "イタリア" -hierarchy: 2 -sort_no: 318 -create_date: DateTime @1719464987 {#5201 date: 2024-06-27 14:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5202 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5296 -id: 43 -name: "アブルッツォ" -hierarchy: 3 -sort_no: 303 -create_date: DateTime @1719463887 {#5289 date: 2024-06-27 13:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5290 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5305 -id: 25 -name: "ヴァッレダオスタ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1719463731 {#5303 date: 2024-06-27 13:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5304 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5312 -id: 44 -name: "ヴェネト" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1719463897 {#5310 date: 2024-06-27 13:51:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5311 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5319 -id: 42 -name: "エミリア・ロマーニャ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1719463873 {#5317 date: 2024-06-27 13:51:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5318 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5326 -id: 82 -name: "カンパーニア" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1719464518 {#5324 date: 2024-06-27 14:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5325 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5333 -id: 35 -name: "シチリア" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1719463807 {#5331 date: 2024-06-27 13:50:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5332 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5340 -id: 50 -name: "トスカーナ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1719463957 {#5338 date: 2024-06-27 13:52:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5339 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5347 -id: 45 -name: "ピエモンテ" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1719463902 {#5345 date: 2024-06-27 13:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5346 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5354 -id: 57 -name: "プーリア" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1719464039 {#5352 date: 2024-06-27 13:53:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5353 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5361 -id: 379 -name: "フリウリ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1721097341 {#5359 date: 2024-07-16 11:35:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5360 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5368 -id: 41 -name: "マルケ" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1719463866 {#5366 date: 2024-06-27 13:51:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5367 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5375 -id: 70 -name: "ラツィオ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1719464309 {#5373 date: 2024-06-27 13:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5374 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5382 -id: 67 -name: "ラティオ" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1719464203 {#5380 date: 2024-06-27 13:56:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5381 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5389 -id: 80 -name: "リグーリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1719464442 {#5387 date: 2024-06-27 14:00:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5388 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5396 -id: 62 -name: "ロンバルディア" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1719464139 {#5394 date: 2024-06-27 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5395 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5403 -id: 99 -name: "スペイン" -hierarchy: 2 -sort_no: 317 -create_date: DateTime @1719464997 {#5301 date: 2024-06-27 14:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5302 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5408 -id: 376 -name: "カタルーニャ" -hierarchy: 3 -sort_no: 302 -create_date: DateTime @1720751693 {#5401 date: 2024-07-12 11:34:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5402 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5417 -id: 63 -name: "タラゴナ" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1719464144 {#5415 date: 2024-06-27 13:55:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5416 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5424 -id: 90 -name: "トウロ" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1719464835 {#5422 date: 2024-06-27 14:07:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5423 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5431 -id: 40 -name: "ペネデス" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1719463858 {#5429 date: 2024-06-27 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5430 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5438 -id: 94 -name: "ドイツ" -hierarchy: 2 -sort_no: 316 -create_date: DateTime @1719464956 {#5200 date: 2024-06-27 14:09:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5199 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5443 -id: 38 -name: "バーデン" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1719463824 {#5436 date: 2024-06-27 13:50:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5437 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5452 -id: 37 -name: "フランケン" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1719463818 {#5450 date: 2024-06-27 13:50:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5451 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5459 -id: 36 -name: "モーゼル" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1719463812 {#5457 date: 2024-06-27 13:50:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5458 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5466 -id: 24 -name: "ラインヘッセン" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1719463721 {#5464 date: 2024-06-27 13:48:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5465 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5473 -id: 92 -name: "ポルトガル" -hierarchy: 2 -sort_no: 315 -create_date: DateTime @1719464946 {#5414 date: 2024-06-27 14:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5413 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5478 -id: 365 -name: "ドウロ" -hierarchy: 3 -sort_no: 299 -create_date: DateTime @1720584707 {#5471 date: 2024-07-10 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5472 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5487 -id: 22 -name: "ミーニョ" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1719463708 {#5485 date: 2024-06-27 13:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5486 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5494 -id: 96 -name: "オーストリア" -hierarchy: 2 -sort_no: 314 -create_date: DateTime @1719464969 {#5449 date: 2024-06-27 14:09:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5448 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5499 -id: 49 -name: "イーヅードラーゼー" -hierarchy: 3 -sort_no: 300 -create_date: DateTime @1719463948 {#5492 date: 2024-06-27 13:52:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5493 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5508 -id: 23 -name: "カンプタール" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1719463715 {#5506 date: 2024-06-27 13:48:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5507 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5515 -id: 58 -name: "ズュートシュタイヤーマルク" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1719464055 {#5513 date: 2024-06-27 13:54:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5514 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5522 -id: 64 -name: "ノイジードラーゼ" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1719464149 {#5520 date: 2024-06-27 13:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5521 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5529 -id: 72 -name: "ブルゲンラント" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1719464341 {#5527 date: 2024-06-27 13:59:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5528 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5536 -id: 366 -name: "南オーストリア" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1720585471 {#5534 date: 2024-07-10 13:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5535 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5543 -id: 368 -name: "チェコ" -hierarchy: 2 -sort_no: 313 -create_date: DateTime @1720587315 {#5484 date: 2024-07-10 13:55:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5483 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5548 -id: 48 -name: "モラヴィア" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1719463931 {#5541 date: 2024-06-27 13:52:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5542 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5557 -id: 367 -name: "ハンガリー" -hierarchy: 2 -sort_no: 312 -create_date: DateTime @1720587144 {#5553 date: 2024-07-10 13:52:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5554 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5562 -id: 47 -name: "バラトン" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1719463923 {#5555 date: 2024-06-27 13:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5556 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5557} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5571 -id: 100 -name: "スロバキア" -hierarchy: 2 -sort_no: 311 -create_date: DateTime @1719465012 {#5567 date: 2024-06-27 14:10:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5568 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5576 -id: 61 -name: "南スロバキア" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1719464110 {#5569 date: 2024-06-27 13:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5570 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5585 -id: 369 -name: "チリ" -hierarchy: 2 -sort_no: 310 -create_date: DateTime @1720662758 {#5581 date: 2024-07-11 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5582 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5590 -id: 56 -name: "クリコ・ヴァレー" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1719464019 {#5583 date: 2024-06-27 13:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5584 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5591 …} -Children: Doctrine\ORM\PersistentCollection {#5594 …} -Parent: Eccube\Entity\Category {#5585} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5597 -id: 374 -name: "ウルグアイ" -hierarchy: 2 -sort_no: 309 -create_date: DateTime @1720743507 {#5595 date: 2024-07-12 09:18:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5596 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5604 -id: 93 -name: "オーストリア" -hierarchy: 2 -sort_no: 308 -create_date: DateTime @1719464952 {#5602 date: 2024-06-27 14:09:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5603 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5611 -id: 95 -name: "ニュージーランド" -hierarchy: 2 -sort_no: 307 -create_date: DateTime @1719464961 {#5609 date: 2024-06-27 14:09:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5610 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5620 -id: 101 -name: "南アフリカ" -hierarchy: 2 -sort_no: 306 -create_date: DateTime @1719465021 {#5616 date: 2024-06-27 14:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5617 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5625 -id: 46 -name: "スワートランド" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1719463914 {#5618 date: 2024-06-27 13:51:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5619 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5634 -id: 102 -name: "日本" -hierarchy: 2 -sort_no: 305 -create_date: DateTime @1719542019 {#5630 date: 2024-06-28 11:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5631 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5639 -id: 105 -name: "北海道" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1719542189 {#5632 date: 2024-06-28 11:36:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5633 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5648 -id: 112 -name: "岩手県" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1719542278 {#5646 date: 2024-06-28 11:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5647 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5655 -id: 103 -name: "山形県" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1719542160 {#5653 date: 2024-06-28 11:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5654 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5662 -id: 110 -name: "宮城県" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1719542246 {#5660 date: 2024-06-28 11:37:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5661 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5669 -id: 104 -name: "新潟県" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1719542176 {#5667 date: 2024-06-28 11:36:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5668 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5676 -id: 106 -name: "長野県" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1719542204 {#5674 date: 2024-06-28 11:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5675 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5677 …} -Children: Doctrine\ORM\PersistentCollection {#5680 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5683 -id: 109 -name: "栃木県" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1719542224 {#5681 date: 2024-06-28 11:37:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5682 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5690 -id: 111 -name: "滋賀県" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1719542261 {#5688 date: 2024-06-28 11:37:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5689 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5697 -id: 107 -name: "徳島県" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1719542208 {#5695 date: 2024-06-28 11:36:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5696 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5704 -id: 108 -name: "福岡県" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1719542214 {#5702 date: 2024-06-28 11:36:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5703 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5505 -id: 11 -name: "産地" -hierarchy: 1 -sort_no: 304 -create_date: DateTime @1700808638 {#5645 date: 2023-11-24 15:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5644 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5504 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5716 -id: 18 -name: "品種" -hierarchy: 1 -sort_no: 298 -create_date: DateTime @1719370839 {#5712 date: 2024-06-26 12:00:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5713 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5721 -id: 282 -name: "カベルネ・ソーヴィニヨン" -hierarchy: 2 -sort_no: 297 -create_date: DateTime @1719973941 {#5714 date: 2024-07-03 11:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5715 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5730 -id: 180 -name: "メルロー" -hierarchy: 2 -sort_no: 296 -create_date: DateTime @1719883271 {#5728 date: 2024-07-02 10:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5729 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5737 -id: 117 -name: "ピノ・ノワール" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1719546380 {#5735 date: 2024-06-28 12:46:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5736 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5744 -id: 145 -name: "シラー" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1719876715 {#5742 date: 2024-07-02 08:31:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5743 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5751 -id: 163 -name: "シャルドネ" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1719877913 {#5749 date: 2024-07-02 08:51:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5750 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5758 -id: 139 -name: "ソーヴィニヨン・ブラン" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1719876242 {#5756 date: 2024-07-02 08:24:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5757 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5765 -id: 114 -name: "リースリング" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1719546314 {#5763 date: 2024-06-28 12:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5764 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5772 -id: 118 -name: "ピノ・グリ" -hierarchy: 2 -sort_no: 290 -create_date: DateTime @1719546393 {#5770 date: 2024-06-28 12:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5771 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5779 -id: 212 -name: "カベルネ・フラン" -hierarchy: 2 -sort_no: 289 -create_date: DateTime @1719887215 {#5777 date: 2024-07-02 11:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5778 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5786 -id: 242 -name: "セミヨン" -hierarchy: 2 -sort_no: 288 -create_date: DateTime @1719889951 {#5784 date: 2024-07-02 12:12:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5785 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5793 -id: 389 -name: "カベルネ" -hierarchy: 2 -sort_no: 287 -create_date: DateTime @1745500616 {#5791 date: 2025-04-24 22:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5792 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5800 -id: 359 -name: "アザル" -hierarchy: 2 -sort_no: 286 -create_date: DateTime @1720148966 {#5798 date: 2024-07-05 12:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5799 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5807 -id: 211 -name: "アラモン" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1719887184 {#5805 date: 2024-07-02 11:26:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5806 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5814 -id: 303 -name: "アリアーニコ" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1719977302 {#5812 date: 2024-07-03 12:28:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5813 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5821 -id: 358 -name: "アリント" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1720148953 {#5819 date: 2024-07-05 12:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5820 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5828 -id: 361 -name: "アルヴァリーニョ" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1720149002 {#5826 date: 2024-07-05 12:10:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5827 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5835 -id: 253 -name: "アルジル・グリーズ" -hierarchy: 2 -sort_no: 277 -create_date: DateTime @1719969329 {#5833 date: 2024-07-03 10:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5834 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5842 -id: 187 -name: "アルネイズ" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1719884699 {#5840 date: 2024-07-02 10:44:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5841 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5849 -id: 333 -name: "アルバーナ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1720060058 {#5847 date: 2024-07-04 11:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5848 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5856 -id: 271 -name: "アレアーティコ" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1719973415 {#5854 date: 2024-07-03 11:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5855 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5863 -id: 264 -name: "アロマティーナ" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1719972465 {#5861 date: 2024-07-03 11:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5862 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5870 -id: 352 -name: "アンソニカ" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1720063443 {#5868 date: 2024-07-04 12:24:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5869 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5877 -id: 215 -name: "ヴァイスブルグンダー" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1719887383 {#5875 date: 2024-07-02 11:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5876 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5884 -id: 217 -name: "ヴアイスブルグンダー" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1719887425 {#5882 date: 2024-07-02 11:30:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5883 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5891 -id: 251 -name: "ヴィエイユ・マルゲリータ" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1719968411 {#5889 date: 2024-07-03 10:00:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5890 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5898 -id: 204 -name: "ヴィオニエ" -hierarchy: 2 -sort_no: 268 -create_date: DateTime @1719885968 {#5896 date: 2024-07-02 11:06:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5897 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5905 -id: 328 -name: "ヴィナッチャ" -hierarchy: 2 -sort_no: 267 -create_date: DateTime @1720059613 {#5903 date: 2024-07-04 11:20:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5904 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5912 -id: 186 -name: "ヴェイスパイオーラ" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1719884430 {#5910 date: 2024-07-02 10:40:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5911 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5919 -id: 298 -name: "ヴェオニエ" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1719975286 {#5917 date: 2024-07-03 11:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5918 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5926 -id: 119 -name: "ヴェルシュリースリング" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1719546432 {#5924 date: 2024-06-28 12:47:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5925 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5933 -id: 351 -name: "ヴェルデア" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1720063398 {#5931 date: 2024-07-04 12:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5932 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5940 -id: 198 -name: "ヴェルナッチャ" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1719885448 {#5938 date: 2024-07-02 10:57:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5939 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5947 -id: 266 -name: "ヴェルディッキオ" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1719972482 {#5945 date: 2024-07-03 11:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5946 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5954 -id: 320 -name: "ヴェルデレー" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1720058169 {#5952 date: 2024-07-04 10:56:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5953 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5961 -id: 227 -name: "ヴェルメンティーノ" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1719888008 {#5959 date: 2024-07-02 11:40:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5960 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5968 -id: 220 -name: "ヴレラ" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1719887581 {#5966 date: 2024-07-02 11:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5967 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5975 -id: 243 -name: "エジオドラ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1719890093 {#5973 date: 2024-07-02 12:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5974 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5982 -id: 278 -name: "オーガニックアップル" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1719973644 {#5980 date: 2024-07-03 11:27:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5981 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5983 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5989 -id: 131 -name: "オーセロワ" -hierarchy: 2 -sort_no: 255 -create_date: DateTime @1719876111 {#5987 date: 2024-07-02 08:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5988 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5996 -id: 286 -name: "オルボワ" -hierarchy: 2 -sort_no: 254 -create_date: DateTime @1719974206 {#5994 date: 2024-07-03 11:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5995 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6003 -id: 306 -name: "カイナオーロ" -hierarchy: 2 -sort_no: 253 -create_date: DateTime @1719978492 {#6001 date: 2024-07-03 12:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6002 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6010 -id: 310 -name: "カタラット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1719978751 {#6008 date: 2024-07-03 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6009 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6017 -id: 324 -name: "カナイオーロ" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1720058316 {#6015 date: 2024-07-04 10:58:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6016 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6024 -id: 133 -name: "ガメイ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1719876152 {#6022 date: 2024-07-02 08:22:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6023 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6031 -id: 206 -name: "ガメイ・ヴィアラ" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1719886071 {#6029 date: 2024-07-02 11:07:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6030 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6038 -id: 378 -name: "ガメイ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1721095071 {#6036 date: 2024-07-16 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6037 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6045 -id: 317 -name: "ガメィ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1720057511 {#6043 date: 2024-07-04 10:45:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6044 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6052 -id: 136 -name: "ガメイ・ド・サヴォワ" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1719876196 {#6050 date: 2024-07-02 08:23:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6051 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6059 -id: 137 -name: "ガメイ・ド・ボジョレー" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1719876203 {#6057 date: 2024-07-02 08:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6058 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6066 -id: 143 -name: "カリニャン" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1719876699 {#6064 date: 2024-07-02 08:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6065 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6073 -id: 183 -name: "ガルガーネガ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1719884108 {#6071 date: 2024-07-02 10:35:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6072 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6080 -id: 304 -name: "ガルナッチャ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1719978051 {#6078 date: 2024-07-03 12:40:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6079 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6087 -id: 249 -name: "ギルビック" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1719968388 {#6085 date: 2024-07-03 09:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6086 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6094 -id: 250 -name: "キャクス" -hierarchy: 2 -sort_no: 240 -create_date: DateTime @1719968401 {#6092 date: 2024-07-03 10:00:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6093 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6101 -id: 313 -name: "キャリソン" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1720056723 {#6099 date: 2024-07-04 10:32:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6100 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6108 -id: 258 -name: "グラスパロッサ" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1719971167 {#6106 date: 2024-07-03 10:46:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6107 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6115 -id: 342 -name: "クラフトミードサワー" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1720060914 {#6113 date: 2024-07-04 11:41:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6114 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6122 -id: 214 -name: "グリューナー・ヴェルトリーナー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1719887374 {#6120 date: 2024-07-02 11:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6121 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6129 -id: 146 -name: "グルナッシュ" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1719876722 {#6127 date: 2024-07-02 08:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6128 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6136 -id: 135 -name: "グルナッシュ・グリ" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1719876180 {#6134 date: 2024-07-02 08:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6135 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6143 -id: 140 -name: "グルナッシュ・ノワール" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1719876269 {#6141 date: 2024-07-02 08:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6142 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6150 -id: 168 -name: "グルナッシュ・ブラン" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1719880604 {#6148 date: 2024-07-02 09:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6149 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6157 -id: 318 -name: "グレケット" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1720057837 {#6155 date: 2024-07-04 10:50:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6156 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6164 -id: 232 -name: "グレラ" -hierarchy: 2 -sort_no: 230 -create_date: DateTime @1719888218 {#6162 date: 2024-07-02 11:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6163 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6171 -id: 151 -name: "クレレット" -hierarchy: 2 -sort_no: 229 -create_date: DateTime @1719877159 {#6169 date: 2024-07-02 08:39:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6170 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6178 -id: 297 -name: "グロマンサン" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1719975267 {#6176 date: 2024-07-03 11:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6177 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6185 -id: 142 -name: "グロロー" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1719876356 {#6183 date: 2024-07-02 08:25:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6184 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6192 -id: 167 -name: "グロローグリ" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1719877979 {#6190 date: 2024-07-02 08:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6191 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6199 -id: 113 -name: "ゲヴュルツトラミネール" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1719546304 {#6197 date: 2024-06-28 12:45:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6198 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6206 -id: 126 -name: "ゲルバー・ムスカテラー" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1719875994 {#6204 date: 2024-07-02 08:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6205 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6213 -id: 141 -name: "コー" -hierarchy: 2 -sort_no: 223 -create_date: DateTime @1719876350 {#6211 date: 2024-07-02 08:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6212 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6220 -id: 285 -name: "コット" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1719974062 {#6218 date: 2024-07-03 11:34:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6219 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6227 -id: 196 -name: "コルテーゼ" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1719885390 {#6225 date: 2024-07-02 10:56:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6226 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6234 -id: 325 -name: "コロリーノ" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1720058327 {#6232 date: 2024-07-04 10:58:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6233 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6241 -id: 287 -name: "コルヴィーナ" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1719974331 {#6239 date: 2024-07-03 11:38:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6240 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6248 -id: 288 -name: "コルヴィノーネ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1719974388 {#6246 date: 2024-07-03 11:39:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6247 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6255 -id: 327 -name: "コロンバール" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1720058568 {#6253 date: 2024-07-04 11:02:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6254 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6262 -id: 201 -name: "サヴァニャン" -hierarchy: 2 -sort_no: 216 -create_date: DateTime @1719885905 {#6260 date: 2024-07-02 11:05:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6261 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6269 -id: 375 -name: "サラミーノ" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1720743889 {#6267 date: 2024-07-12 09:24:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6268 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6276 -id: 263 -name: "ザンクト・ラウレント" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1719972077 {#6274 date: 2024-07-03 11:01:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6275 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6283 -id: 172 -name: "サンジョヴェーゼ" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1719882052 {#6281 date: 2024-07-02 10:00:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6282 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6290 -id: 144 -name: "サンソー" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1719876707 {#6288 date: 2024-07-02 08:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6289 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6297 -id: 229 -name: "サンソー・グルナッシュ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1719888048 {#6295 date: 2024-07-02 11:40:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6296 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6304 -id: 311 -name: "サンふじ" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1719978819 {#6302 date: 2024-07-03 12:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6303 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6311 -id: 323 -name: "シナノゴールド" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1720058257 {#6309 date: 2024-07-04 10:57:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6310 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6318 -id: 276 -name: "シナノスイート" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1719973560 {#6316 date: 2024-07-03 11:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6317 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6325 -id: 334 -name: "シャインマスカット" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1720060417 {#6323 date: 2024-07-04 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6324 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6332 -id: 127 -name: "シャスラ" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1719876037 {#6330 date: 2024-07-02 08:20:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6331 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6339 -id: 150 -name: "シュナン" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1719877153 {#6337 date: 2024-07-02 08:39:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6338 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6346 -id: 166 -name: "シュナンブラン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1719877973 {#6344 date: 2024-07-02 08:52:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6345 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6353 -id: 262 -name: "ショイレーベ" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1719971892 {#6351 date: 2024-07-03 10:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6352 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6360 -id: 120 -name: "シルヴァーナー" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1719875880 {#6358 date: 2024-07-02 08:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6359 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6367 -id: 128 -name: "シルヴァネール" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1719876056 {#6365 date: 2024-07-02 08:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6366 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6374 -id: 273 -name: "スチューベン" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1719973473 {#6372 date: 2024-07-03 11:24:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6373 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6381 -id: 176 -name: "スペルゴラ" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719882382 {#6379 date: 2024-07-02 10:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6380 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6388 -id: 302 -name: "セルヴァン" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719977234 {#6386 date: 2024-07-03 12:27:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6387 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6395 -id: 182 -name: "タイロッソ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719884095 {#6393 date: 2024-07-02 10:34:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6394 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6402 -id: 341 -name: "チェリー" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1720060908 {#6400 date: 2024-07-04 11:41:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6401 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6409 -id: 222 -name: "チャレロ" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719887602 {#6407 date: 2024-07-02 11:33:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6408 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6416 -id: 270 -name: "チリエジョーロ" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719973408 {#6414 date: 2024-07-03 11:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6415 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6423 -id: 123 -name: "ツヴァイゲルト" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719875939 {#6421 date: 2024-07-02 08:18:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6422 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6430 -id: 197 -name: "ティモラッソ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719885399 {#6428 date: 2024-07-02 10:56:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6429 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6437 -id: 203 -name: "デュレーザ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719885953 {#6435 date: 2024-07-02 11:05:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6436 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6444 -id: 272 -name: "デラウェア" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1719973467 {#6442 date: 2024-07-03 11:24:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6443 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6451 -id: 346 -name: "テンプラニーリョ" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1720061728 {#6449 date: 2024-07-04 11:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6450 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6458 -id: 192 -name: "トウリガ・ナショナル" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719885118 {#6456 date: 2024-07-02 10:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6457 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6465 -id: 239 -name: "ドゥレッラ" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1719889882 {#6463 date: 2024-07-02 12:11:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6464 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6472 -id: 157 -name: "ドミナ" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719877462 {#6470 date: 2024-07-02 08:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6471 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6479 -id: 194 -name: "トラミーナー" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719885364 {#6477 date: 2024-07-02 10:56:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6478 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6486 -id: 350 -name: "トラミネール・ アロマティコ" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1720063194 {#6484 date: 2024-07-04 12:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6485 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6493 -id: 188 -name: "ドルチェット" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719884714 {#6491 date: 2024-07-02 10:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6492 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6500 -id: 216 -name: "ドルンフェルダー" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719887414 {#6498 date: 2024-07-02 11:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6499 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6507 -id: 314 -name: "トレサール" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1720056732 {#6505 date: 2024-07-04 10:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6506 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6514 -id: 360 -name: "トレイシャドゥラ" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1720148973 {#6512 date: 2024-07-05 12:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6513 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6521 -id: 326 -name: "トレッビアーノ・トスカーノ" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1720058379 {#6519 date: 2024-07-04 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6520 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6528 -id: 307 -name: "トレッビアーノ" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719978546 {#6526 date: 2024-07-03 12:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6527 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6535 -id: 308 -name: "トレッビアーノ・モデネーゼ" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719978562 {#6533 date: 2024-07-03 12:49:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6534 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6542 -id: 330 -name: "ナイアガラ" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1720059921 {#6540 date: 2024-07-04 11:25:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6541 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6549 -id: 280 -name: "ネオマスカット" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719973661 {#6547 date: 2024-07-03 11:27:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6548 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6556 -id: 283 -name: "ネグレット" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719973987 {#6554 date: 2024-07-03 11:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6555 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6563 -id: 190 -name: "ネグロアマーロ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719884928 {#6561 date: 2024-07-02 10:48:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6562 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6570 -id: 154 -name: "ネレッロカプリッチョノチェーラ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719877196 {#6568 date: 2024-07-02 08:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6569 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6577 -id: 185 -name: "ネレッロ・マスカレーゼ" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719884420 {#6575 date: 2024-07-02 10:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6576 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6584 -id: 225 -name: "ネロ・ダーヴォラ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719887801 {#6582 date: 2024-07-02 11:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6583 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6591 -id: 309 -name: "パイス" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719978721 {#6589 date: 2024-07-03 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6590 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6598 -id: 339 -name: "パイナップル" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1720060899 {#6596 date: 2024-07-04 11:41:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6597 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6605 -id: 218 -name: "バッカス" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719887461 {#6603 date: 2024-07-02 11:31:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6604 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6612 -id: 184 -name: "バルベーラ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719884172 {#6610 date: 2024-07-02 10:36:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6611 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6619 -id: 223 -name: "パレリャーダ" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719887613 {#6617 date: 2024-07-02 11:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6618 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6626 -id: 335 -name: "パンパヌト" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1720060799 {#6624 date: 2024-07-04 11:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6625 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6633 -id: 200 -name: "ピノ・オーセロワ" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719885842 {#6631 date: 2024-07-02 11:04:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6632 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6640 -id: 191 -name: "ピノタージュ" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719884937 {#6638 date: 2024-07-02 10:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6639 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6647 -id: 208 -name: "ピノ・ドニス" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719886129 {#6645 date: 2024-07-02 11:08:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6646 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6654 -id: 233 -name: "ピノ・ネロ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719888251 {#6652 date: 2024-07-02 11:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6653 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6661 -id: 129 -name: "ピノ・ブラン" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719876065 {#6659 date: 2024-07-02 08:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6660 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6668 -id: 305 -name: "ピノ・ムニエ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719978105 {#6666 date: 2024-07-03 12:41:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6667 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6675 -id: 267 -name: "ピノ・マドレーヌ" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719972554 {#6673 date: 2024-07-03 11:09:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6674 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6682 -id: 347 -name: "プティヴェルド" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1720061737 {#6680 date: 2024-07-04 11:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6681 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6689 -id: 254 -name: "プティ・ジョーヌ" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719969352 {#6687 date: 2024-07-03 10:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6688 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6696 -id: 292 -name: "ブドウ" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719975056 {#6694 date: 2024-07-03 11:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6695 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6703 -id: 315 -name: "ブドン" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1720056737 {#6701 date: 2024-07-04 10:32:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6702 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6710 -id: 124 -name: "ブラウアー・ポルトギーザー" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719875952 {#6708 date: 2024-07-02 08:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6709 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6717 -id: 256 -name: "ブラウフレンキッシュ" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719969679 {#6715 date: 2024-07-03 10:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6716 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6724 -id: 293 -name: "フラン" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719975075 {#6722 date: 2024-07-03 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6723 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6731 -id: 181 -name: "フリウラーノ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719884077 {#6729 date: 2024-07-02 10:34:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6730 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6738 -id: 224 -name: "プリミティーヴォ" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719887790 {#6736 date: 2024-07-02 11:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6737 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6745 -id: 316 -name: "プリニョーロ・ジェンティーレ" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1720057441 {#6743 date: 2024-07-04 10:44:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6744 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6752 -id: 372 -name: "フレキャン・ラエ" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1720740248 {#6750 date: 2024-07-12 08:24:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6751 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6759 -id: 371 -name: "フレキャン・ルージュ" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1720740228 {#6757 date: 2024-07-12 08:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6758 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6766 -id: 301 -name: "プロカニコ" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719975761 {#6764 date: 2024-07-03 12:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6765 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6773 -id: 294 -name: "プティマンサン" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719975104 {#6771 date: 2024-07-03 11:51:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6772 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6780 -id: 132 -name: "プリェビラン" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719876142 {#6778 date: 2024-07-02 08:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6779 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6787 -id: 237 -name: "フレカン" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719888723 {#6785 date: 2024-07-02 11:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6786 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6794 -id: 179 -name: "ペコリーノ" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719883162 {#6792 date: 2024-07-02 10:19:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6793 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6801 -id: 255 -name: "ベダン" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719969395 {#6799 date: 2024-07-03 10:16:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6800 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6808 -id: 343 -name: "ペセツカ・レアンカ" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1720061486 {#6806 date: 2024-07-04 11:51:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6807 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6815 -id: 202 -name: "ベルジュロン" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719885915 {#6813 date: 2024-07-02 11:05:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6814 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6822 -id: 336 -name: "ボンビーノ・ビアンコ" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1720060843 {#6820 date: 2024-07-04 11:40:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6821 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6829 -id: 134 -name: "マカブー" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719876168 {#6827 date: 2024-07-02 08:22:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6828 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6830 …} -Children: Doctrine\ORM\PersistentCollection {#6833 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6836 -id: 221 -name: "マカベオ" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719887595 {#6834 date: 2024-07-02 11:33:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6835 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6843 -id: 268 -name: "マスカット" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719972748 {#6841 date: 2024-07-03 11:12:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6842 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6850 -id: 122 -name: "マスカット・オットネル" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719875915 {#6848 date: 2024-07-02 08:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6849 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6857 -id: 295 -name: "マスカットベリーA" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719975202 {#6855 date: 2024-07-03 11:53:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6856 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6864 -id: 236 -name: "マリー・メナール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719888712 {#6862 date: 2024-07-02 11:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6863 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6871 -id: 332 -name: "マルヴァジーア トスカーナ" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1720060031 {#6869 date: 2024-07-04 11:27:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6870 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6878 -id: 331 -name: "マルヴァジーア ディ カンディア" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1720060022 {#6876 date: 2024-07-04 11:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6877 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6885 -id: 291 -name: "マルヴァジーア" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719974662 {#6883 date: 2024-07-03 11:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6884 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6892 -id: 205 -name: "マルサンヌ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719885978 {#6890 date: 2024-07-02 11:06:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6891 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6899 -id: 173 -name: "マルツェミーノ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719882080 {#6897 date: 2024-07-02 10:01:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6898 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6906 -id: 284 -name: "マルベック" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1719974017 {#6904 date: 2024-07-03 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6905 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6913 -id: 174 -name: "マルボ・ジェンティーレ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1719882093 {#6911 date: 2024-07-02 10:01:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6912 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6914 …} -Children: Doctrine\ORM\PersistentCollection {#6917 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6920 -id: 152 -name: "ミュスカ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719877167 {#6918 date: 2024-07-02 08:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6919 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6927 -id: 247 -name: "ミュスカ・オットネル" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719890290 {#6925 date: 2024-07-02 12:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6926 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6934 -id: 207 -name: "ミュスカブルー" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719886092 {#6932 date: 2024-07-02 11:08:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6933 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6941 -id: 377 -name: "ミュスカデ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1721001824 {#6939 date: 2024-07-15 09:03:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6940 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6948 -id: 115 -name: "ミュスカデティグランブラン" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719546324 {#6946 date: 2024-06-28 12:45:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6947 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6955 -id: 241 -name: "ミュスカデル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719889941 {#6953 date: 2024-07-02 12:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6954 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6962 -id: 281 -name: "ミュスカ・プティ・グラン" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719973782 {#6960 date: 2024-07-03 11:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6961 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6969 -id: 116 -name: "ミュスカロゼ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719546329 {#6967 date: 2024-06-28 12:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6968 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6976 -id: 155 -name: "ミュラー・トゥルガウ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719877430 {#6974 date: 2024-07-02 08:43:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6975 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6983 -id: 210 -name: "ムールヴェードル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719886207 {#6981 date: 2024-07-02 11:10:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6982 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6990 -id: 159 -name: "ムスカテラー" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719877605 {#6988 date: 2024-07-02 08:46:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6989 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6997 -id: 312 -name: "ムニエ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719979363 {#6995 date: 2024-07-03 13:02:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6996 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7004 -id: 344 -name: "モスカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1720061518 {#7002 date: 2024-07-04 11:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7003 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7011 -id: 195 -name: "モスカート・ジャッロ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719885376 {#7009 date: 2024-07-02 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7010 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7012 …} -Children: Doctrine\ORM\PersistentCollection {#7015 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7018 -id: 260 -name: "モスカート・セッコ" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719971568 {#7016 date: 2024-07-03 10:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7017 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7025 -id: 337 -name: "モスカート・レアレ" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1720060853 {#7023 date: 2024-07-04 11:40:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7024 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7032 -id: 219 -name: "モスカテル" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719887528 {#7030 date: 2024-07-02 11:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7031 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7039 -id: 353 -name: "モスカテル・ガレゴ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1720063500 {#7037 date: 2024-07-04 12:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7038 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7046 -id: 189 -name: "モステカル・ガレゴ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1719884727 {#7044 date: 2024-07-02 10:45:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7045 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7053 -id: 230 -name: "モリヨン(シャルドネ)" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719888102 {#7051 date: 2024-07-02 11:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7052 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7060 -id: 138 -name: "モンドゥーズ" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719876214 {#7058 date: 2024-07-02 08:23:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7059 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7067 -id: 209 -name: "ユニブラン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719886147 {#7065 date: 2024-07-02 11:09:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7066 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7074 -id: 231 -name: "ユニ・ブラン" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719888191 {#7072 date: 2024-07-02 11:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7073 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7081 -id: 329 -name: "ラ・フランス" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1720059758 {#7079 date: 2024-07-04 11:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7080 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7088 -id: 348 -name: "ラポーゾ" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1720061783 {#7086 date: 2024-07-04 11:56:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7087 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7095 -id: 257 -name: "ランブルスコ・マエストリ" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719970855 {#7093 date: 2024-07-03 10:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7094 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7102 -id: 246 -name: "ランブルスコ・マラーニ" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719890237 {#7100 date: 2024-07-02 12:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7101 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7109 -id: 248 -name: "ランブルスコ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719890501 {#7107 date: 2024-07-02 12:21:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7108 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7116 -id: 175 -name: "ランブルスコ・サラミーノ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719882112 {#7114 date: 2024-07-02 10:01:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7115 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7123 -id: 274 -name: "リンゴ秋陽" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719973543 {#7121 date: 2024-07-03 11:25:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7122 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7130 -id: 252 -name: "リンゴ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1719969306 {#7128 date: 2024-07-03 10:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7129 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7137 -id: 149 -name: "ルーサンヌ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719877141 {#7135 date: 2024-07-02 08:39:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7136 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7144 -id: 234 -name: "ルジェ・ド・ドール" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719888687 {#7142 date: 2024-07-02 11:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7143 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7151 -id: 147 -name: "ルドネールプリュ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719876732 {#7149 date: 2024-07-02 08:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7150 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7158 -id: 121 -name: "レースラー等ブレンド" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719875897 {#7156 date: 2024-07-02 08:18:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7157 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7165 -id: 228 -name: "ロアンドゥルイユ(ガイヤック)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719888020 {#7163 date: 2024-07-02 11:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7164 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7172 -id: 362 -name: "ロウレイロ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1720149014 {#7170 date: 2024-07-05 12:10:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7171 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7179 -id: 235 -name: "ロカール・ヴェール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719888701 {#7177 date: 2024-07-02 11:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7178 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7186 -id: 148 -name: "ロール" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719877132 {#7184 date: 2024-07-02 08:38:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7185 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7193 -id: 193 -name: "ローロット" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719885353 {#7191 date: 2024-07-02 10:55:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7192 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7200 -id: 289 -name: "ロンディネッラ" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1719974400 {#7198 date: 2024-07-03 11:40:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7199 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7207 -id: 349 -name: "天城の滴" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1720063016 {#7205 date: 2024-07-04 12:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7206 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7214 -id: 275 -name: "王林" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719973552 {#7212 date: 2024-07-03 11:25:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7213 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7221 -id: 322 -name: "紅玉" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1720058242 {#7219 date: 2024-07-04 10:57:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7220 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7228 -id: 279 -name: "巨峰" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1719973651 {#7226 date: 2024-07-03 11:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7227 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7235 -id: 277 -name: "甲州" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719973578 {#7233 date: 2024-07-03 11:26:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7234 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7242 -id: 340 -name: "蜂蜜" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1720060904 {#7240 date: 2024-07-04 11:41:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7241 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7249 -id: 296 -name: "山幸" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719975221 {#7247 date: 2024-07-03 11:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7248 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7256 -id: 363 -name: "その他" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1720151719 {#7254 date: 2024-07-05 12:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7255 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7263 -id: 8 -name: "ワイン" -hierarchy: 1 -sort_no: 282 -create_date: DateTime @1700801589 {#5727 date: 2023-11-24 13:53:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5726 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7268 -id: 10 -name: "赤ワイン" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1700801678 {#7261 date: 2023-11-24 13:54:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7262 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7269 …} -Children: Doctrine\ORM\PersistentCollection {#7272 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7277 -id: 13 -name: "白ワイン" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1700812377 {#7275 date: 2023-11-24 16:52:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7276 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7284 -id: 14 -name: "スパークリングワイン" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1708318141 {#7282 date: 2024-02-19 13:49:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7283 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7291 -id: 15 -name: "ロゼワイン" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1708318145 {#7289 date: 2024-02-19 13:49:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7290 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7298 -id: 16 -name: "オレンジワイン" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1708318149 {#7296 date: 2024-02-19 13:49:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7297 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7305 -id: 356 -name: "シードル" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1720065046 {#7303 date: 2024-07-04 12:50:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7304 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7312 -id: 355 -name: "泡" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1720064649 {#7310 date: 2024-07-04 12:44:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7311 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7319 -id: 17 -name: "微発泡" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1708318153 {#7317 date: 2024-02-19 13:49:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7318 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7326 -id: 357 -name: "その他" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1720065083 {#7324 date: 2024-07-04 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7325 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7331 -id: 19 -name: "シーン別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1719370847 {#7273 date: 2024-06-26 12:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7274 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7332 …} -Children: Doctrine\ORM\PersistentCollection {#7335 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7340 -id: 20 -name: "値段" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1719370854 {#7336 date: 2024-06-26 12:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7337 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7345 -id: 382 -name: "¥1,000 - ¥2,000" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1745113183 {#7338 date: 2025-04-20 10:39:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7339 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7346 …} -Children: Doctrine\ORM\PersistentCollection {#7349 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7354 -id: 383 -name: "¥2,000 - ¥3,000" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1745113187 {#7352 date: 2025-04-20 10:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7353 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7361 -id: 384 -name: "¥3,000 - ¥4,000" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1745113192 {#7359 date: 2025-04-20 10:39:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7360 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7368 -id: 385 -name: "¥4,000 - ¥5,000" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1745113196 {#7366 date: 2025-04-20 10:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7367 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7375 -id: 386 -name: "¥5,000 - ¥6,000" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1745113199 {#7373 date: 2025-04-20 10:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7374 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7382 -id: 387 -name: "¥6,000 - ¥7,000" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1745113202 {#7380 date: 2025-04-20 10:40:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7381 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7389 -id: 388 -name: "¥7,000 -" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1745113214 {#7387 date: 2025-04-20 10:40:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7388 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7394 -id: 7 -name: "サブスク" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1694649056 {#7350 date: 2023-09-14 08:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7351 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7395 …} -Children: Doctrine\ORM\PersistentCollection {#7398 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } ] |
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 {#4791 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4839 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4838 -om: ContainerXNM9NrK\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#586 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4785 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#4970 -id: 21 -name: "国" -hierarchy: 1 -sort_no: 320 -create_date: DateTime @1719463670 {#4967 date: 2024-06-27 13:47:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#4965 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#5213 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5212 -id: 91 -name: "フランス" -hierarchy: 2 -sort_no: 319 -create_date: DateTime @1719464935 {#4963 date: 2024-06-27 14:08:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#4961 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5207 -id: 12 -name: "アルザス" -hierarchy: 3 -sort_no: 301 -create_date: DateTime @1700808645 {#4959 date: 2023-11-24 15:50:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#4935 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5196 -id: 28 -name: "サヴォワ" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1719463757 {#5198 date: 2024-06-27 13:49:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5197 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5195 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5189 -id: 59 -name: "シャンパーニュ" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1719464094 {#5191 date: 2024-06-27 13:54:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5190 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5185 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#4954 -id: 52 -name: "ジュラ" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1719463979 {#5184 date: 2024-06-27 13:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5183 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4958 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5174 -id: 60 -name: "ノルマンディー" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1719464102 {#5171 date: 2024-06-27 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5173 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5181 -id: 31 -name: "ブルゴーニュ" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1719463776 {#5179 date: 2024-06-27 13:49:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5180 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5182 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5221 -id: 370 -name: "ブルターニュ" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1720739466 {#5219 date: 2024-07-12 08:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5220 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5228 -id: 34 -name: "プロヴァンス" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1719463800 {#5226 date: 2024-06-27 13:50:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5227 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5235 -id: 81 -name: "ペイドック" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1719464483 {#5233 date: 2024-06-27 14:01:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5234 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5242 -id: 26 -name: "ボジョレー" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1719463739 {#5240 date: 2024-06-27 13:48:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5241 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5249 -id: 54 -name: "ボルドー" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1719463991 {#5247 date: 2024-06-27 13:53:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5248 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5256 -id: 39 -name: "ラングドック" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1719463838 {#5254 date: 2024-06-27 13:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5255 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5263 -id: 27 -name: "ルーション" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1719463751 {#5261 date: 2024-06-27 13:49:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5262 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5270 -id: 29 -name: "ローヌ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1719463764 {#5268 date: 2024-06-27 13:49:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5269 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5277 -id: 32 -name: "ロワール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1719463784 {#5275 date: 2024-06-27 13:49:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5276 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5284 -id: 30 -name: "南ローヌ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1719463770 {#5282 date: 2024-06-27 13:49:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5283 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5291 -id: 98 -name: "イタリア" -hierarchy: 2 -sort_no: 318 -create_date: DateTime @1719464987 {#5201 date: 2024-06-27 14:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5202 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5296 -id: 43 -name: "アブルッツォ" -hierarchy: 3 -sort_no: 303 -create_date: DateTime @1719463887 {#5289 date: 2024-06-27 13:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5290 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5305 -id: 25 -name: "ヴァッレダオスタ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1719463731 {#5303 date: 2024-06-27 13:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5304 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5312 -id: 44 -name: "ヴェネト" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1719463897 {#5310 date: 2024-06-27 13:51:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5311 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5319 -id: 42 -name: "エミリア・ロマーニャ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1719463873 {#5317 date: 2024-06-27 13:51:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5318 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5326 -id: 82 -name: "カンパーニア" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1719464518 {#5324 date: 2024-06-27 14:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5325 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5333 -id: 35 -name: "シチリア" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1719463807 {#5331 date: 2024-06-27 13:50:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5332 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5340 -id: 50 -name: "トスカーナ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1719463957 {#5338 date: 2024-06-27 13:52:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5339 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5347 -id: 45 -name: "ピエモンテ" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1719463902 {#5345 date: 2024-06-27 13:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5346 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5354 -id: 57 -name: "プーリア" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1719464039 {#5352 date: 2024-06-27 13:53:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5353 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5361 -id: 379 -name: "フリウリ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1721097341 {#5359 date: 2024-07-16 11:35:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5360 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5368 -id: 41 -name: "マルケ" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1719463866 {#5366 date: 2024-06-27 13:51:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5367 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5375 -id: 70 -name: "ラツィオ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1719464309 {#5373 date: 2024-06-27 13:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5374 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5382 -id: 67 -name: "ラティオ" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1719464203 {#5380 date: 2024-06-27 13:56:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5381 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5389 -id: 80 -name: "リグーリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1719464442 {#5387 date: 2024-06-27 14:00:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5388 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5396 -id: 62 -name: "ロンバルディア" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1719464139 {#5394 date: 2024-06-27 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5395 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5403 -id: 99 -name: "スペイン" -hierarchy: 2 -sort_no: 317 -create_date: DateTime @1719464997 {#5301 date: 2024-06-27 14:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5302 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5408 -id: 376 -name: "カタルーニャ" -hierarchy: 3 -sort_no: 302 -create_date: DateTime @1720751693 {#5401 date: 2024-07-12 11:34:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5402 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5417 -id: 63 -name: "タラゴナ" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1719464144 {#5415 date: 2024-06-27 13:55:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5416 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5424 -id: 90 -name: "トウロ" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1719464835 {#5422 date: 2024-06-27 14:07:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5423 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5431 -id: 40 -name: "ペネデス" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1719463858 {#5429 date: 2024-06-27 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5430 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5438 -id: 94 -name: "ドイツ" -hierarchy: 2 -sort_no: 316 -create_date: DateTime @1719464956 {#5200 date: 2024-06-27 14:09:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5199 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5443 -id: 38 -name: "バーデン" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1719463824 {#5436 date: 2024-06-27 13:50:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5437 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5452 -id: 37 -name: "フランケン" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1719463818 {#5450 date: 2024-06-27 13:50:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5451 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5459 -id: 36 -name: "モーゼル" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1719463812 {#5457 date: 2024-06-27 13:50:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5458 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5466 -id: 24 -name: "ラインヘッセン" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1719463721 {#5464 date: 2024-06-27 13:48:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5465 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5473 -id: 92 -name: "ポルトガル" -hierarchy: 2 -sort_no: 315 -create_date: DateTime @1719464946 {#5414 date: 2024-06-27 14:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5413 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5478 -id: 365 -name: "ドウロ" -hierarchy: 3 -sort_no: 299 -create_date: DateTime @1720584707 {#5471 date: 2024-07-10 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5472 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5487 -id: 22 -name: "ミーニョ" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1719463708 {#5485 date: 2024-06-27 13:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5486 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5494 -id: 96 -name: "オーストリア" -hierarchy: 2 -sort_no: 314 -create_date: DateTime @1719464969 {#5449 date: 2024-06-27 14:09:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5448 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5499 -id: 49 -name: "イーヅードラーゼー" -hierarchy: 3 -sort_no: 300 -create_date: DateTime @1719463948 {#5492 date: 2024-06-27 13:52:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5493 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5508 -id: 23 -name: "カンプタール" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1719463715 {#5506 date: 2024-06-27 13:48:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5507 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5515 -id: 58 -name: "ズュートシュタイヤーマルク" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1719464055 {#5513 date: 2024-06-27 13:54:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5514 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5522 -id: 64 -name: "ノイジードラーゼ" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1719464149 {#5520 date: 2024-06-27 13:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5521 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5529 -id: 72 -name: "ブルゲンラント" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1719464341 {#5527 date: 2024-06-27 13:59:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5528 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5536 -id: 366 -name: "南オーストリア" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1720585471 {#5534 date: 2024-07-10 13:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5535 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5543 -id: 368 -name: "チェコ" -hierarchy: 2 -sort_no: 313 -create_date: DateTime @1720587315 {#5484 date: 2024-07-10 13:55:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5483 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5548 -id: 48 -name: "モラヴィア" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1719463931 {#5541 date: 2024-06-27 13:52:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5542 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5557 -id: 367 -name: "ハンガリー" -hierarchy: 2 -sort_no: 312 -create_date: DateTime @1720587144 {#5553 date: 2024-07-10 13:52:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5554 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5562 -id: 47 -name: "バラトン" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1719463923 {#5555 date: 2024-06-27 13:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5556 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5557} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5571 -id: 100 -name: "スロバキア" -hierarchy: 2 -sort_no: 311 -create_date: DateTime @1719465012 {#5567 date: 2024-06-27 14:10:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5568 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5576 -id: 61 -name: "南スロバキア" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1719464110 {#5569 date: 2024-06-27 13:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5570 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5585 -id: 369 -name: "チリ" -hierarchy: 2 -sort_no: 310 -create_date: DateTime @1720662758 {#5581 date: 2024-07-11 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5582 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5590 -id: 56 -name: "クリコ・ヴァレー" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1719464019 {#5583 date: 2024-06-27 13:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5584 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5591 …} -Children: Doctrine\ORM\PersistentCollection {#5594 …} -Parent: Eccube\Entity\Category {#5585} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5597 -id: 374 -name: "ウルグアイ" -hierarchy: 2 -sort_no: 309 -create_date: DateTime @1720743507 {#5595 date: 2024-07-12 09:18:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5596 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5604 -id: 93 -name: "オーストリア" -hierarchy: 2 -sort_no: 308 -create_date: DateTime @1719464952 {#5602 date: 2024-06-27 14:09:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5603 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5611 -id: 95 -name: "ニュージーランド" -hierarchy: 2 -sort_no: 307 -create_date: DateTime @1719464961 {#5609 date: 2024-06-27 14:09:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5610 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5620 -id: 101 -name: "南アフリカ" -hierarchy: 2 -sort_no: 306 -create_date: DateTime @1719465021 {#5616 date: 2024-06-27 14:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5617 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5625 -id: 46 -name: "スワートランド" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1719463914 {#5618 date: 2024-06-27 13:51:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5619 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5634 -id: 102 -name: "日本" -hierarchy: 2 -sort_no: 305 -create_date: DateTime @1719542019 {#5630 date: 2024-06-28 11:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5631 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5639 -id: 105 -name: "北海道" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1719542189 {#5632 date: 2024-06-28 11:36:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5633 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5648 -id: 112 -name: "岩手県" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1719542278 {#5646 date: 2024-06-28 11:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5647 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5655 -id: 103 -name: "山形県" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1719542160 {#5653 date: 2024-06-28 11:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5654 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5662 -id: 110 -name: "宮城県" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1719542246 {#5660 date: 2024-06-28 11:37:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5661 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5669 -id: 104 -name: "新潟県" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1719542176 {#5667 date: 2024-06-28 11:36:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5668 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5676 -id: 106 -name: "長野県" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1719542204 {#5674 date: 2024-06-28 11:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5675 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5677 …} -Children: Doctrine\ORM\PersistentCollection {#5680 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5683 -id: 109 -name: "栃木県" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1719542224 {#5681 date: 2024-06-28 11:37:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5682 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5690 -id: 111 -name: "滋賀県" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1719542261 {#5688 date: 2024-06-28 11:37:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5689 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5697 -id: 107 -name: "徳島県" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1719542208 {#5695 date: 2024-06-28 11:36:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5696 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5704 -id: 108 -name: "福岡県" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1719542214 {#5702 date: 2024-06-28 11:36:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5703 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5505 -id: 11 -name: "産地" -hierarchy: 1 -sort_no: 304 -create_date: DateTime @1700808638 {#5645 date: 2023-11-24 15:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5644 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5504 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5716 -id: 18 -name: "品種" -hierarchy: 1 -sort_no: 298 -create_date: DateTime @1719370839 {#5712 date: 2024-06-26 12:00:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5713 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5721 -id: 282 -name: "カベルネ・ソーヴィニヨン" -hierarchy: 2 -sort_no: 297 -create_date: DateTime @1719973941 {#5714 date: 2024-07-03 11:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5715 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5730 -id: 180 -name: "メルロー" -hierarchy: 2 -sort_no: 296 -create_date: DateTime @1719883271 {#5728 date: 2024-07-02 10:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5729 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5737 -id: 117 -name: "ピノ・ノワール" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1719546380 {#5735 date: 2024-06-28 12:46:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5736 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5744 -id: 145 -name: "シラー" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1719876715 {#5742 date: 2024-07-02 08:31:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5743 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5751 -id: 163 -name: "シャルドネ" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1719877913 {#5749 date: 2024-07-02 08:51:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5750 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5758 -id: 139 -name: "ソーヴィニヨン・ブラン" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1719876242 {#5756 date: 2024-07-02 08:24:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5757 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5765 -id: 114 -name: "リースリング" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1719546314 {#5763 date: 2024-06-28 12:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5764 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5772 -id: 118 -name: "ピノ・グリ" -hierarchy: 2 -sort_no: 290 -create_date: DateTime @1719546393 {#5770 date: 2024-06-28 12:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5771 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5779 -id: 212 -name: "カベルネ・フラン" -hierarchy: 2 -sort_no: 289 -create_date: DateTime @1719887215 {#5777 date: 2024-07-02 11:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5778 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5786 -id: 242 -name: "セミヨン" -hierarchy: 2 -sort_no: 288 -create_date: DateTime @1719889951 {#5784 date: 2024-07-02 12:12:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5785 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5793 -id: 389 -name: "カベルネ" -hierarchy: 2 -sort_no: 287 -create_date: DateTime @1745500616 {#5791 date: 2025-04-24 22:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5792 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5800 -id: 359 -name: "アザル" -hierarchy: 2 -sort_no: 286 -create_date: DateTime @1720148966 {#5798 date: 2024-07-05 12:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5799 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5807 -id: 211 -name: "アラモン" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1719887184 {#5805 date: 2024-07-02 11:26:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5806 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5814 -id: 303 -name: "アリアーニコ" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1719977302 {#5812 date: 2024-07-03 12:28:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5813 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5821 -id: 358 -name: "アリント" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1720148953 {#5819 date: 2024-07-05 12:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5820 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5828 -id: 361 -name: "アルヴァリーニョ" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1720149002 {#5826 date: 2024-07-05 12:10:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5827 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5835 -id: 253 -name: "アルジル・グリーズ" -hierarchy: 2 -sort_no: 277 -create_date: DateTime @1719969329 {#5833 date: 2024-07-03 10:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5834 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5842 -id: 187 -name: "アルネイズ" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1719884699 {#5840 date: 2024-07-02 10:44:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5841 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5849 -id: 333 -name: "アルバーナ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1720060058 {#5847 date: 2024-07-04 11:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5848 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5856 -id: 271 -name: "アレアーティコ" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1719973415 {#5854 date: 2024-07-03 11:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5855 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5863 -id: 264 -name: "アロマティーナ" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1719972465 {#5861 date: 2024-07-03 11:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5862 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5870 -id: 352 -name: "アンソニカ" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1720063443 {#5868 date: 2024-07-04 12:24:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5869 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5877 -id: 215 -name: "ヴァイスブルグンダー" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1719887383 {#5875 date: 2024-07-02 11:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5876 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5884 -id: 217 -name: "ヴアイスブルグンダー" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1719887425 {#5882 date: 2024-07-02 11:30:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5883 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5891 -id: 251 -name: "ヴィエイユ・マルゲリータ" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1719968411 {#5889 date: 2024-07-03 10:00:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5890 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5898 -id: 204 -name: "ヴィオニエ" -hierarchy: 2 -sort_no: 268 -create_date: DateTime @1719885968 {#5896 date: 2024-07-02 11:06:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5897 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5905 -id: 328 -name: "ヴィナッチャ" -hierarchy: 2 -sort_no: 267 -create_date: DateTime @1720059613 {#5903 date: 2024-07-04 11:20:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5904 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5912 -id: 186 -name: "ヴェイスパイオーラ" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1719884430 {#5910 date: 2024-07-02 10:40:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5911 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5919 -id: 298 -name: "ヴェオニエ" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1719975286 {#5917 date: 2024-07-03 11:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5918 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5926 -id: 119 -name: "ヴェルシュリースリング" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1719546432 {#5924 date: 2024-06-28 12:47:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5925 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5933 -id: 351 -name: "ヴェルデア" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1720063398 {#5931 date: 2024-07-04 12:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5932 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5940 -id: 198 -name: "ヴェルナッチャ" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1719885448 {#5938 date: 2024-07-02 10:57:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5939 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5947 -id: 266 -name: "ヴェルディッキオ" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1719972482 {#5945 date: 2024-07-03 11:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5946 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5954 -id: 320 -name: "ヴェルデレー" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1720058169 {#5952 date: 2024-07-04 10:56:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5953 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5961 -id: 227 -name: "ヴェルメンティーノ" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1719888008 {#5959 date: 2024-07-02 11:40:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5960 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5968 -id: 220 -name: "ヴレラ" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1719887581 {#5966 date: 2024-07-02 11:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5967 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5975 -id: 243 -name: "エジオドラ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1719890093 {#5973 date: 2024-07-02 12:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5974 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5982 -id: 278 -name: "オーガニックアップル" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1719973644 {#5980 date: 2024-07-03 11:27:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5981 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5983 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5989 -id: 131 -name: "オーセロワ" -hierarchy: 2 -sort_no: 255 -create_date: DateTime @1719876111 {#5987 date: 2024-07-02 08:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5988 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#5996 -id: 286 -name: "オルボワ" -hierarchy: 2 -sort_no: 254 -create_date: DateTime @1719974206 {#5994 date: 2024-07-03 11:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5995 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6003 -id: 306 -name: "カイナオーロ" -hierarchy: 2 -sort_no: 253 -create_date: DateTime @1719978492 {#6001 date: 2024-07-03 12:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6002 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6010 -id: 310 -name: "カタラット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1719978751 {#6008 date: 2024-07-03 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6009 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6017 -id: 324 -name: "カナイオーロ" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1720058316 {#6015 date: 2024-07-04 10:58:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6016 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6024 -id: 133 -name: "ガメイ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1719876152 {#6022 date: 2024-07-02 08:22:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6023 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6031 -id: 206 -name: "ガメイ・ヴィアラ" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1719886071 {#6029 date: 2024-07-02 11:07:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6030 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6038 -id: 378 -name: "ガメイ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1721095071 {#6036 date: 2024-07-16 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6037 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6045 -id: 317 -name: "ガメィ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1720057511 {#6043 date: 2024-07-04 10:45:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6044 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6052 -id: 136 -name: "ガメイ・ド・サヴォワ" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1719876196 {#6050 date: 2024-07-02 08:23:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6051 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6059 -id: 137 -name: "ガメイ・ド・ボジョレー" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1719876203 {#6057 date: 2024-07-02 08:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6058 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6066 -id: 143 -name: "カリニャン" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1719876699 {#6064 date: 2024-07-02 08:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6065 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6073 -id: 183 -name: "ガルガーネガ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1719884108 {#6071 date: 2024-07-02 10:35:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6072 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6080 -id: 304 -name: "ガルナッチャ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1719978051 {#6078 date: 2024-07-03 12:40:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6079 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6087 -id: 249 -name: "ギルビック" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1719968388 {#6085 date: 2024-07-03 09:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6086 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6094 -id: 250 -name: "キャクス" -hierarchy: 2 -sort_no: 240 -create_date: DateTime @1719968401 {#6092 date: 2024-07-03 10:00:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6093 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6101 -id: 313 -name: "キャリソン" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1720056723 {#6099 date: 2024-07-04 10:32:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6100 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6108 -id: 258 -name: "グラスパロッサ" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1719971167 {#6106 date: 2024-07-03 10:46:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6107 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6115 -id: 342 -name: "クラフトミードサワー" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1720060914 {#6113 date: 2024-07-04 11:41:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6114 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6122 -id: 214 -name: "グリューナー・ヴェルトリーナー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1719887374 {#6120 date: 2024-07-02 11:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6121 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6129 -id: 146 -name: "グルナッシュ" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1719876722 {#6127 date: 2024-07-02 08:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6128 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6136 -id: 135 -name: "グルナッシュ・グリ" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1719876180 {#6134 date: 2024-07-02 08:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6135 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6143 -id: 140 -name: "グルナッシュ・ノワール" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1719876269 {#6141 date: 2024-07-02 08:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6142 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6150 -id: 168 -name: "グルナッシュ・ブラン" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1719880604 {#6148 date: 2024-07-02 09:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6149 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6157 -id: 318 -name: "グレケット" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1720057837 {#6155 date: 2024-07-04 10:50:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6156 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6164 -id: 232 -name: "グレラ" -hierarchy: 2 -sort_no: 230 -create_date: DateTime @1719888218 {#6162 date: 2024-07-02 11:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6163 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6171 -id: 151 -name: "クレレット" -hierarchy: 2 -sort_no: 229 -create_date: DateTime @1719877159 {#6169 date: 2024-07-02 08:39:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6170 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6178 -id: 297 -name: "グロマンサン" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1719975267 {#6176 date: 2024-07-03 11:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6177 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6185 -id: 142 -name: "グロロー" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1719876356 {#6183 date: 2024-07-02 08:25:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6184 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6192 -id: 167 -name: "グロローグリ" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1719877979 {#6190 date: 2024-07-02 08:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6191 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6199 -id: 113 -name: "ゲヴュルツトラミネール" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1719546304 {#6197 date: 2024-06-28 12:45:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6198 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6206 -id: 126 -name: "ゲルバー・ムスカテラー" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1719875994 {#6204 date: 2024-07-02 08:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6205 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6213 -id: 141 -name: "コー" -hierarchy: 2 -sort_no: 223 -create_date: DateTime @1719876350 {#6211 date: 2024-07-02 08:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6212 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6220 -id: 285 -name: "コット" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1719974062 {#6218 date: 2024-07-03 11:34:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6219 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6227 -id: 196 -name: "コルテーゼ" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1719885390 {#6225 date: 2024-07-02 10:56:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6226 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6234 -id: 325 -name: "コロリーノ" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1720058327 {#6232 date: 2024-07-04 10:58:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6233 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6241 -id: 287 -name: "コルヴィーナ" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1719974331 {#6239 date: 2024-07-03 11:38:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6240 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6248 -id: 288 -name: "コルヴィノーネ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1719974388 {#6246 date: 2024-07-03 11:39:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6247 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6255 -id: 327 -name: "コロンバール" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1720058568 {#6253 date: 2024-07-04 11:02:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6254 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6262 -id: 201 -name: "サヴァニャン" -hierarchy: 2 -sort_no: 216 -create_date: DateTime @1719885905 {#6260 date: 2024-07-02 11:05:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6261 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6269 -id: 375 -name: "サラミーノ" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1720743889 {#6267 date: 2024-07-12 09:24:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6268 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6276 -id: 263 -name: "ザンクト・ラウレント" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1719972077 {#6274 date: 2024-07-03 11:01:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6275 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6283 -id: 172 -name: "サンジョヴェーゼ" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1719882052 {#6281 date: 2024-07-02 10:00:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6282 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6290 -id: 144 -name: "サンソー" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1719876707 {#6288 date: 2024-07-02 08:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6289 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6297 -id: 229 -name: "サンソー・グルナッシュ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1719888048 {#6295 date: 2024-07-02 11:40:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6296 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6304 -id: 311 -name: "サンふじ" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1719978819 {#6302 date: 2024-07-03 12:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6303 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6311 -id: 323 -name: "シナノゴールド" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1720058257 {#6309 date: 2024-07-04 10:57:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6310 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6318 -id: 276 -name: "シナノスイート" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1719973560 {#6316 date: 2024-07-03 11:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6317 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6325 -id: 334 -name: "シャインマスカット" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1720060417 {#6323 date: 2024-07-04 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6324 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6332 -id: 127 -name: "シャスラ" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1719876037 {#6330 date: 2024-07-02 08:20:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6331 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6339 -id: 150 -name: "シュナン" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1719877153 {#6337 date: 2024-07-02 08:39:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6338 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6346 -id: 166 -name: "シュナンブラン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1719877973 {#6344 date: 2024-07-02 08:52:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6345 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6353 -id: 262 -name: "ショイレーベ" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1719971892 {#6351 date: 2024-07-03 10:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6352 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6360 -id: 120 -name: "シルヴァーナー" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1719875880 {#6358 date: 2024-07-02 08:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6359 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6367 -id: 128 -name: "シルヴァネール" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1719876056 {#6365 date: 2024-07-02 08:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6366 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6374 -id: 273 -name: "スチューベン" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1719973473 {#6372 date: 2024-07-03 11:24:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6373 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6381 -id: 176 -name: "スペルゴラ" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719882382 {#6379 date: 2024-07-02 10:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6380 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6388 -id: 302 -name: "セルヴァン" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719977234 {#6386 date: 2024-07-03 12:27:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6387 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6395 -id: 182 -name: "タイロッソ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719884095 {#6393 date: 2024-07-02 10:34:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6394 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6402 -id: 341 -name: "チェリー" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1720060908 {#6400 date: 2024-07-04 11:41:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6401 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6409 -id: 222 -name: "チャレロ" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719887602 {#6407 date: 2024-07-02 11:33:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6408 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6416 -id: 270 -name: "チリエジョーロ" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719973408 {#6414 date: 2024-07-03 11:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6415 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6423 -id: 123 -name: "ツヴァイゲルト" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719875939 {#6421 date: 2024-07-02 08:18:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6422 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6430 -id: 197 -name: "ティモラッソ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719885399 {#6428 date: 2024-07-02 10:56:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6429 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6437 -id: 203 -name: "デュレーザ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719885953 {#6435 date: 2024-07-02 11:05:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6436 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6444 -id: 272 -name: "デラウェア" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1719973467 {#6442 date: 2024-07-03 11:24:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6443 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6451 -id: 346 -name: "テンプラニーリョ" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1720061728 {#6449 date: 2024-07-04 11:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6450 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6458 -id: 192 -name: "トウリガ・ナショナル" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719885118 {#6456 date: 2024-07-02 10:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6457 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6465 -id: 239 -name: "ドゥレッラ" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1719889882 {#6463 date: 2024-07-02 12:11:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6464 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6472 -id: 157 -name: "ドミナ" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719877462 {#6470 date: 2024-07-02 08:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6471 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6479 -id: 194 -name: "トラミーナー" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719885364 {#6477 date: 2024-07-02 10:56:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6478 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6486 -id: 350 -name: "トラミネール・ アロマティコ" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1720063194 {#6484 date: 2024-07-04 12:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6485 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6493 -id: 188 -name: "ドルチェット" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719884714 {#6491 date: 2024-07-02 10:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6492 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6500 -id: 216 -name: "ドルンフェルダー" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719887414 {#6498 date: 2024-07-02 11:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6499 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6507 -id: 314 -name: "トレサール" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1720056732 {#6505 date: 2024-07-04 10:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6506 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6514 -id: 360 -name: "トレイシャドゥラ" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1720148973 {#6512 date: 2024-07-05 12:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6513 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6521 -id: 326 -name: "トレッビアーノ・トスカーノ" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1720058379 {#6519 date: 2024-07-04 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6520 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6528 -id: 307 -name: "トレッビアーノ" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719978546 {#6526 date: 2024-07-03 12:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6527 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6535 -id: 308 -name: "トレッビアーノ・モデネーゼ" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719978562 {#6533 date: 2024-07-03 12:49:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6534 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6542 -id: 330 -name: "ナイアガラ" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1720059921 {#6540 date: 2024-07-04 11:25:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6541 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6549 -id: 280 -name: "ネオマスカット" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719973661 {#6547 date: 2024-07-03 11:27:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6548 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6556 -id: 283 -name: "ネグレット" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719973987 {#6554 date: 2024-07-03 11:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6555 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6563 -id: 190 -name: "ネグロアマーロ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719884928 {#6561 date: 2024-07-02 10:48:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6562 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6570 -id: 154 -name: "ネレッロカプリッチョノチェーラ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719877196 {#6568 date: 2024-07-02 08:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6569 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6577 -id: 185 -name: "ネレッロ・マスカレーゼ" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719884420 {#6575 date: 2024-07-02 10:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6576 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6584 -id: 225 -name: "ネロ・ダーヴォラ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719887801 {#6582 date: 2024-07-02 11:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6583 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6591 -id: 309 -name: "パイス" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719978721 {#6589 date: 2024-07-03 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6590 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6598 -id: 339 -name: "パイナップル" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1720060899 {#6596 date: 2024-07-04 11:41:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6597 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6605 -id: 218 -name: "バッカス" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719887461 {#6603 date: 2024-07-02 11:31:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6604 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6612 -id: 184 -name: "バルベーラ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719884172 {#6610 date: 2024-07-02 10:36:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6611 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6619 -id: 223 -name: "パレリャーダ" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719887613 {#6617 date: 2024-07-02 11:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6618 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6626 -id: 335 -name: "パンパヌト" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1720060799 {#6624 date: 2024-07-04 11:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6625 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6633 -id: 200 -name: "ピノ・オーセロワ" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719885842 {#6631 date: 2024-07-02 11:04:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6632 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6640 -id: 191 -name: "ピノタージュ" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719884937 {#6638 date: 2024-07-02 10:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6639 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6647 -id: 208 -name: "ピノ・ドニス" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719886129 {#6645 date: 2024-07-02 11:08:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6646 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6654 -id: 233 -name: "ピノ・ネロ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719888251 {#6652 date: 2024-07-02 11:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6653 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6661 -id: 129 -name: "ピノ・ブラン" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719876065 {#6659 date: 2024-07-02 08:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6660 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6668 -id: 305 -name: "ピノ・ムニエ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719978105 {#6666 date: 2024-07-03 12:41:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6667 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6675 -id: 267 -name: "ピノ・マドレーヌ" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719972554 {#6673 date: 2024-07-03 11:09:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6674 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6682 -id: 347 -name: "プティヴェルド" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1720061737 {#6680 date: 2024-07-04 11:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6681 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6689 -id: 254 -name: "プティ・ジョーヌ" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719969352 {#6687 date: 2024-07-03 10:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6688 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6696 -id: 292 -name: "ブドウ" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719975056 {#6694 date: 2024-07-03 11:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6695 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6703 -id: 315 -name: "ブドン" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1720056737 {#6701 date: 2024-07-04 10:32:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6702 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6710 -id: 124 -name: "ブラウアー・ポルトギーザー" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719875952 {#6708 date: 2024-07-02 08:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6709 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6717 -id: 256 -name: "ブラウフレンキッシュ" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719969679 {#6715 date: 2024-07-03 10:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6716 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6724 -id: 293 -name: "フラン" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719975075 {#6722 date: 2024-07-03 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6723 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6731 -id: 181 -name: "フリウラーノ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719884077 {#6729 date: 2024-07-02 10:34:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6730 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6738 -id: 224 -name: "プリミティーヴォ" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719887790 {#6736 date: 2024-07-02 11:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6737 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6745 -id: 316 -name: "プリニョーロ・ジェンティーレ" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1720057441 {#6743 date: 2024-07-04 10:44:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6744 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6752 -id: 372 -name: "フレキャン・ラエ" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1720740248 {#6750 date: 2024-07-12 08:24:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6751 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6759 -id: 371 -name: "フレキャン・ルージュ" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1720740228 {#6757 date: 2024-07-12 08:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6758 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6766 -id: 301 -name: "プロカニコ" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719975761 {#6764 date: 2024-07-03 12:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6765 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6773 -id: 294 -name: "プティマンサン" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719975104 {#6771 date: 2024-07-03 11:51:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6772 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6780 -id: 132 -name: "プリェビラン" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719876142 {#6778 date: 2024-07-02 08:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6779 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6787 -id: 237 -name: "フレカン" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719888723 {#6785 date: 2024-07-02 11:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6786 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6794 -id: 179 -name: "ペコリーノ" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719883162 {#6792 date: 2024-07-02 10:19:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6793 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6801 -id: 255 -name: "ベダン" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719969395 {#6799 date: 2024-07-03 10:16:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6800 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6808 -id: 343 -name: "ペセツカ・レアンカ" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1720061486 {#6806 date: 2024-07-04 11:51:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6807 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6815 -id: 202 -name: "ベルジュロン" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719885915 {#6813 date: 2024-07-02 11:05:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6814 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6822 -id: 336 -name: "ボンビーノ・ビアンコ" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1720060843 {#6820 date: 2024-07-04 11:40:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6821 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6829 -id: 134 -name: "マカブー" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719876168 {#6827 date: 2024-07-02 08:22:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6828 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6830 …} -Children: Doctrine\ORM\PersistentCollection {#6833 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6836 -id: 221 -name: "マカベオ" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719887595 {#6834 date: 2024-07-02 11:33:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6835 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6843 -id: 268 -name: "マスカット" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719972748 {#6841 date: 2024-07-03 11:12:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6842 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6850 -id: 122 -name: "マスカット・オットネル" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719875915 {#6848 date: 2024-07-02 08:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6849 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6857 -id: 295 -name: "マスカットベリーA" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719975202 {#6855 date: 2024-07-03 11:53:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6856 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6864 -id: 236 -name: "マリー・メナール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719888712 {#6862 date: 2024-07-02 11:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6863 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6871 -id: 332 -name: "マルヴァジーア トスカーナ" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1720060031 {#6869 date: 2024-07-04 11:27:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6870 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6878 -id: 331 -name: "マルヴァジーア ディ カンディア" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1720060022 {#6876 date: 2024-07-04 11:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6877 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6885 -id: 291 -name: "マルヴァジーア" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719974662 {#6883 date: 2024-07-03 11:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6884 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6892 -id: 205 -name: "マルサンヌ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719885978 {#6890 date: 2024-07-02 11:06:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6891 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6899 -id: 173 -name: "マルツェミーノ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719882080 {#6897 date: 2024-07-02 10:01:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6898 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6906 -id: 284 -name: "マルベック" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1719974017 {#6904 date: 2024-07-03 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6905 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6913 -id: 174 -name: "マルボ・ジェンティーレ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1719882093 {#6911 date: 2024-07-02 10:01:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6912 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6914 …} -Children: Doctrine\ORM\PersistentCollection {#6917 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6920 -id: 152 -name: "ミュスカ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719877167 {#6918 date: 2024-07-02 08:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6919 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6927 -id: 247 -name: "ミュスカ・オットネル" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719890290 {#6925 date: 2024-07-02 12:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6926 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6934 -id: 207 -name: "ミュスカブルー" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719886092 {#6932 date: 2024-07-02 11:08:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6933 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6941 -id: 377 -name: "ミュスカデ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1721001824 {#6939 date: 2024-07-15 09:03:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6940 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6948 -id: 115 -name: "ミュスカデティグランブラン" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719546324 {#6946 date: 2024-06-28 12:45:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6947 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6955 -id: 241 -name: "ミュスカデル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719889941 {#6953 date: 2024-07-02 12:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6954 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6962 -id: 281 -name: "ミュスカ・プティ・グラン" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719973782 {#6960 date: 2024-07-03 11:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6961 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6969 -id: 116 -name: "ミュスカロゼ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719546329 {#6967 date: 2024-06-28 12:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6968 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6976 -id: 155 -name: "ミュラー・トゥルガウ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719877430 {#6974 date: 2024-07-02 08:43:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6975 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6983 -id: 210 -name: "ムールヴェードル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719886207 {#6981 date: 2024-07-02 11:10:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6982 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6990 -id: 159 -name: "ムスカテラー" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719877605 {#6988 date: 2024-07-02 08:46:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6989 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#6997 -id: 312 -name: "ムニエ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719979363 {#6995 date: 2024-07-03 13:02:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6996 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7004 -id: 344 -name: "モスカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1720061518 {#7002 date: 2024-07-04 11:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7003 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7011 -id: 195 -name: "モスカート・ジャッロ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719885376 {#7009 date: 2024-07-02 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7010 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7012 …} -Children: Doctrine\ORM\PersistentCollection {#7015 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7018 -id: 260 -name: "モスカート・セッコ" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719971568 {#7016 date: 2024-07-03 10:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7017 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7025 -id: 337 -name: "モスカート・レアレ" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1720060853 {#7023 date: 2024-07-04 11:40:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7024 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7032 -id: 219 -name: "モスカテル" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719887528 {#7030 date: 2024-07-02 11:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7031 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7039 -id: 353 -name: "モスカテル・ガレゴ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1720063500 {#7037 date: 2024-07-04 12:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7038 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7046 -id: 189 -name: "モステカル・ガレゴ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1719884727 {#7044 date: 2024-07-02 10:45:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7045 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7053 -id: 230 -name: "モリヨン(シャルドネ)" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719888102 {#7051 date: 2024-07-02 11:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7052 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7060 -id: 138 -name: "モンドゥーズ" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719876214 {#7058 date: 2024-07-02 08:23:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7059 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7067 -id: 209 -name: "ユニブラン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719886147 {#7065 date: 2024-07-02 11:09:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7066 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7074 -id: 231 -name: "ユニ・ブラン" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719888191 {#7072 date: 2024-07-02 11:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7073 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7081 -id: 329 -name: "ラ・フランス" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1720059758 {#7079 date: 2024-07-04 11:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7080 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7088 -id: 348 -name: "ラポーゾ" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1720061783 {#7086 date: 2024-07-04 11:56:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7087 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7095 -id: 257 -name: "ランブルスコ・マエストリ" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719970855 {#7093 date: 2024-07-03 10:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7094 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7102 -id: 246 -name: "ランブルスコ・マラーニ" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719890237 {#7100 date: 2024-07-02 12:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7101 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7109 -id: 248 -name: "ランブルスコ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719890501 {#7107 date: 2024-07-02 12:21:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7108 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7116 -id: 175 -name: "ランブルスコ・サラミーノ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719882112 {#7114 date: 2024-07-02 10:01:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7115 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7123 -id: 274 -name: "リンゴ秋陽" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719973543 {#7121 date: 2024-07-03 11:25:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7122 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7130 -id: 252 -name: "リンゴ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1719969306 {#7128 date: 2024-07-03 10:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7129 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7137 -id: 149 -name: "ルーサンヌ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719877141 {#7135 date: 2024-07-02 08:39:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7136 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7144 -id: 234 -name: "ルジェ・ド・ドール" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719888687 {#7142 date: 2024-07-02 11:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7143 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7151 -id: 147 -name: "ルドネールプリュ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719876732 {#7149 date: 2024-07-02 08:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7150 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7158 -id: 121 -name: "レースラー等ブレンド" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719875897 {#7156 date: 2024-07-02 08:18:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7157 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7165 -id: 228 -name: "ロアンドゥルイユ(ガイヤック)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719888020 {#7163 date: 2024-07-02 11:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7164 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7172 -id: 362 -name: "ロウレイロ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1720149014 {#7170 date: 2024-07-05 12:10:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7171 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7179 -id: 235 -name: "ロカール・ヴェール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719888701 {#7177 date: 2024-07-02 11:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7178 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7186 -id: 148 -name: "ロール" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719877132 {#7184 date: 2024-07-02 08:38:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7185 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7193 -id: 193 -name: "ローロット" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719885353 {#7191 date: 2024-07-02 10:55:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7192 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7200 -id: 289 -name: "ロンディネッラ" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1719974400 {#7198 date: 2024-07-03 11:40:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7199 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7207 -id: 349 -name: "天城の滴" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1720063016 {#7205 date: 2024-07-04 12:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7206 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7214 -id: 275 -name: "王林" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719973552 {#7212 date: 2024-07-03 11:25:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7213 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7221 -id: 322 -name: "紅玉" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1720058242 {#7219 date: 2024-07-04 10:57:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7220 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7228 -id: 279 -name: "巨峰" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1719973651 {#7226 date: 2024-07-03 11:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7227 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7235 -id: 277 -name: "甲州" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719973578 {#7233 date: 2024-07-03 11:26:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7234 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7242 -id: 340 -name: "蜂蜜" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1720060904 {#7240 date: 2024-07-04 11:41:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7241 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7249 -id: 296 -name: "山幸" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719975221 {#7247 date: 2024-07-03 11:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7248 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7256 -id: 363 -name: "その他" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1720151719 {#7254 date: 2024-07-05 12:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7255 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7263 -id: 8 -name: "ワイン" -hierarchy: 1 -sort_no: 282 -create_date: DateTime @1700801589 {#5727 date: 2023-11-24 13:53:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5726 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7268 -id: 10 -name: "赤ワイン" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1700801678 {#7261 date: 2023-11-24 13:54:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7262 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7269 …} -Children: Doctrine\ORM\PersistentCollection {#7272 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7277 -id: 13 -name: "白ワイン" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1700812377 {#7275 date: 2023-11-24 16:52:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7276 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7284 -id: 14 -name: "スパークリングワイン" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1708318141 {#7282 date: 2024-02-19 13:49:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7283 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7291 -id: 15 -name: "ロゼワイン" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1708318145 {#7289 date: 2024-02-19 13:49:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7290 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7298 -id: 16 -name: "オレンジワイン" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1708318149 {#7296 date: 2024-02-19 13:49:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7297 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7305 -id: 356 -name: "シードル" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1720065046 {#7303 date: 2024-07-04 12:50:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7304 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7312 -id: 355 -name: "泡" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1720064649 {#7310 date: 2024-07-04 12:44:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7311 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7319 -id: 17 -name: "微発泡" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1708318153 {#7317 date: 2024-02-19 13:49:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7318 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7326 -id: 357 -name: "その他" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1720065083 {#7324 date: 2024-07-04 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7325 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7331 -id: 19 -name: "シーン別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1719370847 {#7273 date: 2024-06-26 12:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7274 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7332 …} -Children: Doctrine\ORM\PersistentCollection {#7335 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7340 -id: 20 -name: "値段" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1719370854 {#7336 date: 2024-06-26 12:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7337 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7345 -id: 382 -name: "¥1,000 - ¥2,000" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1745113183 {#7338 date: 2025-04-20 10:39:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7339 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7346 …} -Children: Doctrine\ORM\PersistentCollection {#7349 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7354 -id: 383 -name: "¥2,000 - ¥3,000" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1745113187 {#7352 date: 2025-04-20 10:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7353 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7361 -id: 384 -name: "¥3,000 - ¥4,000" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1745113192 {#7359 date: 2025-04-20 10:39:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7360 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7368 -id: 385 -name: "¥4,000 - ¥5,000" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1745113196 {#7366 date: 2025-04-20 10:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7367 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7375 -id: 386 -name: "¥5,000 - ¥6,000" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1745113199 {#7373 date: 2025-04-20 10:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7374 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7382 -id: 387 -name: "¥6,000 - ¥7,000" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1745113202 {#7380 date: 2025-04-20 10:40:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7381 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7389 -id: 388 -name: "¥7,000 -" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1745113214 {#7387 date: 2025-04-20 10:40:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7388 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } Eccube\Entity\Category {#7394 -id: 7 -name: "サブスク" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1694649056 {#7350 date: 2023-09-14 08:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7351 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7395 …} -Children: Doctrine\ORM\PersistentCollection {#7398 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } ] |
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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerXNM9NrK\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#586 …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 {#4838 -om: ContainerXNM9NrK\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#586 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4785 …} -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() {#4836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4799 …} } } |
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 | [ 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7445 +label: "国" +value: "21" +data: Eccube\Entity\Category {#4970 -id: 21 -name: "国" -hierarchy: 1 -sort_no: 320 -create_date: DateTime @1719463670 {#4967 date: 2024-06-27 13:47:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#4965 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4980 …} -Children: Doctrine\ORM\PersistentCollection {#5213 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7447 +label: " フランス" +value: "91" +data: Eccube\Entity\Category {#5212 -id: 91 -name: "フランス" -hierarchy: 2 -sort_no: 319 -create_date: DateTime @1719464935 {#4963 date: 2024-06-27 14:08:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#4961 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5211 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7446 +label: " アルザス" +value: "12" +data: Eccube\Entity\Category {#5207 -id: 12 -name: "アルザス" -hierarchy: 3 -sort_no: 301 -create_date: DateTime @1700808645 {#4959 date: 2023-11-24 15:50:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#4935 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5206 …} -Children: Doctrine\ORM\PersistentCollection {#5203 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7449 +label: " サヴォワ" +value: "28" +data: Eccube\Entity\Category {#5196 -id: 28 -name: "サヴォワ" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1719463757 {#5198 date: 2024-06-27 13:49:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5197 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5195 …} -Children: Doctrine\ORM\PersistentCollection {#5192 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7450 +label: " シャンパーニュ" +value: "59" +data: Eccube\Entity\Category {#5189 -id: 59 -name: "シャンパーニュ" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1719464094 {#5191 date: 2024-06-27 13:54:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5190 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5185 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7451 +label: " ジュラ" +value: "52" +data: Eccube\Entity\Category {#4954 -id: 52 -name: "ジュラ" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1719463979 {#5184 date: 2024-06-27 13:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5183 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4958 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7452 +label: " ノルマンディー" +value: "60" +data: Eccube\Entity\Category {#5174 -id: 60 -name: "ノルマンディー" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1719464102 {#5171 date: 2024-06-27 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5173 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5175 …} -Children: Doctrine\ORM\PersistentCollection {#5178 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7453 +label: " ブルゴーニュ" +value: "31" +data: Eccube\Entity\Category {#5181 -id: 31 -name: "ブルゴーニュ" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1719463776 {#5179 date: 2024-06-27 13:49:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5180 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5182 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7454 +label: " ブルターニュ" +value: "370" +data: Eccube\Entity\Category {#5221 -id: 370 -name: "ブルターニュ" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1720739466 {#5219 date: 2024-07-12 08:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5220 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7455 +label: " プロヴァンス" +value: "34" +data: Eccube\Entity\Category {#5228 -id: 34 -name: "プロヴァンス" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1719463800 {#5226 date: 2024-06-27 13:50:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5227 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7456 +label: " ペイドック" +value: "81" +data: Eccube\Entity\Category {#5235 -id: 81 -name: "ペイドック" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1719464483 {#5233 date: 2024-06-27 14:01:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5234 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7457 +label: " ボジョレー" +value: "26" +data: Eccube\Entity\Category {#5242 -id: 26 -name: "ボジョレー" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1719463739 {#5240 date: 2024-06-27 13:48:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5241 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7458 +label: " ボルドー" +value: "54" +data: Eccube\Entity\Category {#5249 -id: 54 -name: "ボルドー" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1719463991 {#5247 date: 2024-06-27 13:53:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5248 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7459 +label: " ラングドック" +value: "39" +data: Eccube\Entity\Category {#5256 -id: 39 -name: "ラングドック" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1719463838 {#5254 date: 2024-06-27 13:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5255 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7460 +label: " ルーション" +value: "27" +data: Eccube\Entity\Category {#5263 -id: 27 -name: "ルーション" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1719463751 {#5261 date: 2024-06-27 13:49:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5262 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7461 +label: " ローヌ" +value: "29" +data: Eccube\Entity\Category {#5270 -id: 29 -name: "ローヌ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1719463764 {#5268 date: 2024-06-27 13:49:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5269 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7462 +label: " ロワール" +value: "32" +data: Eccube\Entity\Category {#5277 -id: 32 -name: "ロワール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1719463784 {#5275 date: 2024-06-27 13:49:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5276 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7463 +label: " 南ローヌ" +value: "30" +data: Eccube\Entity\Category {#5284 -id: 30 -name: "南ローヌ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1719463770 {#5282 date: 2024-06-27 13:49:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505852 {#5283 date: 2025-04-24 23:44:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7464 +label: " イタリア" +value: "98" +data: Eccube\Entity\Category {#5291 -id: 98 -name: "イタリア" -hierarchy: 2 -sort_no: 318 -create_date: DateTime @1719464987 {#5201 date: 2024-06-27 14:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5202 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7465 +label: " アブルッツォ" +value: "43" +data: Eccube\Entity\Category {#5296 -id: 43 -name: "アブルッツォ" -hierarchy: 3 -sort_no: 303 -create_date: DateTime @1719463887 {#5289 date: 2024-06-27 13:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5290 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7466 +label: " ヴァッレダオスタ" +value: "25" +data: Eccube\Entity\Category {#5305 -id: 25 -name: "ヴァッレダオスタ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1719463731 {#5303 date: 2024-06-27 13:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5304 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7467 +label: " ヴェネト" +value: "44" +data: Eccube\Entity\Category {#5312 -id: 44 -name: "ヴェネト" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1719463897 {#5310 date: 2024-06-27 13:51:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5311 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7468 +label: " エミリア・ロマーニャ" +value: "42" +data: Eccube\Entity\Category {#5319 -id: 42 -name: "エミリア・ロマーニャ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1719463873 {#5317 date: 2024-06-27 13:51:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5318 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7469 +label: " カンパーニア" +value: "82" +data: Eccube\Entity\Category {#5326 -id: 82 -name: "カンパーニア" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1719464518 {#5324 date: 2024-06-27 14:01:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5325 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7470 +label: " シチリア" +value: "35" +data: Eccube\Entity\Category {#5333 -id: 35 -name: "シチリア" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1719463807 {#5331 date: 2024-06-27 13:50:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5332 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7471 +label: " トスカーナ" +value: "50" +data: Eccube\Entity\Category {#5340 -id: 50 -name: "トスカーナ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1719463957 {#5338 date: 2024-06-27 13:52:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5339 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7472 +label: " ピエモンテ" +value: "45" +data: Eccube\Entity\Category {#5347 -id: 45 -name: "ピエモンテ" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1719463902 {#5345 date: 2024-06-27 13:51:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5346 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7473 +label: " プーリア" +value: "57" +data: Eccube\Entity\Category {#5354 -id: 57 -name: "プーリア" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1719464039 {#5352 date: 2024-06-27 13:53:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5353 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7474 +label: " フリウリ" +value: "379" +data: Eccube\Entity\Category {#5361 -id: 379 -name: "フリウリ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1721097341 {#5359 date: 2024-07-16 11:35:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5360 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7475 +label: " マルケ" +value: "41" +data: Eccube\Entity\Category {#5368 -id: 41 -name: "マルケ" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1719463866 {#5366 date: 2024-06-27 13:51:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5367 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7476 +label: " ラツィオ" +value: "70" +data: Eccube\Entity\Category {#5375 -id: 70 -name: "ラツィオ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1719464309 {#5373 date: 2024-06-27 13:58:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5374 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7477 +label: " ラティオ" +value: "67" +data: Eccube\Entity\Category {#5382 -id: 67 -name: "ラティオ" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1719464203 {#5380 date: 2024-06-27 13:56:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5381 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7478 +label: " リグーリア" +value: "80" +data: Eccube\Entity\Category {#5389 -id: 80 -name: "リグーリア" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1719464442 {#5387 date: 2024-06-27 14:00:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5388 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7479 +label: " ロンバルディア" +value: "62" +data: Eccube\Entity\Category {#5396 -id: 62 -name: "ロンバルディア" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1719464139 {#5394 date: 2024-06-27 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505544 {#5395 date: 2025-04-24 23:39:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5291} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7480 +label: " スペイン" +value: "99" +data: Eccube\Entity\Category {#5403 -id: 99 -name: "スペイン" -hierarchy: 2 -sort_no: 317 -create_date: DateTime @1719464997 {#5301 date: 2024-06-27 14:09:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5302 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7481 +label: " カタルーニャ" +value: "376" +data: Eccube\Entity\Category {#5408 -id: 376 -name: "カタルーニャ" -hierarchy: 3 -sort_no: 302 -create_date: DateTime @1720751693 {#5401 date: 2024-07-12 11:34:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5402 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7482 +label: " タラゴナ" +value: "63" +data: Eccube\Entity\Category {#5417 -id: 63 -name: "タラゴナ" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1719464144 {#5415 date: 2024-06-27 13:55:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5416 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7483 +label: " トウロ" +value: "90" +data: Eccube\Entity\Category {#5424 -id: 90 -name: "トウロ" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1719464835 {#5422 date: 2024-06-27 14:07:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5423 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7484 +label: " ペネデス" +value: "40" +data: Eccube\Entity\Category {#5431 -id: 40 -name: "ペネデス" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1719463858 {#5429 date: 2024-06-27 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505562 {#5430 date: 2025-04-24 23:39:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5403} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7485 +label: " ドイツ" +value: "94" +data: Eccube\Entity\Category {#5438 -id: 94 -name: "ドイツ" -hierarchy: 2 -sort_no: 316 -create_date: DateTime @1719464956 {#5200 date: 2024-06-27 14:09:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5199 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7486 +label: " バーデン" +value: "38" +data: Eccube\Entity\Category {#5443 -id: 38 -name: "バーデン" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1719463824 {#5436 date: 2024-06-27 13:50:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5437 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7487 +label: " フランケン" +value: "37" +data: Eccube\Entity\Category {#5452 -id: 37 -name: "フランケン" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1719463818 {#5450 date: 2024-06-27 13:50:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5451 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7488 +label: " モーゼル" +value: "36" +data: Eccube\Entity\Category {#5459 -id: 36 -name: "モーゼル" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1719463812 {#5457 date: 2024-06-27 13:50:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5458 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7489 +label: " ラインヘッセン" +value: "24" +data: Eccube\Entity\Category {#5466 -id: 24 -name: "ラインヘッセン" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1719463721 {#5464 date: 2024-06-27 13:48:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5465 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7490 +label: " ポルトガル" +value: "92" +data: Eccube\Entity\Category {#5473 -id: 92 -name: "ポルトガル" -hierarchy: 2 -sort_no: 315 -create_date: DateTime @1719464946 {#5414 date: 2024-06-27 14:09:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5413 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7491 +label: " ドウロ" +value: "365" +data: Eccube\Entity\Category {#5478 -id: 365 -name: "ドウロ" -hierarchy: 3 -sort_no: 299 -create_date: DateTime @1720584707 {#5471 date: 2024-07-10 13:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5472 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7492 +label: " ミーニョ" +value: "22" +data: Eccube\Entity\Category {#5487 -id: 22 -name: "ミーニョ" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1719463708 {#5485 date: 2024-06-27 13:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5486 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5473} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7493 +label: " オーストリア" +value: "96" +data: Eccube\Entity\Category {#5494 -id: 96 -name: "オーストリア" -hierarchy: 2 -sort_no: 314 -create_date: DateTime @1719464969 {#5449 date: 2024-06-27 14:09:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5448 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7494 +label: " イーヅードラーゼー" +value: "49" +data: Eccube\Entity\Category {#5499 -id: 49 -name: "イーヅードラーゼー" -hierarchy: 3 -sort_no: 300 -create_date: DateTime @1719463948 {#5492 date: 2024-06-27 13:52:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5493 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7495 +label: " カンプタール" +value: "23" +data: Eccube\Entity\Category {#5508 -id: 23 -name: "カンプタール" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1719463715 {#5506 date: 2024-06-27 13:48:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5507 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7496 +label: " ズュートシュタイヤーマルク" +value: "58" +data: Eccube\Entity\Category {#5515 -id: 58 -name: "ズュートシュタイヤーマルク" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1719464055 {#5513 date: 2024-06-27 13:54:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5514 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7497 +label: " ノイジードラーゼ" +value: "64" +data: Eccube\Entity\Category {#5522 -id: 64 -name: "ノイジードラーゼ" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1719464149 {#5520 date: 2024-06-27 13:55:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5521 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7498 +label: " ブルゲンラント" +value: "72" +data: Eccube\Entity\Category {#5529 -id: 72 -name: "ブルゲンラント" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1719464341 {#5527 date: 2024-06-27 13:59:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5528 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7499 +label: " 南オーストリア" +value: "366" +data: Eccube\Entity\Category {#5536 -id: 366 -name: "南オーストリア" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1720585471 {#5534 date: 2024-07-10 13:24:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505603 {#5535 date: 2025-04-24 23:40:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5494} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7500 +label: " チェコ" +value: "368" +data: Eccube\Entity\Category {#5543 -id: 368 -name: "チェコ" -hierarchy: 2 -sort_no: 313 -create_date: DateTime @1720587315 {#5484 date: 2024-07-10 13:55:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5483 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7501 +label: " モラヴィア" +value: "48" +data: Eccube\Entity\Category {#5548 -id: 48 -name: "モラヴィア" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1719463931 {#5541 date: 2024-06-27 13:52:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5542 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7502 +label: " ハンガリー" +value: "367" +data: Eccube\Entity\Category {#5557 -id: 367 -name: "ハンガリー" -hierarchy: 2 -sort_no: 312 -create_date: DateTime @1720587144 {#5553 date: 2024-07-10 13:52:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5554 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7503 +label: " バラトン" +value: "47" +data: Eccube\Entity\Category {#5562 -id: 47 -name: "バラトン" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1719463923 {#5555 date: 2024-06-27 13:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5556 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5557} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7504 +label: " スロバキア" +value: "100" +data: Eccube\Entity\Category {#5571 -id: 100 -name: "スロバキア" -hierarchy: 2 -sort_no: 311 -create_date: DateTime @1719465012 {#5567 date: 2024-06-27 14:10:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5568 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7505 +label: " 南スロバキア" +value: "61" +data: Eccube\Entity\Category {#5576 -id: 61 -name: "南スロバキア" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1719464110 {#5569 date: 2024-06-27 13:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5570 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5577 …} -Children: Doctrine\ORM\PersistentCollection {#5580 …} -Parent: Eccube\Entity\Category {#5571} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7506 +label: " チリ" +value: "369" +data: Eccube\Entity\Category {#5585 -id: 369 -name: "チリ" -hierarchy: 2 -sort_no: 310 -create_date: DateTime @1720662758 {#5581 date: 2024-07-11 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5582 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7507 +label: " クリコ・ヴァレー" +value: "56" +data: Eccube\Entity\Category {#5590 -id: 56 -name: "クリコ・ヴァレー" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1719464019 {#5583 date: 2024-06-27 13:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5584 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5591 …} -Children: Doctrine\ORM\PersistentCollection {#5594 …} -Parent: Eccube\Entity\Category {#5585} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7508 +label: " ウルグアイ" +value: "374" +data: Eccube\Entity\Category {#5597 -id: 374 -name: "ウルグアイ" -hierarchy: 2 -sort_no: 309 -create_date: DateTime @1720743507 {#5595 date: 2024-07-12 09:18:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5596 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7509 +label: " オーストリア" +value: "93" +data: Eccube\Entity\Category {#5604 -id: 93 -name: "オーストリア" -hierarchy: 2 -sort_no: 308 -create_date: DateTime @1719464952 {#5602 date: 2024-06-27 14:09:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5603 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7510 +label: " ニュージーランド" +value: "95" +data: Eccube\Entity\Category {#5611 -id: 95 -name: "ニュージーランド" -hierarchy: 2 -sort_no: 307 -create_date: DateTime @1719464961 {#5609 date: 2024-06-27 14:09:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5610 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7511 +label: " 南アフリカ" +value: "101" +data: Eccube\Entity\Category {#5620 -id: 101 -name: "南アフリカ" -hierarchy: 2 -sort_no: 306 -create_date: DateTime @1719465021 {#5616 date: 2024-06-27 14:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5617 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7512 +label: " スワートランド" +value: "46" +data: Eccube\Entity\Category {#5625 -id: 46 -name: "スワートランド" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1719463914 {#5618 date: 2024-06-27 13:51:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723176549 {#5619 date: 2024-08-09 13:09:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5620} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7513 +label: " 日本" +value: "102" +data: Eccube\Entity\Category {#5634 -id: 102 -name: "日本" -hierarchy: 2 -sort_no: 305 -create_date: DateTime @1719542019 {#5630 date: 2024-06-28 11:33:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745500548 {#5631 date: 2025-04-24 22:15:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#4970} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7514 +label: " 北海道" +value: "105" +data: Eccube\Entity\Category {#5639 -id: 105 -name: "北海道" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1719542189 {#5632 date: 2024-06-28 11:36:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5633 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7515 +label: " 岩手県" +value: "112" +data: Eccube\Entity\Category {#5648 -id: 112 -name: "岩手県" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1719542278 {#5646 date: 2024-06-28 11:37:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5647 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7516 +label: " 山形県" +value: "103" +data: Eccube\Entity\Category {#5655 -id: 103 -name: "山形県" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1719542160 {#5653 date: 2024-06-28 11:36:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5654 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7517 +label: " 宮城県" +value: "110" +data: Eccube\Entity\Category {#5662 -id: 110 -name: "宮城県" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1719542246 {#5660 date: 2024-06-28 11:37:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5661 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7518 +label: " 新潟県" +value: "104" +data: Eccube\Entity\Category {#5669 -id: 104 -name: "新潟県" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1719542176 {#5667 date: 2024-06-28 11:36:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5668 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5670 …} -Children: Doctrine\ORM\PersistentCollection {#5673 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7519 +label: " 長野県" +value: "106" +data: Eccube\Entity\Category {#5676 -id: 106 -name: "長野県" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1719542204 {#5674 date: 2024-06-28 11:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5675 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5677 …} -Children: Doctrine\ORM\PersistentCollection {#5680 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7520 +label: " 栃木県" +value: "109" +data: Eccube\Entity\Category {#5683 -id: 109 -name: "栃木県" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1719542224 {#5681 date: 2024-06-28 11:37:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5682 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7521 +label: " 滋賀県" +value: "111" +data: Eccube\Entity\Category {#5690 -id: 111 -name: "滋賀県" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1719542261 {#5688 date: 2024-06-28 11:37:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5689 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7522 +label: " 徳島県" +value: "107" +data: Eccube\Entity\Category {#5697 -id: 107 -name: "徳島県" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1719542208 {#5695 date: 2024-06-28 11:36:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5696 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7523 +label: " 福岡県" +value: "108" +data: Eccube\Entity\Category {#5704 -id: 108 -name: "福岡県" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1719542214 {#5702 date: 2024-06-28 11:36:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505665 {#5703 date: 2025-04-24 23:41:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5634} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7524 +label: "産地" +value: "11" +data: Eccube\Entity\Category {#5505 -id: 11 -name: "産地" -hierarchy: 1 -sort_no: 304 -create_date: DateTime @1700808638 {#5645 date: 2023-11-24 15:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5644 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5504 …} -Children: Doctrine\ORM\PersistentCollection {#5711 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7525 +label: "品種" +value: "18" +data: Eccube\Entity\Category {#5716 -id: 18 -name: "品種" -hierarchy: 1 -sort_no: 298 -create_date: DateTime @1719370839 {#5712 date: 2024-06-26 12:00:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5713 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7526 +label: " カベルネ・ソーヴィニヨン" +value: "282" +data: Eccube\Entity\Category {#5721 -id: 282 -name: "カベルネ・ソーヴィニヨン" -hierarchy: 2 -sort_no: 297 -create_date: DateTime @1719973941 {#5714 date: 2024-07-03 11:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5715 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7527 +label: " メルロー" +value: "180" +data: Eccube\Entity\Category {#5730 -id: 180 -name: "メルロー" -hierarchy: 2 -sort_no: 296 -create_date: DateTime @1719883271 {#5728 date: 2024-07-02 10:21:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5729 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7528 +label: " ピノ・ノワール" +value: "117" +data: Eccube\Entity\Category {#5737 -id: 117 -name: "ピノ・ノワール" -hierarchy: 2 -sort_no: 295 -create_date: DateTime @1719546380 {#5735 date: 2024-06-28 12:46:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5736 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7529 +label: " シラー" +value: "145" +data: Eccube\Entity\Category {#5744 -id: 145 -name: "シラー" -hierarchy: 2 -sort_no: 294 -create_date: DateTime @1719876715 {#5742 date: 2024-07-02 08:31:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5743 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7530 +label: " シャルドネ" +value: "163" +data: Eccube\Entity\Category {#5751 -id: 163 -name: "シャルドネ" -hierarchy: 2 -sort_no: 293 -create_date: DateTime @1719877913 {#5749 date: 2024-07-02 08:51:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5750 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7531 +label: " ソーヴィニヨン・ブラン" +value: "139" +data: Eccube\Entity\Category {#5758 -id: 139 -name: "ソーヴィニヨン・ブラン" -hierarchy: 2 -sort_no: 292 -create_date: DateTime @1719876242 {#5756 date: 2024-07-02 08:24:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5757 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7532 +label: " リースリング" +value: "114" +data: Eccube\Entity\Category {#5765 -id: 114 -name: "リースリング" -hierarchy: 2 -sort_no: 291 -create_date: DateTime @1719546314 {#5763 date: 2024-06-28 12:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5764 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7533 +label: " ピノ・グリ" +value: "118" +data: Eccube\Entity\Category {#5772 -id: 118 -name: "ピノ・グリ" -hierarchy: 2 -sort_no: 290 -create_date: DateTime @1719546393 {#5770 date: 2024-06-28 12:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5771 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7534 +label: " カベルネ・フラン" +value: "212" +data: Eccube\Entity\Category {#5779 -id: 212 -name: "カベルネ・フラン" -hierarchy: 2 -sort_no: 289 -create_date: DateTime @1719887215 {#5777 date: 2024-07-02 11:26:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5778 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7535 +label: " セミヨン" +value: "242" +data: Eccube\Entity\Category {#5786 -id: 242 -name: "セミヨン" -hierarchy: 2 -sort_no: 288 -create_date: DateTime @1719889951 {#5784 date: 2024-07-02 12:12:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5785 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7536 +label: " カベルネ" +value: "389" +data: Eccube\Entity\Category {#5793 -id: 389 -name: "カベルネ" -hierarchy: 2 -sort_no: 287 -create_date: DateTime @1745500616 {#5791 date: 2025-04-24 22:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5792 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7537 +label: " アザル" +value: "359" +data: Eccube\Entity\Category {#5800 -id: 359 -name: "アザル" -hierarchy: 2 -sort_no: 286 -create_date: DateTime @1720148966 {#5798 date: 2024-07-05 12:09:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5799 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7538 +label: " アラモン" +value: "211" +data: Eccube\Entity\Category {#5807 -id: 211 -name: "アラモン" -hierarchy: 2 -sort_no: 281 -create_date: DateTime @1719887184 {#5805 date: 2024-07-02 11:26:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5806 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7539 +label: " アリアーニコ" +value: "303" +data: Eccube\Entity\Category {#5814 -id: 303 -name: "アリアーニコ" -hierarchy: 2 -sort_no: 280 -create_date: DateTime @1719977302 {#5812 date: 2024-07-03 12:28:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5813 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7540 +label: " アリント" +value: "358" +data: Eccube\Entity\Category {#5821 -id: 358 -name: "アリント" -hierarchy: 2 -sort_no: 279 -create_date: DateTime @1720148953 {#5819 date: 2024-07-05 12:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5820 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7541 +label: " アルヴァリーニョ" +value: "361" +data: Eccube\Entity\Category {#5828 -id: 361 -name: "アルヴァリーニョ" -hierarchy: 2 -sort_no: 278 -create_date: DateTime @1720149002 {#5826 date: 2024-07-05 12:10:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5827 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7542 +label: " アルジル・グリーズ" +value: "253" +data: Eccube\Entity\Category {#5835 -id: 253 -name: "アルジル・グリーズ" -hierarchy: 2 -sort_no: 277 -create_date: DateTime @1719969329 {#5833 date: 2024-07-03 10:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5834 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7543 +label: " アルネイズ" +value: "187" +data: Eccube\Entity\Category {#5842 -id: 187 -name: "アルネイズ" -hierarchy: 2 -sort_no: 276 -create_date: DateTime @1719884699 {#5840 date: 2024-07-02 10:44:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5841 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7544 +label: " アルバーナ" +value: "333" +data: Eccube\Entity\Category {#5849 -id: 333 -name: "アルバーナ" -hierarchy: 2 -sort_no: 275 -create_date: DateTime @1720060058 {#5847 date: 2024-07-04 11:27:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5848 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7545 +label: " アレアーティコ" +value: "271" +data: Eccube\Entity\Category {#5856 -id: 271 -name: "アレアーティコ" -hierarchy: 2 -sort_no: 274 -create_date: DateTime @1719973415 {#5854 date: 2024-07-03 11:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5855 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7546 +label: " アロマティーナ" +value: "264" +data: Eccube\Entity\Category {#5863 -id: 264 -name: "アロマティーナ" -hierarchy: 2 -sort_no: 273 -create_date: DateTime @1719972465 {#5861 date: 2024-07-03 11:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5862 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7547 +label: " アンソニカ" +value: "352" +data: Eccube\Entity\Category {#5870 -id: 352 -name: "アンソニカ" -hierarchy: 2 -sort_no: 272 -create_date: DateTime @1720063443 {#5868 date: 2024-07-04 12:24:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5869 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7548 +label: " ヴァイスブルグンダー" +value: "215" +data: Eccube\Entity\Category {#5877 -id: 215 -name: "ヴァイスブルグンダー" -hierarchy: 2 -sort_no: 271 -create_date: DateTime @1719887383 {#5875 date: 2024-07-02 11:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5876 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7549 +label: " ヴアイスブルグンダー" +value: "217" +data: Eccube\Entity\Category {#5884 -id: 217 -name: "ヴアイスブルグンダー" -hierarchy: 2 -sort_no: 270 -create_date: DateTime @1719887425 {#5882 date: 2024-07-02 11:30:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5883 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7550 +label: " ヴィエイユ・マルゲリータ" +value: "251" +data: Eccube\Entity\Category {#5891 -id: 251 -name: "ヴィエイユ・マルゲリータ" -hierarchy: 2 -sort_no: 269 -create_date: DateTime @1719968411 {#5889 date: 2024-07-03 10:00:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5890 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7551 +label: " ヴィオニエ" +value: "204" +data: Eccube\Entity\Category {#5898 -id: 204 -name: "ヴィオニエ" -hierarchy: 2 -sort_no: 268 -create_date: DateTime @1719885968 {#5896 date: 2024-07-02 11:06:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5897 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7552 +label: " ヴィナッチャ" +value: "328" +data: Eccube\Entity\Category {#5905 -id: 328 -name: "ヴィナッチャ" -hierarchy: 2 -sort_no: 267 -create_date: DateTime @1720059613 {#5903 date: 2024-07-04 11:20:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5904 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7553 +label: " ヴェイスパイオーラ" +value: "186" +data: Eccube\Entity\Category {#5912 -id: 186 -name: "ヴェイスパイオーラ" -hierarchy: 2 -sort_no: 266 -create_date: DateTime @1719884430 {#5910 date: 2024-07-02 10:40:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5911 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7554 +label: " ヴェオニエ" +value: "298" +data: Eccube\Entity\Category {#5919 -id: 298 -name: "ヴェオニエ" -hierarchy: 2 -sort_no: 265 -create_date: DateTime @1719975286 {#5917 date: 2024-07-03 11:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5918 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7555 +label: " ヴェルシュリースリング" +value: "119" +data: Eccube\Entity\Category {#5926 -id: 119 -name: "ヴェルシュリースリング" -hierarchy: 2 -sort_no: 264 -create_date: DateTime @1719546432 {#5924 date: 2024-06-28 12:47:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5925 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7556 +label: " ヴェルデア" +value: "351" +data: Eccube\Entity\Category {#5933 -id: 351 -name: "ヴェルデア" -hierarchy: 2 -sort_no: 263 -create_date: DateTime @1720063398 {#5931 date: 2024-07-04 12:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5932 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7557 +label: " ヴェルナッチャ" +value: "198" +data: Eccube\Entity\Category {#5940 -id: 198 -name: "ヴェルナッチャ" -hierarchy: 2 -sort_no: 262 -create_date: DateTime @1719885448 {#5938 date: 2024-07-02 10:57:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5939 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7558 +label: " ヴェルディッキオ" +value: "266" +data: Eccube\Entity\Category {#5947 -id: 266 -name: "ヴェルディッキオ" -hierarchy: 2 -sort_no: 261 -create_date: DateTime @1719972482 {#5945 date: 2024-07-03 11:08:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5946 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7559 +label: " ヴェルデレー" +value: "320" +data: Eccube\Entity\Category {#5954 -id: 320 -name: "ヴェルデレー" -hierarchy: 2 -sort_no: 260 -create_date: DateTime @1720058169 {#5952 date: 2024-07-04 10:56:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5953 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7560 +label: " ヴェルメンティーノ" +value: "227" +data: Eccube\Entity\Category {#5961 -id: 227 -name: "ヴェルメンティーノ" -hierarchy: 2 -sort_no: 259 -create_date: DateTime @1719888008 {#5959 date: 2024-07-02 11:40:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5960 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7561 +label: " ヴレラ" +value: "220" +data: Eccube\Entity\Category {#5968 -id: 220 -name: "ヴレラ" -hierarchy: 2 -sort_no: 258 -create_date: DateTime @1719887581 {#5966 date: 2024-07-02 11:33:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5967 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7562 +label: " エジオドラ" +value: "243" +data: Eccube\Entity\Category {#5975 -id: 243 -name: "エジオドラ" -hierarchy: 2 -sort_no: 257 -create_date: DateTime @1719890093 {#5973 date: 2024-07-02 12:14:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5974 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7563 +label: " オーガニックアップル" +value: "278" +data: Eccube\Entity\Category {#5982 -id: 278 -name: "オーガニックアップル" -hierarchy: 2 -sort_no: 256 -create_date: DateTime @1719973644 {#5980 date: 2024-07-03 11:27:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5981 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5983 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7564 +label: " オーセロワ" +value: "131" +data: Eccube\Entity\Category {#5989 -id: 131 -name: "オーセロワ" -hierarchy: 2 -sort_no: 255 -create_date: DateTime @1719876111 {#5987 date: 2024-07-02 08:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5988 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7565 +label: " オルボワ" +value: "286" +data: Eccube\Entity\Category {#5996 -id: 286 -name: "オルボワ" -hierarchy: 2 -sort_no: 254 -create_date: DateTime @1719974206 {#5994 date: 2024-07-03 11:36:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#5995 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7566 +label: " カイナオーロ" +value: "306" +data: Eccube\Entity\Category {#6003 -id: 306 -name: "カイナオーロ" -hierarchy: 2 -sort_no: 253 -create_date: DateTime @1719978492 {#6001 date: 2024-07-03 12:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6002 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7567 +label: " カタラット" +value: "310" +data: Eccube\Entity\Category {#6010 -id: 310 -name: "カタラット" -hierarchy: 2 -sort_no: 252 -create_date: DateTime @1719978751 {#6008 date: 2024-07-03 12:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6009 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7568 +label: " カナイオーロ" +value: "324" +data: Eccube\Entity\Category {#6017 -id: 324 -name: "カナイオーロ" -hierarchy: 2 -sort_no: 251 -create_date: DateTime @1720058316 {#6015 date: 2024-07-04 10:58:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6016 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7569 +label: " ガメイ" +value: "133" +data: Eccube\Entity\Category {#6024 -id: 133 -name: "ガメイ" -hierarchy: 2 -sort_no: 250 -create_date: DateTime @1719876152 {#6022 date: 2024-07-02 08:22:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6023 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7570 +label: " ガメイ・ヴィアラ" +value: "206" +data: Eccube\Entity\Category {#6031 -id: 206 -name: "ガメイ・ヴィアラ" -hierarchy: 2 -sort_no: 249 -create_date: DateTime @1719886071 {#6029 date: 2024-07-02 11:07:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6030 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7571 +label: " ガメイ・デル・トラジメーノ" +value: "378" +data: Eccube\Entity\Category {#6038 -id: 378 -name: "ガメイ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 248 -create_date: DateTime @1721095071 {#6036 date: 2024-07-16 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6037 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7572 +label: " ガメィ・デル・トラジメーノ" +value: "317" +data: Eccube\Entity\Category {#6045 -id: 317 -name: "ガメィ・デル・トラジメーノ" -hierarchy: 2 -sort_no: 247 -create_date: DateTime @1720057511 {#6043 date: 2024-07-04 10:45:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6044 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7573 +label: " ガメイ・ド・サヴォワ" +value: "136" +data: Eccube\Entity\Category {#6052 -id: 136 -name: "ガメイ・ド・サヴォワ" -hierarchy: 2 -sort_no: 246 -create_date: DateTime @1719876196 {#6050 date: 2024-07-02 08:23:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6051 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7574 +label: " ガメイ・ド・ボジョレー" +value: "137" +data: Eccube\Entity\Category {#6059 -id: 137 -name: "ガメイ・ド・ボジョレー" -hierarchy: 2 -sort_no: 245 -create_date: DateTime @1719876203 {#6057 date: 2024-07-02 08:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6058 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7575 +label: " カリニャン" +value: "143" +data: Eccube\Entity\Category {#6066 -id: 143 -name: "カリニャン" -hierarchy: 2 -sort_no: 244 -create_date: DateTime @1719876699 {#6064 date: 2024-07-02 08:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6065 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7576 +label: " ガルガーネガ" +value: "183" +data: Eccube\Entity\Category {#6073 -id: 183 -name: "ガルガーネガ" -hierarchy: 2 -sort_no: 243 -create_date: DateTime @1719884108 {#6071 date: 2024-07-02 10:35:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6072 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7577 +label: " ガルナッチャ" +value: "304" +data: Eccube\Entity\Category {#6080 -id: 304 -name: "ガルナッチャ" -hierarchy: 2 -sort_no: 242 -create_date: DateTime @1719978051 {#6078 date: 2024-07-03 12:40:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6079 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7578 +label: " ギルビック" +value: "249" +data: Eccube\Entity\Category {#6087 -id: 249 -name: "ギルビック" -hierarchy: 2 -sort_no: 241 -create_date: DateTime @1719968388 {#6085 date: 2024-07-03 09:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6086 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7579 +label: " キャクス" +value: "250" +data: Eccube\Entity\Category {#6094 -id: 250 -name: "キャクス" -hierarchy: 2 -sort_no: 240 -create_date: DateTime @1719968401 {#6092 date: 2024-07-03 10:00:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6093 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7580 +label: " キャリソン" +value: "313" +data: Eccube\Entity\Category {#6101 -id: 313 -name: "キャリソン" -hierarchy: 2 -sort_no: 239 -create_date: DateTime @1720056723 {#6099 date: 2024-07-04 10:32:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6100 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7581 +label: " グラスパロッサ" +value: "258" +data: Eccube\Entity\Category {#6108 -id: 258 -name: "グラスパロッサ" -hierarchy: 2 -sort_no: 238 -create_date: DateTime @1719971167 {#6106 date: 2024-07-03 10:46:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6107 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7582 +label: " クラフトミードサワー" +value: "342" +data: Eccube\Entity\Category {#6115 -id: 342 -name: "クラフトミードサワー" -hierarchy: 2 -sort_no: 237 -create_date: DateTime @1720060914 {#6113 date: 2024-07-04 11:41:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6114 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7583 +label: " グリューナー・ヴェルトリーナー" +value: "214" +data: Eccube\Entity\Category {#6122 -id: 214 -name: "グリューナー・ヴェルトリーナー" -hierarchy: 2 -sort_no: 236 -create_date: DateTime @1719887374 {#6120 date: 2024-07-02 11:29:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6121 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7584 +label: " グルナッシュ" +value: "146" +data: Eccube\Entity\Category {#6129 -id: 146 -name: "グルナッシュ" -hierarchy: 2 -sort_no: 235 -create_date: DateTime @1719876722 {#6127 date: 2024-07-02 08:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6128 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7585 +label: " グルナッシュ・グリ" +value: "135" +data: Eccube\Entity\Category {#6136 -id: 135 -name: "グルナッシュ・グリ" -hierarchy: 2 -sort_no: 234 -create_date: DateTime @1719876180 {#6134 date: 2024-07-02 08:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6135 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7586 +label: " グルナッシュ・ノワール" +value: "140" +data: Eccube\Entity\Category {#6143 -id: 140 -name: "グルナッシュ・ノワール" -hierarchy: 2 -sort_no: 233 -create_date: DateTime @1719876269 {#6141 date: 2024-07-02 08:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6142 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7587 +label: " グルナッシュ・ブラン" +value: "168" +data: Eccube\Entity\Category {#6150 -id: 168 -name: "グルナッシュ・ブラン" -hierarchy: 2 -sort_no: 232 -create_date: DateTime @1719880604 {#6148 date: 2024-07-02 09:36:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6149 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7588 +label: " グレケット" +value: "318" +data: Eccube\Entity\Category {#6157 -id: 318 -name: "グレケット" -hierarchy: 2 -sort_no: 231 -create_date: DateTime @1720057837 {#6155 date: 2024-07-04 10:50:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6156 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7589 +label: " グレラ" +value: "232" +data: Eccube\Entity\Category {#6164 -id: 232 -name: "グレラ" -hierarchy: 2 -sort_no: 230 -create_date: DateTime @1719888218 {#6162 date: 2024-07-02 11:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6163 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7590 +label: " クレレット" +value: "151" +data: Eccube\Entity\Category {#6171 -id: 151 -name: "クレレット" -hierarchy: 2 -sort_no: 229 -create_date: DateTime @1719877159 {#6169 date: 2024-07-02 08:39:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6170 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7591 +label: " グロマンサン" +value: "297" +data: Eccube\Entity\Category {#6178 -id: 297 -name: "グロマンサン" -hierarchy: 2 -sort_no: 228 -create_date: DateTime @1719975267 {#6176 date: 2024-07-03 11:54:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6177 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7592 +label: " グロロー" +value: "142" +data: Eccube\Entity\Category {#6185 -id: 142 -name: "グロロー" -hierarchy: 2 -sort_no: 227 -create_date: DateTime @1719876356 {#6183 date: 2024-07-02 08:25:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6184 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7593 +label: " グロローグリ" +value: "167" +data: Eccube\Entity\Category {#6192 -id: 167 -name: "グロローグリ" -hierarchy: 2 -sort_no: 226 -create_date: DateTime @1719877979 {#6190 date: 2024-07-02 08:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6191 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7594 +label: " ゲヴュルツトラミネール" +value: "113" +data: Eccube\Entity\Category {#6199 -id: 113 -name: "ゲヴュルツトラミネール" -hierarchy: 2 -sort_no: 225 -create_date: DateTime @1719546304 {#6197 date: 2024-06-28 12:45:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6198 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7595 +label: " ゲルバー・ムスカテラー" +value: "126" +data: Eccube\Entity\Category {#6206 -id: 126 -name: "ゲルバー・ムスカテラー" -hierarchy: 2 -sort_no: 224 -create_date: DateTime @1719875994 {#6204 date: 2024-07-02 08:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6205 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7596 +label: " コー" +value: "141" +data: Eccube\Entity\Category {#6213 -id: 141 -name: "コー" -hierarchy: 2 -sort_no: 223 -create_date: DateTime @1719876350 {#6211 date: 2024-07-02 08:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6212 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7597 +label: " コット" +value: "285" +data: Eccube\Entity\Category {#6220 -id: 285 -name: "コット" -hierarchy: 2 -sort_no: 222 -create_date: DateTime @1719974062 {#6218 date: 2024-07-03 11:34:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6219 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7598 +label: " コルテーゼ" +value: "196" +data: Eccube\Entity\Category {#6227 -id: 196 -name: "コルテーゼ" -hierarchy: 2 -sort_no: 221 -create_date: DateTime @1719885390 {#6225 date: 2024-07-02 10:56:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6226 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7599 +label: " コロリーノ" +value: "325" +data: Eccube\Entity\Category {#6234 -id: 325 -name: "コロリーノ" -hierarchy: 2 -sort_no: 220 -create_date: DateTime @1720058327 {#6232 date: 2024-07-04 10:58:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6233 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7600 +label: " コルヴィーナ" +value: "287" +data: Eccube\Entity\Category {#6241 -id: 287 -name: "コルヴィーナ" -hierarchy: 2 -sort_no: 219 -create_date: DateTime @1719974331 {#6239 date: 2024-07-03 11:38:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6240 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7601 +label: " コルヴィノーネ" +value: "288" +data: Eccube\Entity\Category {#6248 -id: 288 -name: "コルヴィノーネ" -hierarchy: 2 -sort_no: 218 -create_date: DateTime @1719974388 {#6246 date: 2024-07-03 11:39:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6247 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7602 +label: " コロンバール" +value: "327" +data: Eccube\Entity\Category {#6255 -id: 327 -name: "コロンバール" -hierarchy: 2 -sort_no: 217 -create_date: DateTime @1720058568 {#6253 date: 2024-07-04 11:02:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6254 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7603 +label: " サヴァニャン" +value: "201" +data: Eccube\Entity\Category {#6262 -id: 201 -name: "サヴァニャン" -hierarchy: 2 -sort_no: 216 -create_date: DateTime @1719885905 {#6260 date: 2024-07-02 11:05:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6261 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7604 +label: " サラミーノ" +value: "375" +data: Eccube\Entity\Category {#6269 -id: 375 -name: "サラミーノ" -hierarchy: 2 -sort_no: 215 -create_date: DateTime @1720743889 {#6267 date: 2024-07-12 09:24:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6268 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7605 +label: " ザンクト・ラウレント" +value: "263" +data: Eccube\Entity\Category {#6276 -id: 263 -name: "ザンクト・ラウレント" -hierarchy: 2 -sort_no: 214 -create_date: DateTime @1719972077 {#6274 date: 2024-07-03 11:01:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6275 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7606 +label: " サンジョヴェーゼ" +value: "172" +data: Eccube\Entity\Category {#6283 -id: 172 -name: "サンジョヴェーゼ" -hierarchy: 2 -sort_no: 213 -create_date: DateTime @1719882052 {#6281 date: 2024-07-02 10:00:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6282 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7607 +label: " サンソー" +value: "144" +data: Eccube\Entity\Category {#6290 -id: 144 -name: "サンソー" -hierarchy: 2 -sort_no: 212 -create_date: DateTime @1719876707 {#6288 date: 2024-07-02 08:31:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6289 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7608 +label: " サンソー・グルナッシュ" +value: "229" +data: Eccube\Entity\Category {#6297 -id: 229 -name: "サンソー・グルナッシュ" -hierarchy: 2 -sort_no: 211 -create_date: DateTime @1719888048 {#6295 date: 2024-07-02 11:40:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6296 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7609 +label: " サンふじ" +value: "311" +data: Eccube\Entity\Category {#6304 -id: 311 -name: "サンふじ" -hierarchy: 2 -sort_no: 210 -create_date: DateTime @1719978819 {#6302 date: 2024-07-03 12:53:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6303 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7610 +label: " シナノゴールド" +value: "323" +data: Eccube\Entity\Category {#6311 -id: 323 -name: "シナノゴールド" -hierarchy: 2 -sort_no: 209 -create_date: DateTime @1720058257 {#6309 date: 2024-07-04 10:57:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6310 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7611 +label: " シナノスイート" +value: "276" +data: Eccube\Entity\Category {#6318 -id: 276 -name: "シナノスイート" -hierarchy: 2 -sort_no: 208 -create_date: DateTime @1719973560 {#6316 date: 2024-07-03 11:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6317 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7612 +label: " シャインマスカット" +value: "334" +data: Eccube\Entity\Category {#6325 -id: 334 -name: "シャインマスカット" -hierarchy: 2 -sort_no: 207 -create_date: DateTime @1720060417 {#6323 date: 2024-07-04 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6324 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7613 +label: " シャスラ" +value: "127" +data: Eccube\Entity\Category {#6332 -id: 127 -name: "シャスラ" -hierarchy: 2 -sort_no: 206 -create_date: DateTime @1719876037 {#6330 date: 2024-07-02 08:20:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6331 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7614 +label: " シュナン" +value: "150" +data: Eccube\Entity\Category {#6339 -id: 150 -name: "シュナン" -hierarchy: 2 -sort_no: 205 -create_date: DateTime @1719877153 {#6337 date: 2024-07-02 08:39:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6338 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7615 +label: " シュナンブラン" +value: "166" +data: Eccube\Entity\Category {#6346 -id: 166 -name: "シュナンブラン" -hierarchy: 2 -sort_no: 204 -create_date: DateTime @1719877973 {#6344 date: 2024-07-02 08:52:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6345 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7616 +label: " ショイレーベ" +value: "262" +data: Eccube\Entity\Category {#6353 -id: 262 -name: "ショイレーベ" -hierarchy: 2 -sort_no: 203 -create_date: DateTime @1719971892 {#6351 date: 2024-07-03 10:58:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6352 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7617 +label: " シルヴァーナー" +value: "120" +data: Eccube\Entity\Category {#6360 -id: 120 -name: "シルヴァーナー" -hierarchy: 2 -sort_no: 202 -create_date: DateTime @1719875880 {#6358 date: 2024-07-02 08:18:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6359 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7618 +label: " シルヴァネール" +value: "128" +data: Eccube\Entity\Category {#6367 -id: 128 -name: "シルヴァネール" -hierarchy: 2 -sort_no: 201 -create_date: DateTime @1719876056 {#6365 date: 2024-07-02 08:20:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6366 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7619 +label: " スチューベン" +value: "273" +data: Eccube\Entity\Category {#6374 -id: 273 -name: "スチューベン" -hierarchy: 2 -sort_no: 200 -create_date: DateTime @1719973473 {#6372 date: 2024-07-03 11:24:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6373 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +label: " スペルゴラ" +value: "176" +data: Eccube\Entity\Category {#6381 -id: 176 -name: "スペルゴラ" -hierarchy: 2 -sort_no: 199 -create_date: DateTime @1719882382 {#6379 date: 2024-07-02 10:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6380 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +label: " セルヴァン" +value: "302" +data: Eccube\Entity\Category {#6388 -id: 302 -name: "セルヴァン" -hierarchy: 2 -sort_no: 198 -create_date: DateTime @1719977234 {#6386 date: 2024-07-03 12:27:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6387 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7622 +label: " タイロッソ" +value: "182" +data: Eccube\Entity\Category {#6395 -id: 182 -name: "タイロッソ" -hierarchy: 2 -sort_no: 197 -create_date: DateTime @1719884095 {#6393 date: 2024-07-02 10:34:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6394 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7623 +label: " チェリー" +value: "341" +data: Eccube\Entity\Category {#6402 -id: 341 -name: "チェリー" -hierarchy: 2 -sort_no: 196 -create_date: DateTime @1720060908 {#6400 date: 2024-07-04 11:41:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6401 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7624 +label: " チャレロ" +value: "222" +data: Eccube\Entity\Category {#6409 -id: 222 -name: "チャレロ" -hierarchy: 2 -sort_no: 195 -create_date: DateTime @1719887602 {#6407 date: 2024-07-02 11:33:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6408 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7625 +label: " チリエジョーロ" +value: "270" +data: Eccube\Entity\Category {#6416 -id: 270 -name: "チリエジョーロ" -hierarchy: 2 -sort_no: 194 -create_date: DateTime @1719973408 {#6414 date: 2024-07-03 11:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6415 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7626 +label: " ツヴァイゲルト" +value: "123" +data: Eccube\Entity\Category {#6423 -id: 123 -name: "ツヴァイゲルト" -hierarchy: 2 -sort_no: 193 -create_date: DateTime @1719875939 {#6421 date: 2024-07-02 08:18:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6422 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7627 +label: " ティモラッソ" +value: "197" +data: Eccube\Entity\Category {#6430 -id: 197 -name: "ティモラッソ" -hierarchy: 2 -sort_no: 192 -create_date: DateTime @1719885399 {#6428 date: 2024-07-02 10:56:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6429 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7628 +label: " デュレーザ" +value: "203" +data: Eccube\Entity\Category {#6437 -id: 203 -name: "デュレーザ" -hierarchy: 2 -sort_no: 191 -create_date: DateTime @1719885953 {#6435 date: 2024-07-02 11:05:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6436 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7629 +label: " デラウェア" +value: "272" +data: Eccube\Entity\Category {#6444 -id: 272 -name: "デラウェア" -hierarchy: 2 -sort_no: 190 -create_date: DateTime @1719973467 {#6442 date: 2024-07-03 11:24:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6443 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7630 +label: " テンプラニーリョ" +value: "346" +data: Eccube\Entity\Category {#6451 -id: 346 -name: "テンプラニーリョ" -hierarchy: 2 -sort_no: 189 -create_date: DateTime @1720061728 {#6449 date: 2024-07-04 11:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6450 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7631 +label: " トウリガ・ナショナル" +value: "192" +data: Eccube\Entity\Category {#6458 -id: 192 -name: "トウリガ・ナショナル" -hierarchy: 2 -sort_no: 188 -create_date: DateTime @1719885118 {#6456 date: 2024-07-02 10:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6457 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7632 +label: " ドゥレッラ" +value: "239" +data: Eccube\Entity\Category {#6465 -id: 239 -name: "ドゥレッラ" -hierarchy: 2 -sort_no: 187 -create_date: DateTime @1719889882 {#6463 date: 2024-07-02 12:11:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6464 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7633 +label: " ドミナ" +value: "157" +data: Eccube\Entity\Category {#6472 -id: 157 -name: "ドミナ" -hierarchy: 2 -sort_no: 186 -create_date: DateTime @1719877462 {#6470 date: 2024-07-02 08:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6471 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7634 +label: " トラミーナー" +value: "194" +data: Eccube\Entity\Category {#6479 -id: 194 -name: "トラミーナー" -hierarchy: 2 -sort_no: 185 -create_date: DateTime @1719885364 {#6477 date: 2024-07-02 10:56:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6478 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +label: " トラミネール・ アロマティコ" +value: "350" +data: Eccube\Entity\Category {#6486 -id: 350 -name: "トラミネール・ アロマティコ" -hierarchy: 2 -sort_no: 184 -create_date: DateTime @1720063194 {#6484 date: 2024-07-04 12:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6485 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +label: " ドルチェット" +value: "188" +data: Eccube\Entity\Category {#6493 -id: 188 -name: "ドルチェット" -hierarchy: 2 -sort_no: 183 -create_date: DateTime @1719884714 {#6491 date: 2024-07-02 10:45:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6492 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +label: " ドルンフェルダー" +value: "216" +data: Eccube\Entity\Category {#6500 -id: 216 -name: "ドルンフェルダー" -hierarchy: 2 -sort_no: 182 -create_date: DateTime @1719887414 {#6498 date: 2024-07-02 11:30:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6499 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7638 +label: " トレサール" +value: "314" +data: Eccube\Entity\Category {#6507 -id: 314 -name: "トレサール" -hierarchy: 2 -sort_no: 181 -create_date: DateTime @1720056732 {#6505 date: 2024-07-04 10:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6506 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7639 +label: " トレイシャドゥラ" +value: "360" +data: Eccube\Entity\Category {#6514 -id: 360 -name: "トレイシャドゥラ" -hierarchy: 2 -sort_no: 180 -create_date: DateTime @1720148973 {#6512 date: 2024-07-05 12:09:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6513 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7640 +label: " トレッビアーノ・トスカーノ" +value: "326" +data: Eccube\Entity\Category {#6521 -id: 326 -name: "トレッビアーノ・トスカーノ" -hierarchy: 2 -sort_no: 179 -create_date: DateTime @1720058379 {#6519 date: 2024-07-04 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6520 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7641 +label: " トレッビアーノ" +value: "307" +data: Eccube\Entity\Category {#6528 -id: 307 -name: "トレッビアーノ" -hierarchy: 2 -sort_no: 178 -create_date: DateTime @1719978546 {#6526 date: 2024-07-03 12:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6527 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7642 +label: " トレッビアーノ・モデネーゼ" +value: "308" +data: Eccube\Entity\Category {#6535 -id: 308 -name: "トレッビアーノ・モデネーゼ" -hierarchy: 2 -sort_no: 177 -create_date: DateTime @1719978562 {#6533 date: 2024-07-03 12:49:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6534 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7643 +label: " ナイアガラ" +value: "330" +data: Eccube\Entity\Category {#6542 -id: 330 -name: "ナイアガラ" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1720059921 {#6540 date: 2024-07-04 11:25:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6541 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7644 +label: " ネオマスカット" +value: "280" +data: Eccube\Entity\Category {#6549 -id: 280 -name: "ネオマスカット" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1719973661 {#6547 date: 2024-07-03 11:27:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6548 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7645 +label: " ネグレット" +value: "283" +data: Eccube\Entity\Category {#6556 -id: 283 -name: "ネグレット" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1719973987 {#6554 date: 2024-07-03 11:33:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6555 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7646 +label: " ネグロアマーロ" +value: "190" +data: Eccube\Entity\Category {#6563 -id: 190 -name: "ネグロアマーロ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1719884928 {#6561 date: 2024-07-02 10:48:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6562 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7647 +label: " ネレッロカプリッチョノチェーラ" +value: "154" +data: Eccube\Entity\Category {#6570 -id: 154 -name: "ネレッロカプリッチョノチェーラ" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1719877196 {#6568 date: 2024-07-02 08:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6569 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7648 +label: " ネレッロ・マスカレーゼ" +value: "185" +data: Eccube\Entity\Category {#6577 -id: 185 -name: "ネレッロ・マスカレーゼ" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1719884420 {#6575 date: 2024-07-02 10:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6576 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7649 +label: " ネロ・ダーヴォラ" +value: "225" +data: Eccube\Entity\Category {#6584 -id: 225 -name: "ネロ・ダーヴォラ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1719887801 {#6582 date: 2024-07-02 11:36:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6583 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7650 +label: " パイス" +value: "309" +data: Eccube\Entity\Category {#6591 -id: 309 -name: "パイス" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1719978721 {#6589 date: 2024-07-03 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6590 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7651 +label: " パイナップル" +value: "339" +data: Eccube\Entity\Category {#6598 -id: 339 -name: "パイナップル" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1720060899 {#6596 date: 2024-07-04 11:41:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6597 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7652 +label: " バッカス" +value: "218" +data: Eccube\Entity\Category {#6605 -id: 218 -name: "バッカス" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1719887461 {#6603 date: 2024-07-02 11:31:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6604 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +label: " バルベーラ" +value: "184" +data: Eccube\Entity\Category {#6612 -id: 184 -name: "バルベーラ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1719884172 {#6610 date: 2024-07-02 10:36:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6611 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6613 …} -Children: Doctrine\ORM\PersistentCollection {#6616 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7654 +label: " パレリャーダ" +value: "223" +data: Eccube\Entity\Category {#6619 -id: 223 -name: "パレリャーダ" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1719887613 {#6617 date: 2024-07-02 11:33:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6618 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7655 +label: " パンパヌト" +value: "335" +data: Eccube\Entity\Category {#6626 -id: 335 -name: "パンパヌト" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1720060799 {#6624 date: 2024-07-04 11:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6625 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6627 …} -Children: Doctrine\ORM\PersistentCollection {#6630 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7656 +label: " ピノ・オーセロワ" +value: "200" +data: Eccube\Entity\Category {#6633 -id: 200 -name: "ピノ・オーセロワ" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1719885842 {#6631 date: 2024-07-02 11:04:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6632 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6634 …} -Children: Doctrine\ORM\PersistentCollection {#6637 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7657 +label: " ピノタージュ" +value: "191" +data: Eccube\Entity\Category {#6640 -id: 191 -name: "ピノタージュ" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1719884937 {#6638 date: 2024-07-02 10:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6639 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6641 …} -Children: Doctrine\ORM\PersistentCollection {#6644 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7658 +label: " ピノ・ドニス" +value: "208" +data: Eccube\Entity\Category {#6647 -id: 208 -name: "ピノ・ドニス" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1719886129 {#6645 date: 2024-07-02 11:08:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6646 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6648 …} -Children: Doctrine\ORM\PersistentCollection {#6651 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7659 +label: " ピノ・ネロ" +value: "233" +data: Eccube\Entity\Category {#6654 -id: 233 -name: "ピノ・ネロ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1719888251 {#6652 date: 2024-07-02 11:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6653 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6655 …} -Children: Doctrine\ORM\PersistentCollection {#6658 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7660 +label: " ピノ・ブラン" +value: "129" +data: Eccube\Entity\Category {#6661 -id: 129 -name: "ピノ・ブラン" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1719876065 {#6659 date: 2024-07-02 08:21:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6660 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6662 …} -Children: Doctrine\ORM\PersistentCollection {#6665 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7661 +label: " ピノ・ムニエ" +value: "305" +data: Eccube\Entity\Category {#6668 -id: 305 -name: "ピノ・ムニエ" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1719978105 {#6666 date: 2024-07-03 12:41:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6667 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6669 …} -Children: Doctrine\ORM\PersistentCollection {#6672 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7662 +label: " ピノ・マドレーヌ" +value: "267" +data: Eccube\Entity\Category {#6675 -id: 267 -name: "ピノ・マドレーヌ" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1719972554 {#6673 date: 2024-07-03 11:09:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6674 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6676 …} -Children: Doctrine\ORM\PersistentCollection {#6679 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7663 +label: " プティヴェルド" +value: "347" +data: Eccube\Entity\Category {#6682 -id: 347 -name: "プティヴェルド" -hierarchy: 2 -sort_no: 156 -create_date: DateTime @1720061737 {#6680 date: 2024-07-04 11:55:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6681 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7664 +label: " プティ・ジョーヌ" +value: "254" +data: Eccube\Entity\Category {#6689 -id: 254 -name: "プティ・ジョーヌ" -hierarchy: 2 -sort_no: 155 -create_date: DateTime @1719969352 {#6687 date: 2024-07-03 10:15:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6688 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6690 …} -Children: Doctrine\ORM\PersistentCollection {#6693 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7665 +label: " ブドウ" +value: "292" +data: Eccube\Entity\Category {#6696 -id: 292 -name: "ブドウ" -hierarchy: 2 -sort_no: 154 -create_date: DateTime @1719975056 {#6694 date: 2024-07-03 11:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6695 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6697 …} -Children: Doctrine\ORM\PersistentCollection {#6700 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7666 +label: " ブドン" +value: "315" +data: Eccube\Entity\Category {#6703 -id: 315 -name: "ブドン" -hierarchy: 2 -sort_no: 153 -create_date: DateTime @1720056737 {#6701 date: 2024-07-04 10:32:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6702 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6704 …} -Children: Doctrine\ORM\PersistentCollection {#6707 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7667 +label: " ブラウアー・ポルトギーザー" +value: "124" +data: Eccube\Entity\Category {#6710 -id: 124 -name: "ブラウアー・ポルトギーザー" -hierarchy: 2 -sort_no: 152 -create_date: DateTime @1719875952 {#6708 date: 2024-07-02 08:19:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6709 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7668 +label: " ブラウフレンキッシュ" +value: "256" +data: Eccube\Entity\Category {#6717 -id: 256 -name: "ブラウフレンキッシュ" -hierarchy: 2 -sort_no: 151 -create_date: DateTime @1719969679 {#6715 date: 2024-07-03 10:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6716 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6718 …} -Children: Doctrine\ORM\PersistentCollection {#6721 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7669 +label: " フラン" +value: "293" +data: Eccube\Entity\Category {#6724 -id: 293 -name: "フラン" -hierarchy: 2 -sort_no: 150 -create_date: DateTime @1719975075 {#6722 date: 2024-07-03 11:51:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6723 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6725 …} -Children: Doctrine\ORM\PersistentCollection {#6728 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7670 +label: " フリウラーノ" +value: "181" +data: Eccube\Entity\Category {#6731 -id: 181 -name: "フリウラーノ" -hierarchy: 2 -sort_no: 149 -create_date: DateTime @1719884077 {#6729 date: 2024-07-02 10:34:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6730 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6732 …} -Children: Doctrine\ORM\PersistentCollection {#6735 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7671 +label: " プリミティーヴォ" +value: "224" +data: Eccube\Entity\Category {#6738 -id: 224 -name: "プリミティーヴォ" -hierarchy: 2 -sort_no: 148 -create_date: DateTime @1719887790 {#6736 date: 2024-07-02 11:36:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6737 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6739 …} -Children: Doctrine\ORM\PersistentCollection {#6742 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7672 +label: " プリニョーロ・ジェンティーレ" +value: "316" +data: Eccube\Entity\Category {#6745 -id: 316 -name: "プリニョーロ・ジェンティーレ" -hierarchy: 2 -sort_no: 147 -create_date: DateTime @1720057441 {#6743 date: 2024-07-04 10:44:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6744 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7673 +label: " フレキャン・ラエ" +value: "372" +data: Eccube\Entity\Category {#6752 -id: 372 -name: "フレキャン・ラエ" -hierarchy: 2 -sort_no: 146 -create_date: DateTime @1720740248 {#6750 date: 2024-07-12 08:24:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6751 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6753 …} -Children: Doctrine\ORM\PersistentCollection {#6756 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7674 +label: " フレキャン・ルージュ" +value: "371" +data: Eccube\Entity\Category {#6759 -id: 371 -name: "フレキャン・ルージュ" -hierarchy: 2 -sort_no: 145 -create_date: DateTime @1720740228 {#6757 date: 2024-07-12 08:23:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6758 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7675 +label: " プロカニコ" +value: "301" +data: Eccube\Entity\Category {#6766 -id: 301 -name: "プロカニコ" -hierarchy: 2 -sort_no: 144 -create_date: DateTime @1719975761 {#6764 date: 2024-07-03 12:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6765 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6767 …} -Children: Doctrine\ORM\PersistentCollection {#6770 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7676 +label: " プティマンサン" +value: "294" +data: Eccube\Entity\Category {#6773 -id: 294 -name: "プティマンサン" -hierarchy: 2 -sort_no: 143 -create_date: DateTime @1719975104 {#6771 date: 2024-07-03 11:51:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6772 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7677 +label: " プリェビラン" +value: "132" +data: Eccube\Entity\Category {#6780 -id: 132 -name: "プリェビラン" -hierarchy: 2 -sort_no: 142 -create_date: DateTime @1719876142 {#6778 date: 2024-07-02 08:22:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6779 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6781 …} -Children: Doctrine\ORM\PersistentCollection {#6784 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7678 +label: " フレカン" +value: "237" +data: Eccube\Entity\Category {#6787 -id: 237 -name: "フレカン" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1719888723 {#6785 date: 2024-07-02 11:52:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6786 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6788 …} -Children: Doctrine\ORM\PersistentCollection {#6791 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7679 +label: " ペコリーノ" +value: "179" +data: Eccube\Entity\Category {#6794 -id: 179 -name: "ペコリーノ" -hierarchy: 2 -sort_no: 140 -create_date: DateTime @1719883162 {#6792 date: 2024-07-02 10:19:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6793 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6795 …} -Children: Doctrine\ORM\PersistentCollection {#6798 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7680 +label: " ベダン" +value: "255" +data: Eccube\Entity\Category {#6801 -id: 255 -name: "ベダン" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1719969395 {#6799 date: 2024-07-03 10:16:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6800 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6802 …} -Children: Doctrine\ORM\PersistentCollection {#6805 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7681 +label: " ペセツカ・レアンカ" +value: "343" +data: Eccube\Entity\Category {#6808 -id: 343 -name: "ペセツカ・レアンカ" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1720061486 {#6806 date: 2024-07-04 11:51:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6807 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6809 …} -Children: Doctrine\ORM\PersistentCollection {#6812 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7682 +label: " ベルジュロン" +value: "202" +data: Eccube\Entity\Category {#6815 -id: 202 -name: "ベルジュロン" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1719885915 {#6813 date: 2024-07-02 11:05:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6814 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6816 …} -Children: Doctrine\ORM\PersistentCollection {#6819 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7683 +label: " ボンビーノ・ビアンコ" +value: "336" +data: Eccube\Entity\Category {#6822 -id: 336 -name: "ボンビーノ・ビアンコ" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1720060843 {#6820 date: 2024-07-04 11:40:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6821 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6823 …} -Children: Doctrine\ORM\PersistentCollection {#6826 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7684 +label: " マカブー" +value: "134" +data: Eccube\Entity\Category {#6829 -id: 134 -name: "マカブー" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1719876168 {#6827 date: 2024-07-02 08:22:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6828 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6830 …} -Children: Doctrine\ORM\PersistentCollection {#6833 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7685 +label: " マカベオ" +value: "221" +data: Eccube\Entity\Category {#6836 -id: 221 -name: "マカベオ" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1719887595 {#6834 date: 2024-07-02 11:33:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6835 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6837 …} -Children: Doctrine\ORM\PersistentCollection {#6840 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7686 +label: " マスカット" +value: "268" +data: Eccube\Entity\Category {#6843 -id: 268 -name: "マスカット" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1719972748 {#6841 date: 2024-07-03 11:12:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6842 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6844 …} -Children: Doctrine\ORM\PersistentCollection {#6847 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7687 +label: " マスカット・オットネル" +value: "122" +data: Eccube\Entity\Category {#6850 -id: 122 -name: "マスカット・オットネル" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1719875915 {#6848 date: 2024-07-02 08:18:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6849 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6851 …} -Children: Doctrine\ORM\PersistentCollection {#6854 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7688 +label: " マスカットベリーA" +value: "295" +data: Eccube\Entity\Category {#6857 -id: 295 -name: "マスカットベリーA" -hierarchy: 2 -sort_no: 131 -create_date: DateTime @1719975202 {#6855 date: 2024-07-03 11:53:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6856 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7689 +label: " マリー・メナール" +value: "236" +data: Eccube\Entity\Category {#6864 -id: 236 -name: "マリー・メナール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1719888712 {#6862 date: 2024-07-02 11:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6863 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7690 +label: " マルヴァジーア トスカーナ" +value: "332" +data: Eccube\Entity\Category {#6871 -id: 332 -name: "マルヴァジーア トスカーナ" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1720060031 {#6869 date: 2024-07-04 11:27:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6870 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6872 …} -Children: Doctrine\ORM\PersistentCollection {#6875 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7691 +label: " マルヴァジーア ディ カンディア" +value: "331" +data: Eccube\Entity\Category {#6878 -id: 331 -name: "マルヴァジーア ディ カンディア" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1720060022 {#6876 date: 2024-07-04 11:27:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6877 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7692 +label: " マルヴァジーア" +value: "291" +data: Eccube\Entity\Category {#6885 -id: 291 -name: "マルヴァジーア" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1719974662 {#6883 date: 2024-07-03 11:44:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6884 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6886 …} -Children: Doctrine\ORM\PersistentCollection {#6889 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7693 +label: " マルサンヌ" +value: "205" +data: Eccube\Entity\Category {#6892 -id: 205 -name: "マルサンヌ" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1719885978 {#6890 date: 2024-07-02 11:06:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6891 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6893 …} -Children: Doctrine\ORM\PersistentCollection {#6896 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7694 +label: " マルツェミーノ" +value: "173" +data: Eccube\Entity\Category {#6899 -id: 173 -name: "マルツェミーノ" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1719882080 {#6897 date: 2024-07-02 10:01:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6898 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6900 …} -Children: Doctrine\ORM\PersistentCollection {#6903 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7695 +label: " マルベック" +value: "284" +data: Eccube\Entity\Category {#6906 -id: 284 -name: "マルベック" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1719974017 {#6904 date: 2024-07-03 11:33:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6905 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6907 …} -Children: Doctrine\ORM\PersistentCollection {#6910 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7696 +label: " マルボ・ジェンティーレ" +value: "174" +data: Eccube\Entity\Category {#6913 -id: 174 -name: "マルボ・ジェンティーレ" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1719882093 {#6911 date: 2024-07-02 10:01:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6912 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6914 …} -Children: Doctrine\ORM\PersistentCollection {#6917 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7697 +label: " ミュスカ" +value: "152" +data: Eccube\Entity\Category {#6920 -id: 152 -name: "ミュスカ" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1719877167 {#6918 date: 2024-07-02 08:39:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6919 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6921 …} -Children: Doctrine\ORM\PersistentCollection {#6924 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7698 +label: " ミュスカ・オットネル" +value: "247" +data: Eccube\Entity\Category {#6927 -id: 247 -name: "ミュスカ・オットネル" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1719890290 {#6925 date: 2024-07-02 12:18:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6926 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7699 +label: " ミュスカブルー" +value: "207" +data: Eccube\Entity\Category {#6934 -id: 207 -name: "ミュスカブルー" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1719886092 {#6932 date: 2024-07-02 11:08:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6933 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6935 …} -Children: Doctrine\ORM\PersistentCollection {#6938 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7700 +label: " ミュスカデ" +value: "377" +data: Eccube\Entity\Category {#6941 -id: 377 -name: "ミュスカデ" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1721001824 {#6939 date: 2024-07-15 09:03:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6940 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6942 …} -Children: Doctrine\ORM\PersistentCollection {#6945 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7701 +label: " ミュスカデティグランブラン" +value: "115" +data: Eccube\Entity\Category {#6948 -id: 115 -name: "ミュスカデティグランブラン" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1719546324 {#6946 date: 2024-06-28 12:45:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6947 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7702 +label: " ミュスカデル" +value: "241" +data: Eccube\Entity\Category {#6955 -id: 241 -name: "ミュスカデル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1719889941 {#6953 date: 2024-07-02 12:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6954 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6956 …} -Children: Doctrine\ORM\PersistentCollection {#6959 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7703 +label: " ミュスカ・プティ・グラン" +value: "281" +data: Eccube\Entity\Category {#6962 -id: 281 -name: "ミュスカ・プティ・グラン" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1719973782 {#6960 date: 2024-07-03 11:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6961 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6963 …} -Children: Doctrine\ORM\PersistentCollection {#6966 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7704 +label: " ミュスカロゼ" +value: "116" +data: Eccube\Entity\Category {#6969 -id: 116 -name: "ミュスカロゼ" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1719546329 {#6967 date: 2024-06-28 12:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6968 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6970 …} -Children: Doctrine\ORM\PersistentCollection {#6973 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7705 +label: " ミュラー・トゥルガウ" +value: "155" +data: Eccube\Entity\Category {#6976 -id: 155 -name: "ミュラー・トゥルガウ" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1719877430 {#6974 date: 2024-07-02 08:43:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6975 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6977 …} -Children: Doctrine\ORM\PersistentCollection {#6980 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7706 +label: " ムールヴェードル" +value: "210" +data: Eccube\Entity\Category {#6983 -id: 210 -name: "ムールヴェードル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1719886207 {#6981 date: 2024-07-02 11:10:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6982 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6984 …} -Children: Doctrine\ORM\PersistentCollection {#6987 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7707 +label: " ムスカテラー" +value: "159" +data: Eccube\Entity\Category {#6990 -id: 159 -name: "ムスカテラー" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1719877605 {#6988 date: 2024-07-02 08:46:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6989 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6991 …} -Children: Doctrine\ORM\PersistentCollection {#6994 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7708 +label: " ムニエ" +value: "312" +data: Eccube\Entity\Category {#6997 -id: 312 -name: "ムニエ" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1719979363 {#6995 date: 2024-07-03 13:02:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#6996 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6998 …} -Children: Doctrine\ORM\PersistentCollection {#7001 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7709 +label: " モスカート" +value: "344" +data: Eccube\Entity\Category {#7004 -id: 344 -name: "モスカート" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1720061518 {#7002 date: 2024-07-04 11:51:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7003 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7005 …} -Children: Doctrine\ORM\PersistentCollection {#7008 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7710 +label: " モスカート・ジャッロ" +value: "195" +data: Eccube\Entity\Category {#7011 -id: 195 -name: "モスカート・ジャッロ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1719885376 {#7009 date: 2024-07-02 10:56:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7010 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7012 …} -Children: Doctrine\ORM\PersistentCollection {#7015 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7711 +label: " モスカート・セッコ" +value: "260" +data: Eccube\Entity\Category {#7018 -id: 260 -name: "モスカート・セッコ" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1719971568 {#7016 date: 2024-07-03 10:52:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7017 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7019 …} -Children: Doctrine\ORM\PersistentCollection {#7022 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7712 +label: " モスカート・レアレ" +value: "337" +data: Eccube\Entity\Category {#7025 -id: 337 -name: "モスカート・レアレ" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1720060853 {#7023 date: 2024-07-04 11:40:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7024 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7026 …} -Children: Doctrine\ORM\PersistentCollection {#7029 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7713 +label: " モスカテル" +value: "219" +data: Eccube\Entity\Category {#7032 -id: 219 -name: "モスカテル" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1719887528 {#7030 date: 2024-07-02 11:32:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7031 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7033 …} -Children: Doctrine\ORM\PersistentCollection {#7036 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7714 +label: " モスカテル・ガレゴ" +value: "353" +data: Eccube\Entity\Category {#7039 -id: 353 -name: "モスカテル・ガレゴ" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1720063500 {#7037 date: 2024-07-04 12:25:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7038 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7040 …} -Children: Doctrine\ORM\PersistentCollection {#7043 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7715 +label: " モステカル・ガレゴ" +value: "189" +data: Eccube\Entity\Category {#7046 -id: 189 -name: "モステカル・ガレゴ" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1719884727 {#7044 date: 2024-07-02 10:45:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7045 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7716 +label: " モリヨン(シャルドネ)" +value: "230" +data: Eccube\Entity\Category {#7053 -id: 230 -name: "モリヨン(シャルドネ)" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1719888102 {#7051 date: 2024-07-02 11:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7052 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7054 …} -Children: Doctrine\ORM\PersistentCollection {#7057 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7717 +label: " モンドゥーズ" +value: "138" +data: Eccube\Entity\Category {#7060 -id: 138 -name: "モンドゥーズ" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1719876214 {#7058 date: 2024-07-02 08:23:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7059 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7718 +label: " ユニブラン" +value: "209" +data: Eccube\Entity\Category {#7067 -id: 209 -name: "ユニブラン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1719886147 {#7065 date: 2024-07-02 11:09:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7066 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7068 …} -Children: Doctrine\ORM\PersistentCollection {#7071 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7719 +label: " ユニ・ブラン" +value: "231" +data: Eccube\Entity\Category {#7074 -id: 231 -name: "ユニ・ブラン" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1719888191 {#7072 date: 2024-07-02 11:43:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7073 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7720 +label: " ラ・フランス" +value: "329" +data: Eccube\Entity\Category {#7081 -id: 329 -name: "ラ・フランス" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1720059758 {#7079 date: 2024-07-04 11:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7080 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7082 …} -Children: Doctrine\ORM\PersistentCollection {#7085 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7721 +label: " ラポーゾ" +value: "348" +data: Eccube\Entity\Category {#7088 -id: 348 -name: "ラポーゾ" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1720061783 {#7086 date: 2024-07-04 11:56:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7087 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7089 …} -Children: Doctrine\ORM\PersistentCollection {#7092 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7722 +label: " ランブルスコ・マエストリ" +value: "257" +data: Eccube\Entity\Category {#7095 -id: 257 -name: "ランブルスコ・マエストリ" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1719970855 {#7093 date: 2024-07-03 10:40:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7094 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7096 …} -Children: Doctrine\ORM\PersistentCollection {#7099 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7723 +label: " ランブルスコ・マラーニ" +value: "246" +data: Eccube\Entity\Category {#7102 -id: 246 -name: "ランブルスコ・マラーニ" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1719890237 {#7100 date: 2024-07-02 12:17:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7101 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7724 +label: " ランブルスコ" +value: "248" +data: Eccube\Entity\Category {#7109 -id: 248 -name: "ランブルスコ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1719890501 {#7107 date: 2024-07-02 12:21:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7108 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7110 …} -Children: Doctrine\ORM\PersistentCollection {#7113 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7725 +label: " ランブルスコ・サラミーノ" +value: "175" +data: Eccube\Entity\Category {#7116 -id: 175 -name: "ランブルスコ・サラミーノ" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1719882112 {#7114 date: 2024-07-02 10:01:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7115 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7117 …} -Children: Doctrine\ORM\PersistentCollection {#7120 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7726 +label: " リンゴ秋陽" +value: "274" +data: Eccube\Entity\Category {#7123 -id: 274 -name: "リンゴ秋陽" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1719973543 {#7121 date: 2024-07-03 11:25:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7122 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7124 …} -Children: Doctrine\ORM\PersistentCollection {#7127 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7727 +label: " リンゴ" +value: "252" +data: Eccube\Entity\Category {#7130 -id: 252 -name: "リンゴ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1719969306 {#7128 date: 2024-07-03 10:15:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7129 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7131 …} -Children: Doctrine\ORM\PersistentCollection {#7134 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7728 +label: " ルーサンヌ" +value: "149" +data: Eccube\Entity\Category {#7137 -id: 149 -name: "ルーサンヌ" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1719877141 {#7135 date: 2024-07-02 08:39:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7136 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7729 +label: " ルジェ・ド・ドール" +value: "234" +data: Eccube\Entity\Category {#7144 -id: 234 -name: "ルジェ・ド・ドール" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1719888687 {#7142 date: 2024-07-02 11:51:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7143 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7145 …} -Children: Doctrine\ORM\PersistentCollection {#7148 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7730 +label: " ルドネールプリュ" +value: "147" +data: Eccube\Entity\Category {#7151 -id: 147 -name: "ルドネールプリュ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1719876732 {#7149 date: 2024-07-02 08:32:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7150 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7152 …} -Children: Doctrine\ORM\PersistentCollection {#7155 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7731 +label: " レースラー等ブレンド" +value: "121" +data: Eccube\Entity\Category {#7158 -id: 121 -name: "レースラー等ブレンド" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1719875897 {#7156 date: 2024-07-02 08:18:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7157 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7159 …} -Children: Doctrine\ORM\PersistentCollection {#7162 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7732 +label: " ロアンドゥルイユ(ガイヤック)" +value: "228" +data: Eccube\Entity\Category {#7165 -id: 228 -name: "ロアンドゥルイユ(ガイヤック)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1719888020 {#7163 date: 2024-07-02 11:40:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7164 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7166 …} -Children: Doctrine\ORM\PersistentCollection {#7169 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7733 +label: " ロウレイロ" +value: "362" +data: Eccube\Entity\Category {#7172 -id: 362 -name: "ロウレイロ" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1720149014 {#7170 date: 2024-07-05 12:10:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7171 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7173 …} -Children: Doctrine\ORM\PersistentCollection {#7176 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7734 +label: " ロカール・ヴェール" +value: "235" +data: Eccube\Entity\Category {#7179 -id: 235 -name: "ロカール・ヴェール" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1719888701 {#7177 date: 2024-07-02 11:51:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7178 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7180 …} -Children: Doctrine\ORM\PersistentCollection {#7183 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7735 +label: " ロール" +value: "148" +data: Eccube\Entity\Category {#7186 -id: 148 -name: "ロール" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1719877132 {#7184 date: 2024-07-02 08:38:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7185 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7187 …} -Children: Doctrine\ORM\PersistentCollection {#7190 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7736 +label: " ローロット" +value: "193" +data: Eccube\Entity\Category {#7193 -id: 193 -name: "ローロット" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1719885353 {#7191 date: 2024-07-02 10:55:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7192 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7194 …} -Children: Doctrine\ORM\PersistentCollection {#7197 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7737 +label: " ロンディネッラ" +value: "289" +data: Eccube\Entity\Category {#7200 -id: 289 -name: "ロンディネッラ" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1719974400 {#7198 date: 2024-07-03 11:40:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7199 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7201 …} -Children: Doctrine\ORM\PersistentCollection {#7204 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7738 +label: " 天城の滴" +value: "349" +data: Eccube\Entity\Category {#7207 -id: 349 -name: "天城の滴" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1720063016 {#7205 date: 2024-07-04 12:16:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7206 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7208 …} -Children: Doctrine\ORM\PersistentCollection {#7211 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7739 +label: " 王林" +value: "275" +data: Eccube\Entity\Category {#7214 -id: 275 -name: "王林" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1719973552 {#7212 date: 2024-07-03 11:25:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7213 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7215 …} -Children: Doctrine\ORM\PersistentCollection {#7218 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7740 +label: " 紅玉" +value: "322" +data: Eccube\Entity\Category {#7221 -id: 322 -name: "紅玉" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1720058242 {#7219 date: 2024-07-04 10:57:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7220 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7222 …} -Children: Doctrine\ORM\PersistentCollection {#7225 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7741 +label: " 巨峰" +value: "279" +data: Eccube\Entity\Category {#7228 -id: 279 -name: "巨峰" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1719973651 {#7226 date: 2024-07-03 11:27:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7227 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7229 …} -Children: Doctrine\ORM\PersistentCollection {#7232 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7742 +label: " 甲州" +value: "277" +data: Eccube\Entity\Category {#7235 -id: 277 -name: "甲州" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1719973578 {#7233 date: 2024-07-03 11:26:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7234 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7236 …} -Children: Doctrine\ORM\PersistentCollection {#7239 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7743 +label: " 蜂蜜" +value: "340" +data: Eccube\Entity\Category {#7242 -id: 340 -name: "蜂蜜" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1720060904 {#7240 date: 2024-07-04 11:41:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7241 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7243 …} -Children: Doctrine\ORM\PersistentCollection {#7246 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7744 +label: " 山幸" +value: "296" +data: Eccube\Entity\Category {#7249 -id: 296 -name: "山幸" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1719975221 {#7247 date: 2024-07-03 11:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7248 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7250 …} -Children: Doctrine\ORM\PersistentCollection {#7253 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7745 +label: " その他" +value: "363" +data: Eccube\Entity\Category {#7256 -id: 363 -name: "その他" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1720151719 {#7254 date: 2024-07-05 12:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745505349 {#7255 date: 2025-04-24 23:35:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7746 +label: "ワイン" +value: "8" +data: Eccube\Entity\Category {#7263 -id: 8 -name: "ワイン" -hierarchy: 1 -sort_no: 282 -create_date: DateTime @1700801589 {#5727 date: 2023-11-24 13:53:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#5726 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7264 …} -Children: Doctrine\ORM\PersistentCollection {#7267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7747 +label: " 赤ワイン" +value: "10" +data: Eccube\Entity\Category {#7268 -id: 10 -name: "赤ワイン" -hierarchy: 2 -sort_no: 285 -create_date: DateTime @1700801678 {#7261 date: 2023-11-24 13:54:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7262 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7269 …} -Children: Doctrine\ORM\PersistentCollection {#7272 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7748 +label: " 白ワイン" +value: "13" +data: Eccube\Entity\Category {#7277 -id: 13 -name: "白ワイン" -hierarchy: 2 -sort_no: 284 -create_date: DateTime @1700812377 {#7275 date: 2023-11-24 16:52:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7276 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7278 …} -Children: Doctrine\ORM\PersistentCollection {#7281 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7749 +label: " スパークリングワイン" +value: "14" +data: Eccube\Entity\Category {#7284 -id: 14 -name: "スパークリングワイン" -hierarchy: 2 -sort_no: 283 -create_date: DateTime @1708318141 {#7282 date: 2024-02-19 13:49:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7283 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7285 …} -Children: Doctrine\ORM\PersistentCollection {#7288 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7750 +label: " ロゼワイン" +value: "15" +data: Eccube\Entity\Category {#7291 -id: 15 -name: "ロゼワイン" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1708318145 {#7289 date: 2024-02-19 13:49:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7290 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7292 …} -Children: Doctrine\ORM\PersistentCollection {#7295 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7751 +label: " オレンジワイン" +value: "16" +data: Eccube\Entity\Category {#7298 -id: 16 -name: "オレンジワイン" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1708318149 {#7296 date: 2024-02-19 13:49:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7297 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7299 …} -Children: Doctrine\ORM\PersistentCollection {#7302 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7752 +label: " シードル" +value: "356" +data: Eccube\Entity\Category {#7305 -id: 356 -name: "シードル" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1720065046 {#7303 date: 2024-07-04 12:50:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7304 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7306 …} -Children: Doctrine\ORM\PersistentCollection {#7309 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7753 +label: " 泡" +value: "355" +data: Eccube\Entity\Category {#7312 -id: 355 -name: "泡" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1720064649 {#7310 date: 2024-07-04 12:44:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7311 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7313 …} -Children: Doctrine\ORM\PersistentCollection {#7316 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7754 +label: " 微発泡" +value: "17" +data: Eccube\Entity\Category {#7319 -id: 17 -name: "微発泡" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1708318153 {#7317 date: 2024-02-19 13:49:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7318 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7320 …} -Children: Doctrine\ORM\PersistentCollection {#7323 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7755 +label: " その他" +value: "357" +data: Eccube\Entity\Category {#7326 -id: 357 -name: "その他" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1720065083 {#7324 date: 2024-07-04 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721886462 {#7325 date: 2024-07-25 14:47:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7327 …} -Children: Doctrine\ORM\PersistentCollection {#7330 …} -Parent: Eccube\Entity\Category {#7263} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7756 +label: "シーン別" +value: "19" +data: Eccube\Entity\Category {#7331 -id: 19 -name: "シーン別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1719370847 {#7273 date: 2024-06-26 12:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7274 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7332 …} -Children: Doctrine\ORM\PersistentCollection {#7335 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7757 +label: "値段" +value: "20" +data: Eccube\Entity\Category {#7340 -id: 20 -name: "値段" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1719370854 {#7336 date: 2024-06-26 12:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7337 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7341 …} -Children: Doctrine\ORM\PersistentCollection {#7344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7758 +label: " ¥1,000 - ¥2,000" +value: "382" +data: Eccube\Entity\Category {#7345 -id: 382 -name: "¥1,000 - ¥2,000" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1745113183 {#7338 date: 2025-04-20 10:39:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7339 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7346 …} -Children: Doctrine\ORM\PersistentCollection {#7349 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7759 +label: " ¥2,000 - ¥3,000" +value: "383" +data: Eccube\Entity\Category {#7354 -id: 383 -name: "¥2,000 - ¥3,000" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1745113187 {#7352 date: 2025-04-20 10:39:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7353 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7355 …} -Children: Doctrine\ORM\PersistentCollection {#7358 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7760 +label: " ¥3,000 - ¥4,000" +value: "384" +data: Eccube\Entity\Category {#7361 -id: 384 -name: "¥3,000 - ¥4,000" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1745113192 {#7359 date: 2025-04-20 10:39:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7360 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7362 …} -Children: Doctrine\ORM\PersistentCollection {#7365 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7761 +label: " ¥4,000 - ¥5,000" +value: "385" +data: Eccube\Entity\Category {#7368 -id: 385 -name: "¥4,000 - ¥5,000" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1745113196 {#7366 date: 2025-04-20 10:39:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7367 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7369 …} -Children: Doctrine\ORM\PersistentCollection {#7372 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7762 +label: " ¥5,000 - ¥6,000" +value: "386" +data: Eccube\Entity\Category {#7375 -id: 386 -name: "¥5,000 - ¥6,000" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1745113199 {#7373 date: 2025-04-20 10:39:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7374 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7376 …} -Children: Doctrine\ORM\PersistentCollection {#7379 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7763 +label: " ¥6,000 - ¥7,000" +value: "387" +data: Eccube\Entity\Category {#7382 -id: 387 -name: "¥6,000 - ¥7,000" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1745113202 {#7380 date: 2025-04-20 10:40:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7381 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7383 …} -Children: Doctrine\ORM\PersistentCollection {#7386 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: " ¥7,000 -" +value: "388" +data: Eccube\Entity\Category {#7389 -id: 388 -name: "¥7,000 -" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1745113214 {#7387 date: 2025-04-20 10:40:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1745113347 {#7388 date: 2025-04-20 10:42:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7390 …} -Children: Doctrine\ORM\PersistentCollection {#7393 …} -Parent: Eccube\Entity\Category {#7340} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: "サブスク" +value: "7" +data: Eccube\Entity\Category {#7394 -id: 7 -name: "サブスク" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1694649056 {#7350 date: 2023-09-14 08:50:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720142002 {#7351 date: 2024-07-05 10:13:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7395 …} -Children: Doctrine\ORM\PersistentCollection {#7398 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5215 …} } +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 {#7436 -form: Symfony\Component\Form\Form {#7420 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7435 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#7444 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4288 …} } |
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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4796 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3991 …} } |
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() {#4610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#4795 …} } } |
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 {#7766 -form: Symfony\Component\Form\Form {#7423 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7443 …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 | "" |
price_id
"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 |
---|---|---|
empty_data | null |
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 |
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 {#600 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#598 …} -namespace: Closure() {#596 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | null |
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() {#7409 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4033 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#953 …} $translationDomain: "validators" $message: Closure() {#7408 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_price_id" ] |
cache_key | "_price_id_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 {#7767 -form: Symfony\Component\Form\Form {#7426 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7768 …5} |
full_name | "price_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "price_id" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "price_id" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_price_id" |
valid | true |
value | "" |